Skip to content

Commit 6fd7178

Browse files
authored
调整代码
1 parent 0d6e389 commit 6fd7178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstudy_backdoor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ def exploit(url,command):
111111
print('[i] Checking Target...')
112112
if checkTarget(url):
113113
cmd = input("Input Your Command:\n")
114-
command = str(base64.b64encode(cmd.encode('utf-8')), "utf-8")
114+
command = base64.b64encode(cmd.encode('utf-8'))
115115
exploit(url,command)
116116

0 commit comments

Comments
 (0)