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

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


Branch: CURRENT, Version: 1.6.9, Package name: httpx-1.6.9, 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: 1694.748 KB

Version history: (Expand)


CVS history: (Expand)


   2024-10-27 19:17:42 by Leonardo Taccari | Files touched by this commit (3) | Package updated
Log message:
httpx: Update to 1.6.9

Changes:
v1.6.9
* Added support to filter out near duplicate responses via `-fd`,
  `-filter-duplicates` option
* Added `team-id` input support for dashboard upload
* Added option to provide ideal time taking screenshot with `-screenshot`
  option
* Adding `-trace` option to log complete connection
* Added initial support for automatic page type classifier

v1.6.8
* Fixed missing favicon hash in few edge cases
* Fixed `ztls` context deadline error for tls connection
* Fixed stats calculation in case of path
* Fixed issue with extra new lines in output file
* Fixed multiple registration of metrics (SDK)
* Added option disable stdout output (SDK)
* Added `*Server.Stop` method (SDK)
* Updated `ChainInStdout` option available to use as library (SDK)

v1.6.7
* Added UI Dashboard for httpx
* Added `-fep` option to configure error file
* Fixed issue with missing `host` field in output in few edge cases
* Updated `jarm` field to `jarm_hash` to avoid confusion

v1.6.6
* Added md5 hash for favicon in jsonl output
* Fixed issue with `-fs` filtering
* Fixed issue with custom header input for screenshot
* Fixed nil deref with store chain option
* Fixed issue with path input
* Fixed issue with `-esb` option not storing screenshot on disk

v1.6.5
* Added `favicon_url` in output with `-favicon` option
* Fixed issues with favicon detection + SDK update
* Fixed panic issue with wappalyzer

v1.6.4
* Added `-efqdn` option to extract subdomans from response header and body
* Added support to exclude response body with `-sr` option

v1.6.3
* Fixed issue with tech detection output in default run
* Fixed issue with `-sr` option to respect filters/matchers

v1.6.2
* Added resolvers information in output

v1.6.1
* Added `-protocol` option for force http 1.1 connection
   2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-08-11 17:57:15 by Benny Siegert | Files touched by this commit (176) | Package updated
Log message:
Revbump all Go packages after update
   2024-07-03 08:59:36 by Benny Siegert | Files touched by this commit (169) | Package updated
Log message:
Revbump all Go packages after go122 security update
   2024-06-13 15:47:13 by Benny Siegert | Files touched by this commit (169) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-06-01 16:03:06 by Benny Siegert | Files touched by this commit (168)
Log message:
Revbump all Go packages, default Go version is now 1.22.
   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