├── LICENSE ├── README.md ├── example ├── demoapp.py ├── re.dict └── re_extract.py └── httpfuzz.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alex/httpfuzz/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alex/httpfuzz/HEAD/README.md -------------------------------------------------------------------------------- /example/demoapp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alex/httpfuzz/HEAD/example/demoapp.py -------------------------------------------------------------------------------- /example/re.dict: -------------------------------------------------------------------------------- 1 | "|" 2 | "/" 3 | "test" 4 | -------------------------------------------------------------------------------- /example/re_extract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alex/httpfuzz/HEAD/example/re_extract.py -------------------------------------------------------------------------------- /httpfuzz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alex/httpfuzz/HEAD/httpfuzz.py --------------------------------------------------------------------------------