patch-1
Ritik Chaddha 2023-05-03 23:31:55 +05:30 committed by GitHub
parent b50e22b7da
commit 89185ad7fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -58,7 +58,12 @@ http:
kval:
- 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
part: interactsh_request
group: 1