What's Changed
- Added initial implementation of atomatic HTTP scan using wappalyzergo with tags by @Ice3man543 in #1517
-as, -automatic-scan automatic web scan using wappalyzer technology detection to tags mapping
- Added option to enable global redirect in HTTP protocol by @Ice3man543 in #1716
-fr, -follow-redirects enable following redirects for http templates
-mr, -max-redirects int max number of redirects to follow for http templates (default 10)
- Added custom ciphersuits input + match support for SSL protocol by @Ice3man543 in #1685
ssl:
- address: "{{Host}}:{{Port}}"
cipher_suites:
- TLS_AES_128_GCM_SHA256
matchers:
- type: word
part: response
words:
- "TLS_AES_128_GCM_SHA256"
- Added proxy support to unsafe templates in HTTP protocol by @akkuman in #1701
- Added number + string conversion helpers by @Mzack9999 in #1704
- Added time + date + zlib helpers by @Ice3man543 in #1721
- Added pprof-server support for debugging by @Ice3man543 in #1673
- Fixed a bug with template update fail by @Mzack9999 in #1725
- Fixed a bug with custom templates directory use by @parrasajad in #1667
- Fixed a bug in labels when creating jira issue by @vavkamil in #1690
- Updated file protocol to handle large files in chunks by @Mzack9999 in #1634
Issues closed in release: https://github.com/projectdiscovery/nuclei/milestone/10?closed=1
New Contributors
Full Changelog: v2.6.3...v2.6.4