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

Skip to content

Commit f91687c

Browse files
committed
removed old plain text shell scripts
1 parent 6966c23 commit f91687c

9 files changed

Lines changed: 10 additions & 513 deletions

File tree

shell/README.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Due to the anti-virus positive detection of shell scripts stored inside this folder,
2+
we needed to somehow circumvent this. As from the plain sqlmap users perspective nothing
3+
has to be done prior to their usage by sqlmap, but if you want to have access to their
4+
original source code use the decrypt functionality of the ../extra/cloak/cloak.py utility.
5+
6+
To prepare the original scripts to the cloacked form use this command:
7+
find backdoor.* uploader.* -type f -exec python ../extra/cloak/cloak.py -i '{}' \;
8+
9+
To get back them into the original form use this:
10+
find backdoor.*_ uploader.*_ -type f -exec python ../extra/cloak/cloak.py -d -i '{}' \;

shell/backdoor.asp

Lines changed: 0 additions & 44 deletions
This file was deleted.

shell/backdoor.aspx

Lines changed: 0 additions & 42 deletions
This file was deleted.

shell/backdoor.jsp

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)