./security/httpx, HTTP toolkit that allows running multiple probes

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.6.0nb1, Package name: httpx-1.6.0nb1, Maintainer: leot

httpx is a fast and multi-purpose HTTP toolkit that allows running
multiple probes using the retryablehttp library. It is designed to
maintain result reliability with an increased number of threads.


Master sites:

Filesize: 1641.945 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-03-24 21:30:51 by Leonardo Taccari | Files touched by this commit (3)
Log message:
httpx: Update to 1.6.0

Changes:
v1.6.0
## What's Changed
* Fixed issue with `-csv` format including response header/body as default
* Fixed issue with `-exclude` option
* Updated default JSONL output fields
  - Added `tech` and `cdn`, `cdn_name`, can be optionally disabled \ 
(`-tech-detect=false`)
  - Removed `hash`, can be optionally enabled (`-hash md5,mmh3`)

> Caution
> Updated default JSONL output fields

v1.5.0
> Warning
> This release upgrades ASNMap to the latest 1.1.0 version that uses an
> authenticated API. If you utilize the `-asn` option of httpx, one time
> configuration is required to set up PDCP API Key.
> You can do this using the `-auth` option or through setting up an
> environment variable, such as `export PDCP_API_KEY=xxxxx`

## What's Changed
* Updated to authenticated ASNMap client
* Fixed issue with `-exclude` option

v1.4.0
## What's Changed
### Maintenance
* Updated useragent library
* Fixed exclude cdn option
* Added sdk stream test

v1.3.9
## What's Changed
### Maintenance
* Fixed multiple issues related high memory uses

v1.3.8
## What's Changed
* Removed `-ec` option in favor of newly added `-exclude` option

* Added customizable `-exclude` option:
   -e, -exclude string[]  exclude host matching specified filter
       ('cdn', 'private-ips', cidr, ip, regex)
* Added timeout option for screenshot
   -st, -screenshot-timeout int     set timeout for screenshot in
       seconds (default 10)
* Added option to set custom headless options
   -ho, -headless-options string[]  start headless chrome with additional
       options
* Fixed issue with use of system resolver with custom resolver input
* Fixed issue with existing response directory
* Fixed issue with `-websocket` and `-pipeline` detection
* Fixed issue with redirects with `-ports` option
* Fixed issue with `-tls-probe` option

v1.3.7
## What's Changed
### Bug Fixes
* Fixed new line break issue with `-title` option
* Fixed build error on `termux/android`
* Fixed path issue on windows
* Fixed chrome zombie process using leakless
* Fixed panic crash with `-asn` option

### Other Changes
* Added SNI to jsonl output
* Added optional flag (`-eph`) to skip private host / ips for probing
* Added hyperlink to host result
* Increased timeout for a page lifecycle event

v1.3.6
## What's Changed
### New Features
* Added phash calculation for screenshot
* Added visual recon clusters in jsonl output
### Other Changes
* Update redirect chain storage
   2024-02-07 15:51:04 by Benny Siegert | Files touched by this commit (156) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-01-10 20:14:43 by Benny Siegert | Files touched by this commit (152) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-12-05 20:46:19 by Benny Siegert | Files touched by this commit (146) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-11-10 16:45:25 by Benny Siegert | Files touched by this commit (152) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-10-29 15:48:24 by Benny Siegert | Files touched by this commit (152)
Log message:
Revbump all Go packages because go121 is now the default
   2023-10-15 14:04:35 by Benny Siegert | Files touched by this commit (155) | Package updated
Log message:
Revbump all Go packages after go120 security update