2023-08-26 18:31:41 by Benny Siegert | Files touched by this commit (149) | |
Log message:
Revbump all Go packages after go120 update
|
2023-07-23 17:33:08 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
httpx: Update to 1.3.4
Changes:
v1.3.4
### Features
* Added error page classifier with automatic filtering
```console
-fep, -filter-error-page filter response with ML based error page detection
```
* Added support for multiple output format
```console
-oa, -output-all filename to write output results in all formats
```
* Added html index (`screenshot.html`) file for screenshots
* Added custom config input support
```console
-config string path to the httpx configuration file (default \
$HOME/.config/httpx/config.yaml)
### Bugs
* Fixed `-tls-grab` option issue in ztls mode
* Fixed issue with `-sr` option when used with `-x` option
### Maintenance
* Made output response fields public
### Other Changes
* Fixed github.com/bxcodec/faker/v4 is deprecated
v1.3.3
### Features
* Added Support for TLS ClientHello randomization (experimental)
```console
-tlsi, -tls-impersonate enable experimental client hello (ja3) tls randomization
```
### Bugs
* Fixed issue with `rateLimiter` not stop
* Fixed issue to skip body read with status code 304
* Fixed issue to remove duplicate `onresult` option
v1.3.2
### Bugs
* Fixed issue ignoring http path with port option
* Fixed issue to write missing screenshots to index file
### Other Changes
* Added `-no-stdin` option
|
2023-07-15 12:53:10 by Benny Siegert | Files touched by this commit (151) | |
Log message:
Revbump all Go packages after go120 update
|
2023-05-14 16:28:53 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
httpx: Update to 1.3.1
Changes:
v1.3.1
## What's Changed
* Fixed issue with response body store with json option
* Fixed issue with response body hash calculation
* Fixed issue with fallbacks when `-nfs` is used
* Fixed issue with certificate parsing
* Added improvements to code for using as library
v1.3.0
## What's Changed
* Added screenshot support (`-ss, -screenshot`), e.g.:
```
subfinder -d hackerone.com | httpx -screenshot
```
* Added support to skip decode (`-no-decode`)
* Added `stale.yml` config file
* Fixed issue with dsl based filtering
* Fixed error with URLs having http / httpx as a prefix
* Fixed (`-match-regex`) not working with http proxy
* Fixed issue with filename on windows
|
2023-05-05 21:37:45 by Benny Siegert | Files touched by this commit (134) | |
Log message:
Revbump all Go packages after go120 security update
|
2023-04-05 22:48:01 by Benny Siegert | Files touched by this commit (140) | |
Log message:
Revbump all Go packages after yesterday's go120 security update
|
2023-03-17 11:28:01 by Leonardo Taccari | Files touched by this commit (3) | |
Log message:
httpx: Update to 1.2.9
Changes:
1.2.9
-----
* Fixed nil pointer dereference crash
* Added self-update option + version check support
|
2023-03-12 21:10:14 by Leonardo Taccari | Files touched by this commit (5) |
Log message:
httpx: Import httpx-1.2.8 as security/httpx
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.
|