some helper scripts for pentesting
Marius Schwarz 65a91660a8 added regex support for services | 4 年之前 | |
---|---|---|
README.md | 4 年之前 | |
create-meter.sh | 5 年之前 | |
example.gnmap | 4 年之前 | |
example.json | 4 年之前 | |
makeiplistunique.py | 4 年之前 | |
nmap-get.py | 4 年之前 | |
nmap-parse.sh | 5 年之前 | |
nmap-to-iplist.sh | 4 年之前 | |
nmap-to-json.py | 4 年之前 | |
scan.sh | 4 年之前 | |
shell-plug.sh | 5 年之前 | |
smb-vuln-finder.sh | 5 年之前 |
some helper scripts for pentesting
little helper scripts includiong some often needed aliases and functions for keeping the target info and project folder in environment variables.
source this script in your .bashrc:
source ~/.pentest-helpers/shell-plug.sh
script to create linux and windows (x86/x64) meterpreter faster and with less typing.
nmap wrapper for the first scans that are always done (tcp initial, tcp full, udp).
Usefull in a big network with many hosts. Parser devides the hosts into files containing all hosts with a certain open port.
E.g Output files:
hosts/hosts.rdp # all ips with an open rdp port
hosts/hosts.ssh # all ips with an open ssh port
hosts/hosts.http # ...
hosts/hosts.ftp
hosts/hosts.telnet
gnmap
file and converts it to json
Example Output: