Skip to content

olivierh59500/nullinux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nullinux

Recently featured on toolswatch.org! ####About nullinux is an internal penetration testing tool for Linux that can be used to enumerate OS information, domain information, shares, directories, and users through SMB null sessions. Unlike many of the enumeration tools out there already, nullinux can enumerate multiple targets at once and when finished creates a users.txt file of all users found on the host(s). This file is formatted for direct implementation and further exploitation.

This program assumes Python 2.7, the Scapy module, and the Samba package are installed on the machine.

###Usage ./nullinux.py -sT -v --enumusers 10.0.0.1-10
./nullinux.py -sN -U Administrator -P password --all 10.0.0.10
./nullinux.py 10.0.0.1-255

Example usage video:

nullinux


See the examples section for commands, output, and more.

####Download nullinux.py:
git clone https://github.com/m8r0wn/nullinux

####More Information https://m8r0wn.blogspot.com

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%