Skip to content

Commit

Permalink
Fix Bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
z1un committed Jun 28, 2021
1 parent c158ca1 commit ff34c94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion poc/WorkflowCenterTreeData_Sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def exploit(url):
res = requests.post(url=target, data=payload, headers=headers, verify=False, timeout=10)
res.encoding = res.apparent_encoding
if '[' in res.text:
print(res.text)
print(now_time() + success() + '目标为oracle数据库, 可利用sqlmap进行进一步利用: {}'.format(target))
return 'ok'
else:
Expand Down

0 comments on commit ff34c94

Please sign in to comment.