Windows Exploits
Windows Exploit Suggester
./wes.py --updatesysteminfo > systeminfo.txtwes.py systeminfo.txtGet-HotFix | Sort-Object InstalledOn -DescendingPowerShell Windows Exploit Tools
ls -r c:\PATH\TO\DIRECTORY -file | % {Select-String -path $_ -pattern STRING}CMD.exe Windows Exploit Tools
netsh wlan set hostednetwork mode=allow ssid=<MYSSID> key=<MYPASSWORD> && netsh wlan start hostednetworknetsh interface portproxy add v4tov6 listenport=<LPORT> listenaddress=0.0.0.0 connectport=<RPORT> connectaddress=<RHOST>Python
Privilege Escalation
Password Tools
Last updated