Posts

Showing posts from April, 2025
Week 10: April 22 – Security Hardening Objective: Strengthen backend security. Tasks Done: Sanitized all URL inputs to prevent injection attacks. Used Werkzeug and Flask-CORS for secure request handling. Prepared plan for future user authentication.
Week 9: April 15 – UI/UX Improvements Objective: Polish the interface for better usability. Tasks Done: Improved loading indicators and feedback messages. Added tooltips and layout enhancements. Refined navigation and page responsiveness.
Week 8: April 8 – Testing Begins Objective: Start testing and validation. Tasks Done: Manual testing with various URLs (valid, invalid). Cross-browser testing: Chrome, Firefox, Edge. Fixed bugs in input validation and history view
Week 7: April 1 – Data Visualization Objective: Implement scan results visualization. Tasks Done: Used Plotly to render bar/pie charts for vulnerabilities. Categorized results into LOW, MEDIUM, HIGH. Integrated visual feedback into scan page.