https://github.com/jakub-przepiora/ps-scan-prestashop-scanner
This tool serves as an initial version scanner specifically designed for PrestaShop, a popular e-commerce platform. The primary purpose of the scanner is to analyze PrestaShop instances for various aspects, such as module information, version details, and potential security vulnerabilities.
https://github.com/jakub-przepiora/ps-scan-prestashop-scanner
cve prestashop security security-tools
Last synced: 3 months ago
JSON representation
This tool serves as an initial version scanner specifically designed for PrestaShop, a popular e-commerce platform. The primary purpose of the scanner is to analyze PrestaShop instances for various aspects, such as module information, version details, and potential security vulnerabilities.
- Host: GitHub
- URL: https://github.com/jakub-przepiora/ps-scan-prestashop-scanner
- Owner: jakub-przepiora
- License: mit
- Created: 2024-02-17T23:16:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-20T19:25:53.000Z (7 months ago)
- Last Synced: 2024-10-10T00:41:00.587Z (7 months ago)
- Topics: cve, prestashop, security, security-tools
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PS SCAN
This tool serves as an initial version scanner specifically designed for PrestaShop, a popular e-commerce platform. The primary purpose of the scanner is to analyze PrestaShop instances for various aspects, such as module information, version details, and potential security vulnerabilities. By leveraging techniques like web scraping and parsing, the scanner extracts relevant data from PrestaShop installations, providing valuable insights for developers, administrators, or security professionals.
The scanner currently focuses on identifying PrestaShop modules, extracting their version information, and checking for associated Common Vulnerabilities and Exposures (CVEs) by querying external databases. This can be particularly useful for users seeking to maintain an up-to-date inventory of PrestaShop modules, understand their versions, and stay informed about any known security issues.
It's essential to note that this is an initial version, and future iterations may incorporate additional features, enhanced scanning capabilities, and improved accuracy. The tool aims to contribute to the ongoing efforts of PrestaShop administrators and developers in maintaining a secure and well-managed e-commerce environment.
# !!! You using this tool on your own responsibility !!!
# Change log
### Version [1.0.3] - 2024-08-17
#### Added
- scripts will check default modules Prestashop
- Add default user-agent#### Fixed
- add information when program start without variables
- separate method to parse XML config file# Coming soon
- check .git directory in modules
- check Prestashop API