fix
parent
b50e22b7da
commit
89185ad7fe
|
@ -58,7 +58,12 @@ http:
|
||||||
kval:
|
kval:
|
||||||
- interactsh_ip # Print remote interaction IP in output
|
- interactsh_ip # Print remote interaction IP in output
|
||||||
|
|
||||||
extractors:
|
- type: regex
|
||||||
|
part: interactsh_request
|
||||||
|
group: 2
|
||||||
|
regex:
|
||||||
|
- '\d{6}\.([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print injection point in output
|
||||||
|
|
||||||
- type: regex
|
- type: regex
|
||||||
part: interactsh_request
|
part: interactsh_request
|
||||||
group: 1
|
group: 1
|
||||||
|
|
Loading…
Reference in New Issue