Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m8sec authored Oct 11, 2018
1 parent d259770 commit 9aeaa24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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. If no username and password are provided in the command line arguments, nullinux will attempt to connect to the target using an SMB null session. Unlike many of the enumeration tools out there already, nullinux can enumerate multiple targets at once and, when finished, creates a nullinux_users.txt file of all accounts found on the host(s). This user file is free of duplicates and formatted for direct implementation and further exploitation. _nullinux is Python 2/3 compatible. However, the setup.sh script is designed for Python3 usage._

For more information visit the [wiki page](https://github.com/m8r0wn/nullinux/wiki)
For more information visit the [wiki page](https://github.com/m8r0wn/nullinux/wiki) or visit my blog post to see [nullinux in action](https://blog.m8r0wn.com/2018/01/nullinux-in-action.html)!

### Getting Started
In the Linux terminal run:
Expand Down

0 comments on commit 9aeaa24

Please sign in to comment.