In this video we’ll take a look a 3 cool tricks with netcat for the iPhone.

Note that you will need a jailbroken device in order to follow along; alternatively, you can just use a laptop/desktop with netcat installed.

Get all commands from blog post:

https://codeonby.com/2020/04/29/netca…

  1. Chat server commands:

Server - netcat -lvvp 4020

Client - netcat -vv [IP-address] 4020

  1. Shell commands:

Server - netcat -lvvp 4020

Client - Use script from my blog:

https://codeonby.com/2019/12/23/pytho…

  1. Send file to another computer:

Server - cat file.jpg | netcat -lcvp 4020

Client - netcat -vv [IP-address] 4020 angle-right file.jpg

Subscribe: https://www.youtube.com/channel/UC6WJoKEufFQT87BX1l_IRVQ

#netcat #mobile-apps

Netcat Tricks for iPhone (Jailbreak Required)
2.35 GEEK