Spaces:
Runtime error
Runtime error
| project-red-sword/ | |
| β | |
| βββ app.py # Main application file with FastAPI setup. | |
| βββ config.py # Configuration management file. | |
| βββ requirements.txt # List of dependencies including slowapi and python-dotenv. | |
| βββ test_app.py # Unit tests for the application. | |
| βββ README.md # Documentation for setup and usage. | |
| βββ .env # Environment variables for configuration. | |
| βββ .env.development # Development-specific environment variables. | |
| βββ .env.production # Production-specific environment variables. | |
| βββ Dockerfile # Dockerfile for containerization. | |
| βββ docker-compose.yml # Docker Compose configuration file. | |
| βββ backup.py # Script for backing up exploit files. | |
| βββ feedback.txt # File to store user feedback. | |
| βββ nginx.conf # Nginx configuration file for production. | |
| βββ exploits/ # Directory for storing exploit scripts. | |
| β βββ cve_2022_22963.py | |
| β βββ cve_2021_22945.py | |
| β βββ cve_2020_0601.py | |
| β βββ cve_2017_0144.py | |
| β βββ cve_2023_21716.py | |
| β βββ whatsapp_zero_click_exploit.py | |
| β βββ imessage_zero_click_exploit.py | |
| β βββ curveball_zero_click_exploit.py | |
| β βββ follina_zero_click_exploit.py | |
| β βββ firefox_zero_click_exploit.py | |
| β βββ cve_2021_22986.py | |
| β βββ cve_2021_22987.py | |
| β βββ cve_2022_26134.py | |
| β βββ cve_2022_26135.py | |
| β βββ cve_2022_26651.py | |
| β βββ cve_2022_27350.py | |
| β βββ cve_2022_27524.py | |
| β βββ cve_2022_27925.py | |
| β βββ cve_2023_12345.py | |
| β βββ cve_2023_12346.py | |
| β βββ whatsapp_exploit_v2.py | |
| β βββ signal_zero_click_exploit.py | |
| β βββ telegram_zero_click_exploit.py | |
| β βββ facebook_zero_click_exploit.py | |
| β βββ instagram_zero_click_exploit.py | |
| β βββ skype_zero_click_exploit.py | |
| β βββ zoom_zero_click_exploit.py | |
| β βββ slack_zero_click_exploit.py | |
| β βββ discord_zero_click_exploit.py | |
| βββ modules/ | |
| βββ ai_features.py | |
| βββ exploit_management.py | |
| βββ security.py | |
| βββ user_management.py | |
| βββ networking_tools.py | |