All Projects → Hadi999 → Nxcrypt

Hadi999 / Nxcrypt

NXcrypt - 'python backdoor' framework

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Nxcrypt

Armor
Armor is a simple Bash script designed to create encrypted macOS payloads capable of evading antivirus scanners.
Stars: ✭ 228 (-27.85%)
Mutual labels:  encryption, antivirus-evasion
Hacktheworld
An Python Script For Generating Payloads that Bypasses All Antivirus so far .
Stars: ✭ 527 (+66.77%)
Mutual labels:  metasploit, antivirus-evasion
Xeexe Topantivirusevasion
Undetectable & Xor encrypting with custom KEY (FUD Metasploit Rat) bypass Top Antivirus like BitDefender,Malwarebytes,Avast,ESET-NOD32,AVG,... & Automatically Add ICON and MANIFEST to excitable
Stars: ✭ 387 (+22.47%)
Mutual labels:  metasploit, antivirus-evasion
MsfMania
Python AV Evasion Tools
Stars: ✭ 388 (+22.78%)
Mutual labels:  metasploit, antivirus-evasion
Veracrypt
Disk encryption with strong security based on TrueCrypt
Stars: ✭ 3,674 (+1062.66%)
Mutual labels:  encryption
Portwarden
Create Encrypted Backups of Your Bitwarden Vault with Attachments
Stars: ✭ 274 (-13.29%)
Mutual labels:  encryption
Bluntly
serverless, encrypted, NAT-breaking p2p connections - DEPRECATED
Stars: ✭ 270 (-14.56%)
Mutual labels:  encryption
Xorencryption
XOR encryption implementations for several languages.
Stars: ✭ 266 (-15.82%)
Mutual labels:  encryption
Dtls
DTLS 1.2 Server/Client implementation for Go
Stars: ✭ 313 (-0.95%)
Mutual labels:  encryption
Redux Persist Transform Encrypt
Encrypt your Redux store
Stars: ✭ 306 (-3.16%)
Mutual labels:  encryption
Awesome Cryptography
A curated list of cryptography resources and links.
Stars: ✭ 3,475 (+999.68%)
Mutual labels:  encryption
Ssh Vault
🌰 encrypt/decrypt using ssh keys
Stars: ✭ 277 (-12.34%)
Mutual labels:  encryption
Ciphersweet
Fast, searchable field-level encryption for PHP projects
Stars: ✭ 299 (-5.38%)
Mutual labels:  encryption
Msoffcrypto Tool
Python tool and library for decrypting MS Office files with passwords or other keys
Stars: ✭ 274 (-13.29%)
Mutual labels:  encryption
Zebra Crossing
Zebra Crossing: an easy-to-use digital safety checklist
Stars: ✭ 307 (-2.85%)
Mutual labels:  encryption
Crypter
Crypter - Python3 based builder and ransomware compiled to Windows executable using PyInstaller
Stars: ✭ 268 (-15.19%)
Mutual labels:  encryption
Chatsecure Ios
ChatSecure is a free and open source encrypted chat client for iOS that supports OTR and OMEMO encryption over XMPP.
Stars: ✭ 3,044 (+863.29%)
Mutual labels:  encryption
Ms17 010 Python
MS17-010: Python and Meterpreter
Stars: ✭ 305 (-3.48%)
Mutual labels:  metasploit
Wire Ios
📱 Wire for iOS (iPhone and iPad)
Stars: ✭ 3,079 (+874.37%)
Mutual labels:  encryption
Ethical Hacking Tools
Complete Listing and Usage of Tools used for Ethical Hacking
Stars: ✭ 272 (-13.92%)
Mutual labels:  metasploit

NXcrypt

  • NXcrypt is a polymorphic 'python backdoors' crypter written in python by Hadi Mene (h4d3s) . The output is fully undetectable .

  • NXcrypt can inject malicious python file into a normal file with multi-threading system .

  • Run it with superuser's permissions .

  • NXcrypt output is Fully undetectable .

Backdooring Module :

Alt text

Encryption Module

Alt text

Usage :

  • sudo ./NXcrypt.py --file=backdoor.py --output=output_backdoor.py # encrypt backdoor.py and output file is output_backdoor.py
  • sudo ./NXcrypt.py --file=shell.py # encrypt shell.py and default output file is backdoor.py but you can edit it in source code
  • sudo ./NXcrypt.py --help # NXcrypt help
  • sudo ./NXcrypt.py --backdoor-file=payload.py --file=test.py --output=hacked.py # inject payload.py with test.py into hacked.py with multi-threading system

How it work ?

  • Encryption module :
  • NXcrypt add some junkcode .
  • NXcrypt use a python internal module 'py_compile' who compile the code into bytecode to a .pyc file .
  • NXcrypt convert .pyc file into normal .py file .
  • And in this way we can obfuscate the code
  • The md5sum will change too
  • Injection module :
  • it inject a malicious python file into a normal file with multi-threading system .

Test with Virustotal

Before :

SHA256: e2acceb6158cf406669ab828d338982411a0e5c5876c2f2783e247b3e01c2163 File name: facebook.py Detection ratio: 2 / 54

After :

SHA256: 362a4b19d53d1a8f2b91491b47dba28923dfec2d90784961c46213bdadc80add File name: facebook_encrypted.py Detection ratio: 0 / 55

Credits

All Credits go to Suspicious Shell Activity team

Video Tutorial

https://www.youtube.com/watch?v=s8Krngv2z9Q

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].