You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An interactive Flask-based Web Security Lab showcasing real-time demonstrations of SQL Injection, Cross-Site Scripting (XSS), and Cross-Site Request Forgery (CSRF). Includes both vulnerable and secure scenarios for hands-on cybersecurity learning.
This Flask web application performs text sentiment analysis and text generation based on user input. Users can input text, and the application will analyze its sentiment using NLTK's Vader sentiment analysis tool and generate additional text using the GPT-2 model.