tucommenceapousser / CVE-2023-27372

SPIP Vulnerability Scanner - CVE-2023-27372 Detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2023-27372 SPIP < 4.2.1 - Remote Code Execution Vulnerability Scanner πŸ›‘οΈπŸ’»

This Python script scans for the CVE-2023-27372 vulnerability in SPIP applications under version 4.2.1. It uses the remote code execution model to test for the vulnerability. πŸ•΅οΈβ€β™‚οΈπŸ”

Installation πŸ“₯

To install this script, follow these steps:

  1. Clone this repository: git clone https://github.com/Chocapikk/CVE-2023-27372 πŸ“‹

  2. Navigate into the project directory: cd CVE-2023-27372 πŸ“

  3. Install necessary Python packages using pip: pip install -r requirements.txt 🐍

Usage πŸ’»

To use the script, you can run the following command: python CVE-2023-27372.py [arguments] πŸ–₯️

The arguments that can be used are:

  • -u or --url : Provide the SPIP application base URL 🌐
  • -v or --verbose : Enable verbose mode. (default: False) πŸ“£
  • -l or --list : Provide a file with a list of SPIP application base URLs πŸ“ƒ
  • -o or --output : Write the output to a file πŸ“

An example of usage: python CVE-2023-27372.py -u <SPIP_URL> -v -o output.txt πŸ”

Dork 🎯

For finding potential SPIP websites that could be tested for the vulnerability, the ZoomEye search engine can be used with the following dork:

zoomeye search "spip.php?page=" -num 2000 -filter=ip,port πŸ‘€

Please note that this is meant for research and educational purposes. Do not use it on websites without obtaining proper permissions. πŸ“šβœ…

Disclaimer ⚠️

This tool is intended for academic purposes and testing your own systems for these vulnerabilities. Do not use it to cause harm or without proper authorization from the owner of the target system. The user of this software is solely responsible for obeying local laws and regulations. The authors are not liable for any damage or violations caused by this tool. 🚫🚨

About

SPIP Vulnerability Scanner - CVE-2023-27372 Detector


Languages

Language:Python 100.0%