Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccda925 commit 0c286d8Copy full SHA for 0c286d8
1 file changed
shell/README.txt
@@ -5,7 +5,7 @@ sqlmap, but if you want to have access to their original source code use
5
the decrypt functionality of the ../extra/cloak/cloak.py utility.
6
7
To prepare the original scripts to the cloaked form use this command:
8
-find backdoor.* uploader.* -type f -exec python ../extra/cloak/cloak.py -i '{}' \;
+find backdoor.* stager.* -type f -exec python ../extra/cloak/cloak.py -i '{}' \;
9
10
To get back them into the original form use this:
11
-find backdoor.*_ uploader.*_ -type f -exec python ../extra/cloak/cloak.py -d -i '{}' \;
+find backdoor.*_ stager.*_ -type f -exec python ../extra/cloak/cloak.py -d -i '{}' \;
0 commit comments