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 670055d commit be08af5Copy full SHA for be08af5
modules/auxiliary/scanner/wproxy/att_open_proxy.py
@@ -41,8 +41,8 @@ def report_wproxy(target, response):
41
study = probe_scanner.make_scanner(
42
# Payload and pattern are given and applied straight to the socket, so
43
# they need to be bytes-like
44
- payload = b'\x2a\xce\x00\x00\x00\x00\x00\x00\x00\x00\x00',
45
- pattern = b'^\\*\xce.{3}$',
46
- onmatch = report_wproxy
+ payload=b'\x2a\xce\x00\x00\x00\x00\x00\x00\x00\x00\x00',
+ pattern=b'^\\*\xce.{3}$',
+ onmatch=report_wproxy
47
)
48
module.run(metadata, study)
0 commit comments