httpmethods icon indicating copy to clipboard operation
httpmethods copied to clipboard

HTTP verb tampering & methods enumeration

Results 4 httpmethods issues
Sort by recently updated
recently updated
newest added

Flag to pass custom header(s) to server, just like curl Usage examples - `-H "header1:value1` - `-H "header1:value1" -H "header2:value2" -H "header3:value3"` - `-H "header1:value1, header2:value2, header3:value3"` - `-H headers.txt`

enhancement

Hey buddy when i try out the tool I got error on setup as ``` python3 setup.py install error: Multiple top-level packages discovered in a flat-layout: ['assets', 'wordlists']. To avoid...

- Migrates from legacy `setup.py` to modern `pyproject.toml` for PEP 517/518 compliance and uv compatibility. - Resolves SyntaxWarnings from invalid escape sequences.