MCPcopy Create free account
hub / github.com/Firebasky/Java / Scan_http

Function Scan_http

Confluence/CVE-2022-26134.py:77–83  ·  view source on GitHub ↗
(url, socket_proxies)

Source from the content-addressed store, hash-verified

75
76
77def Scan_http(url, socket_proxies):
78 version = check_target_version(url,socket_proxies)
79 if version:
80 print("Confluence target version: {}".format(version))
81 else:
82 print("Can't find the used version for this target")
83 send_payload(url, "ls /")
84
85
86def fileTarget(file, socket_proxies):

Callers 2

fileTargetFunction · 0.70
CVE-2022-26134.pyFile · 0.70

Calls 2

check_target_versionFunction · 0.85
send_payloadFunction · 0.85

Tested by

no test coverage detected