company : CODTECH IT solution Name : Tanushree V INTERN ID : CT04DK414 DOMAIN : Cyber Security & Ethical Hacking DURATION : 4 weeks MENTOR : NELA SANTHOSH.
I HAVE USED A PYTHON SCRIPTUSING LIBRARIES LIKE HASHLIB TO ENSURE FILE INTEGRITY AND I USED THE PLATFORMS LIKE GOOGLE ONLINE PYTHON COMPLIER FROM ONE COMPLIER WEBSITE FROM GOOGLE... OUTPUT
Vulnerability Scanner
The Vulnerability Scanner is a Python-based tool that scans web applications for various vulnerabilities. It leverages the Requests library to interact with the target URLs and identifies potential security weaknesses.
Features
Cross-Site Scripting (XSS) scanning SQL Injection scanning Directory Traversal scanning Command Injection scanning Server Misconfiguration scanning Weak Passwords scanning Network Vulnerabilities scanning Web Application Security scanning Getting Started
To get started with the Vulnerability Scanner, follow these steps:
Clone the repository:
git clone https://github.com/your-username/vuln-scanner.git
Install the required dependencies: pip install requests Run the scanner: python scanner.py Follow the on-screen prompts to select the vulnerabilities you want to scan for and provide the target URL. Usage Run the scanner by executing the scanner.py script. Choose the vulnerability category you want to scan for from the provided menu. Select the specific vulnerability within the category or go back to the main menu. Enter the target URL for scanning when prompted. The scanner will perform the selected scans and display the results. Repeat the process for other vulnerability categories or exit the scanner. Contributing
Contributions are welcome! If you want to add more features, improve existing code, or fix any issues, please follow these steps:
Fork the repository.
Create a new branch for your feature or fix. Make the necessary changes and commit them. Push your branch to your forked repository. Submit a pull request with a detailed description of your changes. License This project is licensed under the MIT License.
Acknowledgments
The Vulnerability Scanner was developed based on the needs of web security enthusiasts and developers. Special thanks to the authors and contributors of the Requests library.