Skip to content
 
 

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Project-C

A Simple and Effective Website Vulnerability Scanner.


🚀 About The Project

Project-C is a Python-based vulnerability scanner designed to identify potential security weaknesses in websites. By analyzing URLs, it checks for common vulnerabilities such as SQL Injection, Cross-Site Scripting (XSS), and insecure server configurations. This tool is lightweight, easy to use, and ideal for cybersecurity professionals and enthusiasts.


🛠️ Key Features

  • URL Discovery: Automatically finds links on the target website.
  • SQL Injection Detection: Identifies vulnerabilities to SQL code injection.
  • XSS Detection: Scans for Cross-Site Scripting vulnerabilities.
  • Server Configuration Check: Flags insecure server setups like non-HTTPS usage.
  • JSON Report Generation: Saves detailed scan results for further analysis.

🧰 Built With

  • Python - Programming language
  • Requests - HTTP library
  • BeautifulSoup - HTML parsing for URL discovery
  • Re - Regular expressions for vulnerability detection
  • JSON - Report generation
  • URLlib - URL manipulation

🏗️ Getting Started

Follow these instructions to set up and run Project-C on your system.

Prerequisites

Ensure you have the following installed:

  • Python 3
  • pip (Python package manager)

Installation

1.Clone the repository:

git clone https://github.com/k-shaik/Project-C.git
cd Project-C

2.Install dependencies:

pip install -r requirements.txt

3.Run the scanner:

python scanner.py

4.Open a pull request on GitHub.

Feel free to also open issues with suggestions or enhancements.

📝 License

Distributed under the MIT License. See the full license here.

📞 Contact

Project Link: https://github.com/k-shaik/Prokect-C

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages