Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TheM4hd1/JCS
Joomla Vulnerability Component Scanner
https://github.com/TheM4hd1/JCS
Last synced: 21 days ago
JSON representation
Joomla Vulnerability Component Scanner
- Host: GitHub
- URL: https://github.com/TheM4hd1/JCS
- Owner: TheM4hd1
- Created: 2018-04-17T23:05:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T09:07:07.000Z (about 6 years ago)
- Last Synced: 2024-08-05T17:24:27.156Z (4 months ago)
- Language: C#
- Homepage:
- Size: 282 KB
- Stars: 60
- Watchers: 9
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - TheM4hd1/JCS - Joomla Vulnerability Component Scanner (C# #)
README
JCS (Joomla Component Scanner) made for penetration testing purpose on Joomla CMS
JCS can help you with the latest component vulnerablities and exploits.
Database can update from several resources and a Crawler has been implemented to find components and component's link.
This version supports Exploitdb and Packetstorm vulnerablities to create a database for joomla components.
JCS can also create a Report in HTML for you.
![](https://raw.githubusercontent.com/TheM4hd1/JCS/master/Screenshots/db.jpg)
### Features:
* Multi-Thread
* Delay between requests
* Custom Http Headers
* Supports Http-Proxy
* Supports Http Authentication:
* BASIC
* DIGEST
* Component crawler base by Regex-Pattern
* Component's Page Identification By:
* Page Comparison
* Regex Pattern
* Searching in HTML tags example: not found
* Checking Http Status Code### Compiling
Open the project in Visual Studio and click build
### Report Sample:![](https://raw.githubusercontent.com/TheM4hd1/JCS/master/Screenshots/report.jpg)