Skip to content

SPR-Ideas/reverse-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

REVERSE SHELL (python)

Reverse Shell :

A reverse shell is a type of shell in which the target machine communicates back to the attacking machine. The attacking machine has a listener port on which it receives the connection, which by using, code or command execution is achieved.

Short description of the program:

One has to run the client.py in the victims PC. This script will open a port for you to acess the victims shell with root permission.
provided the attacker should give his public ip and specfic port of your router to send the information , it should be changed in client.py line number 10 and 11 assign your public IP to variabel IP and port to variabel PORT

IP = "localhost" #give your public ip
PORT = 9000 #give specific portof your router

next to that ,There is an another thing that the client pc should have the openCV module installed , To do that so,

LINUX

pip3 install opencv-python

WINDOWS

pip install opencv-python

NOW ,it ready to run it in victims machine. onces the client started it waits for attacker to run server.py file in attckers machine at once they get connected the attackers gets Reverse-TCp connection

FEATURES OF THIS FILE

  1. attacker can download the file form victim

syntax

download - filename

  1. attacker can upload file to victim.

syntax

upload - filename

  1. attacker can acess the web-cam of the victim

syntax

livecam


if any doubts regarding runing the code ping me in the commment section

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages