mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-29 09:29:50 +03:00
added line to find backdoors
This commit is contained in:
parent
703b7079a4
commit
fd27a1fd55
|
@ -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:
|
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 '{}' \;
|
||||||
|
find backdoors/backdoor.*_ stagers/stager.*_ -type f -exec python ../extra/cloak/cloak.py -d -i '{}' \;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user