netstat -c –Continuous output
netstat -r –Displays routing table
netstat -ie –Network Interfaces
Displaying all Connections
netstat -a
Displaying all TCP
netstat -at
Displaying all UDP
netstat -au
Displaying all listening TCP Ports
netstat -lt
Displaying all listening UDP Ports
netstat -lu
Process Identification
netstat -p
netstat -atp –Shows service name
Displaying only listening TCP connections
netstat -tnl
Displaying only listening UDP connections
netstat -unl
Combination: netstat -nlpt –Shows process name and PID
Displaying a particular port
netstat -anp | grep:443
grep -rnw '/' -ie 'pass' --color=always
grep -rnw '/' -ie 'DB_PASS' --color=always
grep -rnw '/' -ie 'DB_PASSWORD' --color=always
grep -rnw '/' -ie 'DB_USER' --color=always
.\psexec64.exe \\192.168.x.x -u .\administrator -p admin@123 cmd.exe
sc stop WinDefend
netsh advfirewall show allprofiles
netsh advfirewall set allprofiles state off
netsh firewall set opmode disable
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v UserAuthentication /t REG_DWORD /d 0 /f
Big repo for Pentest Academy courses.
Component reference
Wifi cards
AC1200
AWUS1900, 50€ https://www.amazon.de/Network-AWUS1900-802-11ac-Ultra-adapter/dp/B01MZD7Z76/ref=sr_1_1?s=computers&ie=UTF8&qid=1547331669&sr=1-1&keywords=AWUS+1900 or the https://www.amazon.de/Alfa-AWUS036ACH-Dual-Adapter-AC1200/dp/B00VEEBOPG/ref=sr_1_1?s=computers&ie=UTF8&qid=1547331743&sr=1-1&keywords=alfa+ac1200
Raspberry PI 3B+
Burp Decoder : Send the token to the Decoder and try to decode the string
Burp Sequencer : Send request to sequencer and "Start Live Capture"
"Burp Sequencer will repeatedly issue the request and extract the relevant token from the application's responses."
Burp Intruder : Send request to Intruder, and select either "Character frobber" or "Bit flipper" payload type and then start attack.
The "Character frobber" payload type operates on a string input and modifies the value of each character position in turn.