some helper scripts for pentesting

Marius Schwarz c774e8fff3 added shell-plug 5 years ago
.#scan.sh c774e8fff3 added shell-plug 5 years ago
README.md cf54a73537 some more scripts 5 years ago
create-meter.sh cf54a73537 some more scripts 5 years ago
nmap-parse.sh cf54a73537 some more scripts 5 years ago
scan.sh c774e8fff3 added shell-plug 5 years ago
shell-plug.sh c774e8fff3 added shell-plug 5 years ago
smb-vuln-finder.sh c774e8fff3 added shell-plug 5 years ago

README.md

pentest-helpers

some helper scripts for pentesting

create-meter.sh

script to create linux and windows (x86/x64) meterpreter faster and with less typing.

scan.sh

nmap wrapper for the first scans that are always done (tcp initial, tcp full, udp).

nmap-parse.sh

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