some helper scripts for pentesting
|
há 6 anos atrás | |
---|---|---|
.#scan.sh | há 6 anos atrás | |
README.md | há 6 anos atrás | |
create-meter.sh | há 6 anos atrás | |
nmap-parse.sh | há 6 anos atrás | |
scan.sh | há 6 anos atrás | |
shell-plug.sh | há 6 anos atrás | |
smb-vuln-finder.sh | há 6 anos atrás |
some helper scripts for pentesting
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