ITADN
c0dejump/HExHTTP

版本发布 8

v2.2
? · 2025-10-20

### Updated: - Menu in README.md - Add payloads - Remake paraminer list - Linting - Fixed bugs ### News: - print_utils.py in utils directory

v1.9.2
? · 2025-07-15

### News - New cve module to check Next.js CPDoS by Zhero research and Wlayzz PoC (CVE-2025-49826) ### Updated: - Added only cache poisoning option (--ocp) - Updated TODO list

v1.9.1
? · 2025-07-09

## What's Changed ### Updated: - Linting of the http methods module and addition of +50 new methods to be check

v1.8
? · 2025-04-02

## What's Changed ### News - New cve module to check Next.js CPDoS Zhero research (CVE-2025-29927) - New module to check cache poisoning via path traversal (Thanks to 0xrth !) - Proxy features (-p option) ### Updated: - News payloads - Fixed bugs/FP - Linting - requirement.txt

v1.7.6
? · 2025-03-20

## What's Changed ### News - Check your HExHTTP version - New cve module to check Nuxt.js CPDoS Zhero research (CVE-2025-27415) ### Updated: - News payloads (headers, methods and http version) - Fixed bugs/FP - Linting

v1.7.4
? · 2025-02-03

## What's Changed ### News : - New module to check Nextjs cache poisoning Zhero research (modules/cp_check/nextjs_datareq) ### Updated : - Reduce FP - Change "CACHE" by "CACHETAG" to avoid confusion - Clean-up and remodeling of module file/folder architecture - cache_poisoining_file => cache_poisoining__nf_file: total reconstruction of the module, to check on source files (js/css) that do not exist whether it is possible to inject text into the header or body and cache it

v1.7.2
? · 2025-01-03

## What's Changed ### News: - New module for "human" scan, personal timesleep or random (0-5s) to each requests ### Updated: - News payloads - Rename module modules/cpdos/cache_error.py -> modules/cpdos/basic_cpdos.py

v1.7.1
? · 2024-12-19

## What's Changed ### News: - New module for multiple headers cache error based on @0xrth observations (mutliple_headers.py) - New file __init__.py in lists directory to add functionality to load payloads from files ### Updated: - commenting on the notification (notify-py) - News payloads - Linting - Fixed bugs