Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p0dalirius/http-fuzzing-scripts
A collection of http fuzzing python scripts to fuzz HTTP servers for bugs.
https://github.com/p0dalirius/http-fuzzing-scripts
fuzzing http script
Last synced: 25 days ago
JSON representation
A collection of http fuzzing python scripts to fuzz HTTP servers for bugs.
- Host: GitHub
- URL: https://github.com/p0dalirius/http-fuzzing-scripts
- Owner: p0dalirius
- Created: 2022-05-14T09:05:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-01T15:18:42.000Z (over 1 year ago)
- Last Synced: 2024-12-18T18:50:10.821Z (about 1 month ago)
- Topics: fuzzing, http, script
- Language: Python
- Homepage: https://podalirius.net/
- Size: 50.8 KB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
![](./.github/banner.png)
A collection of http fuzzing python scripts to fuzz HTTP servers for bugs.
## Scripts
- [x] [find-maximum-url-length.py](./maximum-url-dichotomic/find-maximum-url-length.py)
+ Find the maximum URL length accepted by the remote server## Contributing
Pull requests are welcome. Feel free to open an issue if you want to add other features.