Skip to content
forked from m8sec/nullinux

SMB null session identification and enumeration tool

License

Notifications You must be signed in to change notification settings

kuteminh11/nullinux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nullinux

nullinux v4.0 just released!

For more information or to get started visit https://m8r0wn-cyber.blogspot.com

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, and the Samba package are installed on the machine.

Featured on toolswatch.org!

Usage

python nullinux.py -users -quick DC1.Domain.net
python nullinux.py -all 192.168.0.0-5
python nullinux.py -shares -U 'Domain\User' -P 'Password1' 10.0.0.1,10.0.0.5
python nullinux.py 10.0.0.0/24

About

SMB null session identification and enumeration tool

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 100.0%