misc update

patch-1
sandeep 2021-09-30 03:26:16 +05:30
parent cee46ca968
commit be297d732b
2 changed files with 18 additions and 4 deletions

View File

@ -26,15 +26,22 @@ requests:
X-Wap-Profile: http://{{interactsh-url}}/wap.xml
X-Forwarded-For: spoofed.{{interactsh-url}}
Contact: root@{{interactsh-url}}
X-Forwarded-Host: 'spoofed.{{interactsh-url}}'
X-Host: 'spoofed.{{interactsh-url}}'
X-Forwarded-Server: 'spoofed.{{interactsh-url}}'
X-HTTP-Host-Override: 'spoofed.{{interactsh-url}}'
X-Forwarded-Host: spoofed.{{interactsh-url}}
X-Host: spoofed.{{interactsh-url}}
X-Forwarded-Server: spoofed.{{interactsh-url}}
X-HTTP-Host-Override: spoofed.{{interactsh-url}}
Cache-Control: no-transform
matchers-condition: or
matchers:
- type: word
part: interactsh_protocol
name: http
words:
- "http"
- type: word
part: interactsh_protocol
name: dns
words:
- "dns"

View File

@ -41,9 +41,16 @@ requests:
Accept: */*
unsafe: true # Use Unsafe HTTP library for malformed HTTP requests.
matchers-condition: or
matchers:
- type: word
part: interactsh_protocol
name: http
words:
- "http"
- type: word
part: interactsh_protocol
name: http
words:
- "http"