-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 81175ec
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# NXcrypt | ||
|
||
NXcrypt is a python backdoors , payloads crypter written in python by Hadi Tux (had3s) . | ||
the output backdoors are fully undetectable . | ||
NXcrypt is a anti-virus evasion tool | ||
|
||
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=backdoor.py # encrypt backdoor.py and default output file is backdoor.py but you can edit it in source code | ||
sudo ./nxcrypto.py --help # nxcrypt help | ||
|
||
- nxcrypt can not encrypt file 2 time | ||
- in linux distros , run it as root | ||
- nxcrypt encrypted outputs are 99% FUD |