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-Wap-Profile: http://{{interactsh-url}}/wap.xml
X-Forwarded-For: spoofed.{{interactsh-url}} X-Forwarded-For: spoofed.{{interactsh-url}}
Contact: root@{{interactsh-url}} Contact: root@{{interactsh-url}}
X-Forwarded-Host: 'spoofed.{{interactsh-url}}' X-Forwarded-Host: spoofed.{{interactsh-url}}
X-Host: 'spoofed.{{interactsh-url}}' X-Host: spoofed.{{interactsh-url}}
X-Forwarded-Server: 'spoofed.{{interactsh-url}}' X-Forwarded-Server: spoofed.{{interactsh-url}}
X-HTTP-Host-Override: 'spoofed.{{interactsh-url}}' X-HTTP-Host-Override: spoofed.{{interactsh-url}}
Cache-Control: no-transform Cache-Control: no-transform
matchers-condition: or
matchers: matchers:
- type: word - type: word
part: interactsh_protocol part: interactsh_protocol
name: http name: http
words: words:
- "http" - "http"
- type: word
part: interactsh_protocol
name: dns
words:
- "dns"

View File

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