---------------- * optimized URL protocol correction 356, thanks chenjiewei123 * support disable protocol correction and honeypot checks through --no-check option
2.0.2
---------------- * fix url redirect problem in _check method 337 * fix use command in console mode can't use absolute path 341, thanks S2eTo * fix ipv6 compatibility issue in build_url 347, thanks HomerQing * optimize dsl expression execution 348
2.0.1
---------------- * fix words matcher expression execution 333, thanks soapffz * fix catch binascii ValueError Exception 334, thanks izj007 * improve template robustness * support digest_username and digest_password * support negative matchers
2.0.0
---------------- * yaml poc support, compatible with nuclei * fix httpserver module hangs on macos platform * auto correction of url protocol based on status code
1.9.11
---------------- * support customize poc protocol and default port 321 * -p option support optional protocol field, [proto:]port 323 * add -s option to skip target default port 323 * poc-console optimization * some bug fixes & improvements
1.9.10
---------------- fix different python versions have different behaviors on ipaddress library 319