v1.2.5
What's Changed
- Added ASN input support by @ShubhamRasal in #821
echo AS15133 | httpx
- Added advanced DSL based match / filter support by @parrasajad in #782
echo example.com | httpx -mdc "content_length > 1000 && content_length < 2000" -cl
httpx -u example.com
- Added tlsx integration for tls probbing by @Ice3man543 in #767
- Added all the json keys as dsl variable by @LuitelSamikshya in #812
- Added
OnResult
options support httpx as library by @lucy9x in #825 - Added stored response directory path information in json output by @parrasajad in #832
- Added
profile-mem
flag for memory profiling by @Ice3man543 in #738 - Fixed a bug with
-resume
flag to overwrite output file by @ShubhamRasal in #823 - Fixed bug with multiple header input with
-H
option by @LuitelSamikshya in #757 - Fixed bug with
-er
option to include header by @gwen001 in #787 - Fixed connection pooling with cancelable timeout by @Ice3man543 in #763
- Fixed bug with using burp as proxy by @Mzack9999 in #753
- Updated
-favicon
option to improve CLI output by @LuitelSamikshya in #718 - Updated json fields to use underscore (
_
) instead of dash (-
) by @ehsandeep in #748 - Updated key-value formatted header information in json output by @Ice3man543 in #766
- Updated ASN integration from
ammario/ipisp
toprojectdiscovery/asnmap
by @ShubhamRasal in #821
Issues closed in the release - https://github.com/projectdiscovery/httpx/milestone/6?closed=1
New Contributors
- @ariasmn made their first contribution in #759
- @gwen001 made their first contribution in #787
- @ShubhamJagtap2000 made their first contribution in #808
- @lucy9x made their first contribution in #825
Full Changelog: v1.2.4...v1.2.5