httpmethods
httpmethods copied to clipboard
HTTP verb tampering & methods enumeration
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`
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.