Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 2.37 KB

README.md

File metadata and controls

47 lines (36 loc) · 2.37 KB

Prometheus

Welcome to the Prometheus repo!

Prometheus is a collection of two recon scripts for Red Team and Web blackbox auditing:

  • asset_discovery: a small script that allows to perform DNS asset discovery, Nuclei scans, determine used technologies, find known URLs, take screenshots of found web assets by combining the output of several tools.
  • blackbox_audit: script that does a lot of blackbox tests (Ping, Nmap, DNS+DNSSec tests, sslscan + testssl) on a set of hosts you provide to the script.

image_2

📖 Documentation

To start, check the Installation page and the Recommended User Guide that describes the usage of the tool with a Docker container and a simple wrapper script.

Alternatively you can check the Not Recommended User Guide that describes the usage of the recon scripts without Docker container.

🔔 Disclaimer

This tool is intended for educational purposes only. Performing hacking attempts on computers that you do not own (without permission) is illegal! Do not attempt to gain access to devices that you do not own.

🔎 asset_discovery is using the following tools to generate its results

Subdomain Discovery:

Additionnal Tools:

📦 blackbox_audit is using the following tools to generate its results