misc update
parent
cee46ca968
commit
be297d732b
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue