## https://sploitus.com/exploit?id=D622DFFE-85F8-559A-8BC3-8EEF63BD4686
This repository is an offensive tool for Nuclei POCs. It is a Python script that clones GitHub repositories, extracts Nuclei POCs, and organizes them into categorized folders. The script runs automatically every day using GitHub Actions. The primary vulnerability class targeted by this tool is not explicitly stated, but it is likely related to various types of exploits, such as SQL injection, cross-site scripting (XSS), remote code execution (RCE), and others.
The tool uses GitHub Actions to automate the cloning of repositories, extraction of POCs, and organization of the POCs into folders. It also includes a feature to validate the format of the POCs and remove duplicates. The tool has a large collection of POCs, with over 190,000 available scripts.
The tool can be used to scan websites for vulnerabilities by specifying the type of POC to use. For example, to scan a website for web-related POCs, the command `./nuclei -t poc/web/ -u http://example.com` can be used.
The tool has a configuration file called `repo.csv` that contains information about the GitHub repositories to be cloned. The tool also has a feature to update the POCs regularly using GitHub Actions.
The