⚠️ BREAKING CHANGES
JSON fields are updated, which may cause some automation flows to fail.
Old JSON field | Updated JSON field |
---|---|
templateID | template-id |
matcher_name | matcher-name |
extractor_name | extractor-name |
matched | matched-at |
extracted_results | extracted-results |
What's Changed
- Added self-contained template support for HTTP/Network template by @Ice3man543 in #1121
- Added support to discard requests with unresolved variables by @Ice3man543 in #1089
- Added filters to exclude templates based on severity (
-es
) by @zerodivisi0n in #1099 - Added multiple short flags by @ehsandeep in 8e8249e
- Added payload, global variable, helper functions support in matchers by @parrasajad in #1046
- Added support for custom resolvers in DNS templates by @Mzack9999 in #1079
- Added
batteringram
payload + set as default by @Ice3man543 in #1105 - Added wordlist input support using CLI variables by @Mzack9999 in #1091
- Added support for CLI/ENV variables in network template by @Mzack9999 in #1138
- Added semantic versioning in docker tags by @ehsandeep in #1054
- Added severity as label to GitHub/GitLab/Jira reporting module by @revblock in #1036
- Added headless support on alpine + Use of installed browser by @Mzack9999 in #1059
- Added
waitvisible
method from the rod library by @pmareke in #1101 - Added coloring to matchers with
debug
flag #999 by @forgedhallpass in #1064 - Added missing examples in headless engine protocol actions by @pmareke in #1108
- Added curl command for http request in reporting module by @Ice3man543 in #1107
- Added support to preserve input order by @Mzack9999 in #1062
- Added unixtime functionality with seconds offset by @voidz0r in #1132
- Added support for interactsh placeholder in http payloads by @Mzack9999 in #1146
- Fixed bug to disable adding automatic host header in unsafe requests by @sullo in #1069
- Fixed GBK detection by @Mzack9999 in #1117
- Fixed a parsing bug in offlinehttp (
-passive
) by by @nothinux in #1074 - Fixed a bug to support http proxy in headless browser by @Mzack9999 in #1144
- Fixed a bug to add validation for github and gitblab options in report config by @pmareke in #1127
- Fixed bug to support extended dns edge cases by @Mzack9999 in #1058
- Fixed bug to process
\r\n
in unsafe requests by @Mzack9999 in #1060 - Updated Github Issue templates + Added Pull request template by @ehsandeep in #1153
- Updated default interactsh server by @ehsandeep in #1070
- Updated JSON fields to maintain uniform format @ehsandeep in #1148
New Contributors
- @revblock made their first contribution in #1036
- @sullo made their first contribution in #1069
- @nothinux made their first contribution in #1074
- @zerodivisi0n made their first contribution in #1099
- @pmareke made their first contribution in #1101
- @voidz0r made their first contribution in #1132
Full Changelog: v2.5.2...v2.5.3