NXcrypt | NXcrypt - 'python backdoor ' framework | Machine Learning library
kandi X-RAY | NXcrypt Summary
kandi X-RAY | NXcrypt Summary
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 .
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of NXcrypt
NXcrypt Key Features
NXcrypt Examples and Code Snippets
Community Discussions
Trending Discussions on NXcrypt
QUESTION
I'm studying crypting methods and I'm using NXCrypt
, I found it on github
After encoding a script of mine with NXcrypt
, and after starting my script with python3
, terminal raises:
ANSWER
Answered 2017-Jul-29 at 10:48If you've run the NXcrypt program, you've demonstrated a dangerous lack of consideration about security, and quite possibly destroyed your own work.
First sign of malice: while it's unclear what NXcrypt is actually supposed to do, all its key phrases are indicators of subterfuge at best: encryption, suspicious activity, backdoors, etc. The only possible excuse for requiring superuser permission is to alter your system itself; this was supposed to access a script, of all things.
First sign of incompetence: The description of what it does is technically impossible. Output being "fully undetectable" can only mean it doesn't exist. There's no logical reason it would need root. A backdoor is at best only useful to those who know how to access it, and this has no hints about structure of either input file. There's a "tutorial video" which at this point I fully expect to be a rick-roll. The checksum comparisons say nothing but that data is different.
A quick glance inside the script, and most of the variables are randomly named, reinforcing the impression the whole program is an act of trolling. A sign of sloppiness at best is that all the code is unstructured toplevel. They refer to bytecode compilation as "encryption" (which it is not). CPython's compiled bytecode is different with every release, so the whole antivirus detection description is a red herring at best; this is not a usable distribution format. It is also not an encrypted format at all; all the "junk" data does nothing but pad the file, at best.
Early on, the program does a Linux specific test demanding to be run as root. Nothing in the program has a sane reason to be run as root (or at all).
The program starts out by overwriting its input file, which is usually a terrible idea. After bytecompiling it, it uses a platform specific external command to rename it to the target filename, and the particular commands have different effects; besides which, there's a standard library function for that task.
In the "injection mode", the program tries to take two files and put them as bodies to two distinct functions, then make a script which starts both as distinct threads. It's a terrible idea much like the rest of the script, also very obvious as a signature, and if it ever works a testament to the effectiveness of Python's namespace scoping.
Conclusion: The program in question is useless and dangerous. It demonstrates a very poor understanding of what CPython does, poor skill in programming, and intent of creating malware. At best, it's a piece of junk trolling script kiddies.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install NXcrypt
You can use NXcrypt like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page