Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c286d8

Browse files
committed
minor update
1 parent ccda925 commit 0c286d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

shell/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sqlmap, but if you want to have access to their original source code use
55
the decrypt functionality of the ../extra/cloak/cloak.py utility.
66

77
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 '{}' \;
8+
find backdoor.* stager.* -type f -exec python ../extra/cloak/cloak.py -i '{}' \;
99

1010
To get back them into the original form use this:
11-
find backdoor.*_ uploader.*_ -type f -exec python ../extra/cloak/cloak.py -d -i '{}' \;
11+
find backdoor.*_ stager.*_ -type f -exec python ../extra/cloak/cloak.py -d -i '{}' \;

0 commit comments

Comments
 (0)