Metadata-Version: 2.1
Name: turbo-http
Version: 0.0.3
Summary: Turbo Intruder wrapper for Python
Home-page: https://github.com/Kevin4562/python-turbo-intruder
Author: Kevin4562
License: Apache-2.0
Project-URL: Source, https://github.com/Kevin4562/python-turbo-intruder
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Turbo HTTP
Python requests-like wrapper for PortSwigger's Turbo Intruder. Request client for sending large amounts of HTTP requests quickly.

## Installation
Download and install the latest released version from [PyPI](https://pypi.org/project/turbo-http/):

```bash
pip install turbo-http
```


## Dependencies
- **[Java](https://www.oracle.com/java/technologies/downloads/)** JDK 17+

## Resources
- **[Turbo Intruder](https://github.com/PortSwigger/turbo-intruder)** Original Burp Extension.
