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