Posts

  Week 14: May 20 – Project Completion Objective: Finalize everything and prepare for viva/demo. Tasks Done: Submitted final report and presentation. Deployed local demo with Docker (optional). Practiced demonstration and answered FAQs.
  Week 13: May 13 – Final Review Objective: Final testing, optimization, and cleanup. Tasks Done: Performed stress tests with large URLs. Optimized code structure and removed redundancies. Final review of UI/UX and backend logs.
Week 12: May 6 – Documentation Objective: Start preparing documentation for submission. Tasks Done: Wrote project report chapters: Introduction, Design, Implementation. Documented all modules with screenshots and diagrams. Included test case results and expected outcomes.
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.