Skip to content

Releases: ariary/HTTPCustomHouse

v2.0.2

23 Sep 07:51
Compare
Choose a tag to compare

Added

  • [httpclient] -i flag to get all header like in curl (without it only body is shown)
  • [httpcustomhouse] -d flag print special characters
  • code enhancement and colors

Fixed

  • [httpclient] Bug in URL parsing for

minor fixes

24 Feb 08:18
fa7aad5
Compare
Choose a tag to compare

Fix

  • Change httpcustomhouse body parsing
  • Include Cookie in redirection for httpclient

Tools suite first version

14 Feb 19:17
Compare
Choose a tag to compare

Added

2 new tools to help in http request smuggling research/exploitation:

  • httpoverride: simple tool to manipulate http request
  • httpclient: perform request from raw http request (~curl with raw http request)
    • See request in browser (with or without cookie)
    • Follow redirection (if 30X response)
  • Documentation on usage and exploitation

Changed

  • httpcustomhouse: display missing bytes for Content-Length

v1

03 Feb 14:49
25e01aa
Compare
Choose a tag to compare
v1

Simple offline simulation of server behavior helping to forge HTTP smuggling attack:

  • Color output
  • Tranfer encoding support
  • Content-Length support