https://github.com/chfoo/huhhttp
An evil web server.
https://github.com/chfoo/huhhttp
Last synced: about 1 month ago
JSON representation
An evil web server.
- Host: GitHub
- URL: https://github.com/chfoo/huhhttp
- Owner: chfoo
- License: gpl-3.0
- Archived: true
- Created: 2014-08-18T04:24:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-09T01:14:25.000Z (almost 11 years ago)
- Last Synced: 2025-03-24T20:14:52.145Z (11 months ago)
- Language: Python
- Homepage: http://smaug.fart.website/
- Size: 773 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
huhhttp
=======
_Huh? HTTP?_ is an evil web server designed to fuzz test fault-intolerant, single-instance web crawlers such as Wget or Wpull. But it causes web browsers to glitch too :).
Quick Start
===========
You will need Python 3.4 or greater.
Install:
pip3 install git+https://github.com/chfoo/huhhttp#egg=huhhttp
Run:
python -m huhhttp --port 8080
Use the `--help` option for more details.
Feedback
========
You are welcome to use the GitHub issue tracker for any problems or questions.
Contributions and feedback are greatly appreciated.
Credits
=======
Copyright 2014 by Christopher Foo. License GPL v3.
This project contains
* an audio sample from the film _Troll 2_.
* the _UTF-8 decoder capability and stress test_.
* Code snippets from the Fusil project. Copyright Victor Stinner.