A
  • Android
  • Dotnet

This project addresses the growing reliance on websites for various real-life applications and the inherent security vulnerabilities present in dynamic web applications developed using the ASP.NET framework. With the widespread use of ASP.NET for its language support and powerful features, such as event-driven programming and rich server controls, the need for secure development practices becomes paramount. The paper introduces an algorithm aimed at enhancing website security by detecting vulnerabilities. The algorithm, comprising multiple steps, has already seen partial implementation, with ongoing work to complete the remaining stages. To mitigate security risks, the project emphasizes the importance of vigilant developers and website owners, advocating for security integration from the outset. The project also describes a development tool designed to uncover vulnerabilities in website source code, focusing on the three-tiered web application model: presentation, application (ASP.NET), and storage. The tool scans for potential vulnerabilities, generates a comprehensive report listing identified issues, and highlights their locations within the code.

  • ASP.NET Development
  • Vulnerability Detection
  • Website Security