Practical Tools
1๏ธโฃ Practical Tools ๐Netcat tcp , udp protocol ์ฌ์ฉ Connecting tcp/udp port nc -nv 10.11.0.22 4444 Listening on a TCP/UDP Port nc -nlvp 4444 Transferring Files w/ Netcat nc -nlvp 4444 > incoming.exe nc -nv 10.11.0.22 4444 < /usr/share/windows-resources/binaries/wget.exe ๐Socat Connecting socat - TCP4:<remote serverโs ip address>:80 Listening sudo socat TCP4-LISTEN:443 STDOUT File Transfers sudo socat TCP4-LISTEN:443,fork file:secret_passwords.txt ๐Powershell and powercat ๐Wireshark ๐Tcpdump