From 0c286d8db2dbcd94306c33b98bd5b1f13ea449c4 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 19 Oct 2010 09:17:01 +0000 Subject: [PATCH] minor update --- shell/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/README.txt b/shell/README.txt index 44276df21..6e2e08cfc 100644 --- a/shell/README.txt +++ b/shell/README.txt @@ -5,7 +5,7 @@ sqlmap, but if you want to have access to their original source code use the decrypt functionality of the ../extra/cloak/cloak.py utility. To prepare the original scripts to the cloaked form use this command: -find backdoor.* uploader.* -type f -exec python ../extra/cloak/cloak.py -i '{}' \; +find backdoor.* stager.* -type f -exec python ../extra/cloak/cloak.py -i '{}' \; To get back them into the original form use this: -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 '{}' \;