https://github.com/c0dejump/HExHTTP
Found that manually installing this tool will give you some pain in kali. So I choose docker option.
apt install docker.io -y
git clone https://github.com/c0dejump/HExHTTP.git
cd HExHTTP
docker build -t hexhttp:latest .
docker run --rm -it --net=host -v "$PWD:/hexhttp/" hexhttp:latest -u 'https://target.tld/'
Avi
Comments
Post a Comment