Other

Other useful not-so-big tools.

username-anarchy

[LINK] Tool of generating random credentials for making a wordlist

./username-anarchy -i /home/amogus1/names.txt 

linikatz

[LINK] Just mimikatz analogue for Linux

./linikatz.sh

pwncat-cs

[LINK] Other better version of pwncat. Here is also [DOCS] which could help you in installing and using

Listener: pwncat-cs 13.13.13.13 1337
#(To change from pwncat shell to local shell, use Ctrl+D)

CeWL

CeWL (pronounced "cool") is a custom word list generator tool that spiders websites to create word lists based on the site's content

cewl -d 0 -m 5 -w usernames.txt http://MACHINE_IP/team.php --lowercase

WPScan

Useful tool for Wordpress pentesting.

wpscan --url http://13.13.13.13 --api-token DUVjyYasikdjflasjhflajds1zb5ampmFuTA4DNXYsf4
wpscan --url http://13.13.13.13 --usernames names.txt --passwords pass.txt

Wormhole

[LINK] CMD Tool for secure sending

Last updated