update: making it compatible with self-hosted interactsh server

patch-1
sandeep 2021-12-14 03:21:47 +05:30
parent dddb0bbb82
commit 34d4557dad
1 changed files with 2 additions and 2 deletions

View File

@ -31,11 +31,11 @@ requests:
- type: regex
part: interactsh_request
regex:
- '([a-z0-9\.\-]+)\.([a-z0-9]+)\.interact(\.sh|sh\.com)'
- '([a-z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Match for extracted ${hostName} variable
extractors:
- type: regex
part: interactsh_request
group: 1
regex:
- '([a-z0-9\.\-]+)\.([a-z0-9]+)\.interact(\.sh|sh\.com)' # Extract ${hostName}
- '([a-z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${hostName} in output