v2.6.9
What's Changed
- Added template variable support by @Ice3man543 in #1785
variables:
a1: "{{to_lower(rand_base(5))}}"
requests:
- method: GET
path:
- "{{BaseURL}}/?test={{a1}}"
matchers:
- type: word
words:
- "{{a1}}"
- Added support for dsl as a new extractor type by @Mzack9999 in #1873
extractors:
- type: dsl
dsl:
- "len(body)"
- Added requests annotation support for RAW HTTP Templates by @Mzack9999 in #1805
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
- |
@Host: https://login.microsoftonline.com:443
GET /{{Host}}/v2.0/.well-known/openid-configuration HTTP/1.1
Host: login.microsoftonline.com
- Fixed internal bug in interactsh integration with unsafe HTTP template by @Mzack9999 in #1875
- Fixed bug to support custom template directory input for
automatic-scan
by @LuitelSamikshya in #1870
Full Changelog: v2.6.8...v2.6.9