Releases: iustin24/chameleon
Releases · iustin24/chameleon
v1.1.0
What's Changed
- Added the option to save output to a file ( -o )
- Added the option for JSON output ( -J, used together with -o )
- Added the option to change the HTTP method ( -X, supports multiple values )
- Lowered default threads from 200 to 40.
- Fixed other minor bugs
🎉 Special thanks to JoshuaMart, puzzlepeaches, epi052, j0eblow for contributing 🎉
v1.0.1
What's Changed
- Added installation script (
./install.sh
) - Added a default value to the match code parameter
- Fixed a bug where the same technology would be detected twice
- Fixed a bug when using
-L
where the wordlist wouldn't reset after every URL - Fixed a bug where the progress bar would hang when requests timeout
- Fixed a bug where wappalyzer would miss fingerprints because of case sensitive regex patterns
- Fixed a bug where headless chrome would hang if running as root