Metadata-Version: 2.4
Name: pentestkit
Version: 0.1.0
Summary: A Python library for API penetration testing using Swagger files.
Home-page: https://github.com/rahulkaushal04/pentestkit
Author: Rahul Kaushal
License: Apache-2.0
Project-URL: Source Code, https://github.com/rahulkaushal04/pentestkit
Project-URL: Issue Tracker, https://github.com/rahulkaushal04/pentestkit/issues
Keywords: API security,penetration testing,pentest,swagger,security testing
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Security
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests==2.32.3
Requires-Dist: urllib3>=2.2.3
Requires-Dist: rstr==3.2.2
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# pentestkit

**pentestkit** is an automated penetration testing library designed for security auditing of APIs. It allows security professionals to assess API vulnerabilities using Swagger/OpenAPI specifications.

## Features
- 🔄 **Fuzzing Support**: Injects test cases to discover security flaws.

## Getting Started
To begin using `pentestkit`, check the [installation guide](docs/INSTALL.md) and [usage documentation](docs/USAGE.md).

## License
This project is licensed under the **Apache 2.0 License**. See [LICENSE](LICENSE) for details.

## Additional Documentation
For more detailed information, please refer to the following documents:
- [Changelog](docs/CHANGELOG.md): A log of all the changes, updates, and fixes made to the project.
- [Contributing Guide](docs/CONTRIBUTING.md): Guidelines for contributing to the project, including how to report issues and submit code changes.
