Skip to content

File transfer nc

lethanhtung01011980 edited this page Jan 9, 2020 · 1 revision

Goals

  • To send file via nc

Listen and receive

  • Receive a file using netcat: nc -nlvp 5678 > incoming.exe

Send

  • Send a file using netcat: nc -nv $ip 5678 < /usr/share/windows-binaries/wget.exe

Sidebar

0. COMMON exploits

1. Scan Info

1.2 Passive Gathering

1.3 Active Gathering

2. Pre-attack

2.2 File transfer

3. Get Reverse Shell

4. Exploits

4.2 Windows Exploits

4.3 Linux Exploits

4.4 Password crack

4.5 Buffer Overflow

4.6 Web attacks

6. Escalate Privilege

6.1 Escalate in Windows

6.2 Escalate in Linux

7. Access and further attacks

8. Port redirection and Tunnelling

9. Metasploit

10. Kali

11. Thirdparty scripts

Clone this wiki locally