
Tool designed to scan a list of websites for a known vulnerability in the PHPUnit framework, specifically the CVE-2017-9841 vulnerability.
Clone the repository:
git clone https://github.com/joelindra/Argus.git
cd Argus
Install the required dependencies:
pip install -r requirements.txt
Or install dependencies manually:
pip install requests colorama tqdm pyfiglet termcolor urllib3
Create a text file containing a list of target websites (one per line)
Run the script:
python3 argus.py
When prompted, enter:
The scanner will begin checking each site for the PHPUnit vulnerability
The script creates a results directory containing:
vulnerable_[timestamp].txt - Detailed information about vulnerable siteserrors_[timestamp].txt - Error logs for debuggingJust as Argus Panoptes kept watch with his hundred eyes, this tool works by:
eval-stdin.php file is commonly foundJoel Indra