Pentesting Tools: MISC - Paiet/SEC-335 GitHub Wiki
- MISC
- Metasploit framework
- CLI-based attack framework
- Allows you to...
- Enumerate targets
- Exploit targets
- Validate vulnerabilities
- DEMO: Metasploit vs vsftpd 2.3.4
- Searchsploit
- Local copy of exploit-db
- DEMO: Searchsploit against metasploitable
- Powersploit
- Powershell scripts used during POST-Exploit
- Responder
- Fake server and relay tool
- Start Analyze mode
- Basic Auth and WPAD
responder -I ens34 -wbF
- Victim browses to a site. Browser is using proxy
- WAIT for creds
- Copy creds to file
- Crack with Hashcat
- Responds to...
- LLMNR
- NBT-NS
- POP
- IMAP
- SMTP
- SQL
- Used to discover items like usernames, passwords, and other sensitive data
- Impacket
- Empire
- PowerShell Empire
- POST-Exploit attack framework
- Allows you to run PowerShell scripts with access to
powershell.exe
- Used to...
- Priv esc
- Capture data
- Extract passwords
- Install backdoors
- https://www.powershellempire.com/