mirror of
https://github.com/The-Art-of-Hacking/h4cker.git
synced 2026-01-06 19:15:27 -05:00
Introduce a comprehensive API Security Assessment Tool that automates security testing for REST APIs across nine critical domains, including TLS security, authentication, authorization, input validation, SSRF protection, rate limiting, information disclosure, management endpoints, and CORS configuration. The commit includes the main assessment script, detailed README documentation, example usage scripts, and a requirements file for dependencies. This update aims to provide users with a robust tool for enhancing API security practices.
15 lines
330 B
Text
15 lines
330 B
Text
# API Security Assessment Tool Requirements
|
|
# Install with: pip install -r requirements_api_security.txt
|
|
|
|
# Core dependencies
|
|
requests>=2.28.0
|
|
PyJWT>=2.6.0
|
|
|
|
# Optional dependencies for enhanced functionality
|
|
urllib3>=1.26.0
|
|
certifi>=2022.12.7
|
|
|
|
# Development dependencies (optional)
|
|
# pytest>=7.0.0
|
|
# black>=22.0.0
|
|
# flake8>=5.0.0
|