added line to find backdoors

This commit is contained in:
ankush shekhawat 2018-10-28 23:30:10 +05:30 committed by GitHub
parent 703b7079a4
commit fd27a1fd55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,3 +5,4 @@ find backdoors/backdoor.* stagers/stager.* -type f -exec python ../extra/cloak/c
To get back them into the original form use this:
find backdoors/backdoor.*_ stagers/stager.*_ -type f -exec python ../extra/cloak/cloak.py -d -i '{}' \;
find backdoors/backdoor.*_ stagers/stager.*_ -type f -exec python ../extra/cloak/cloak.py -d -i '{}' \;