HTTPHack

Send your own HTTP Requests\Responses


INTRODUCTION

HTTPHack is a simple command line based tool which allows you to query HTTP Servers by sending your own custom HTTP requests, or act as a HTTP server and issue custom responses regardless of the request coming in. It's an education tool designed to query and understand how HTTP implementations react to different data, in short - it's the most basic web browser\server ever.

Note: HTTPHack was mainly built for education and for quick tests. There's no promises it will work in your enviornment, and it's not very user-friendly and is probably full of bugs, use it at your own risk!

HTTPHack was built using Visual C++ Express Edition 2008. It may also be ported to Linux in the future, but right now it's only been tested on Windows XP and Windows Vista.

 

The latest version is 2.3 (see change log). You can still download HTTPHack 2.2 from here, if you have problems.

 

LATEST NEWS

10\05\10 - HTTPHack 2.3 is now available for download, added a few extra fixes.

09\02\10 - HTTPHack 2.2 will be released shortly, but 2.1 will still be available for download, Please give 2.2 a go, and if it's too buggy, go back to 2.1. Please see the 'how it works' notes to learn what's different.

27\01\10 - HTTPHack is undergoing a big change, the socket functions are being ported to an external library for easy use in other applications, a new version will be released soon containing this, after testing it still works!

© 2009 by John Payne.
http://www.the-serpent.co.uk