AuditLab is a cutting edge run-of-the-mill collection of Homemade security auditing tools.
-
Scan target ports
-
Asset discovery w/ ICMP probing
-
DNS enumeration tool
-
WINR enumeration tool
-
Host's OS check
-
Port-scanner
- start powershell
- call the script ./[script-name]
- prepend [absolute-path-to-script] if necessary
-
Ping-sweeper
- Install required python modules
pip install -r requirements.txt
- call the script
py [script-name]
- Install required python modules
-
DNSenum
- Store all targets in a .txt file
- open powershell
[script-name] [.txt]
- prepend absolute path if necessary
-
WINRMenum
- call script
py [script-name] [ip] [username] [password]
- call script
-
OSenum
- store all targets in .txt file
- run the script in terminal
sh [script-name] [.txt]