Skip to content

Client-Server Script to establish a reverse connection between both machines (target machine, attacking machine).

Notifications You must be signed in to change notification settings

FrancoSbaffi/ReverseShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reverse Shell

Python Client-Server script to establish a reverse connection between both machines (target machine, attacking machine).

To use this script, run the attacker.py script from the attacking machine. It will prompt the user to enter a command to send to the target machine, where it will be executed using the subprocess library. Simultaneously, the output from the target machine will be received back to the attacking machine, showing the result of the executed command.

About

Client-Server Script to establish a reverse connection between both machines (target machine, attacking machine).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages