tools

Security Reconnaissance Workflow

A comprehensive dark-themed HTML guide for performing methodical security reconnaissance and vulnerability assessment on target domains.

๐Ÿ“‹ Overview

This interactive workflow guide provides a structured 10-step process for:

๐Ÿš€ Usage

  1. Open the HTML file in your web browser:
    workflow.html
    
  2. Enter your target domain in the input field (e.g., example.com)

  3. Click โ€œGenerate Workflowโ€ or press Enter

  4. Review each step with pre-customized commands for your domain

  5. Copy commands using the โ€œCopyโ€ button on each command block

๐ŸŽจ Features

๐Ÿ“Š Workflow Steps

Step Focus Tools
1 Subdomain Discovery Subfinder, Katana, Wayback Machine
2 HTTP Probing httpx, httpx-toolkit
3 Web Crawling Katana with historical data
4 XSS Detection GFX, XSS-Vibes
5 JS Discovery Grep filtering
6 Secret Scanning SecretFinder
7 API Testing Maps API Scanner
8 Vuln Scanning Nuclei
9 Analysis Manual review
10 Reporting Documentation

โš ๏ธ Important Notes

๐Ÿ”ง Customization

You can modify the workflow by editing the steps array in the JavaScript section of the HTML file. Add, remove, or modify steps as needed for your specific use case.

๐Ÿ“ Common Path Updates Needed

Before running commands, update these paths:

๐Ÿ’ก Tips

๐Ÿ“„ License

Use responsibly. Only test systems you own or have permission to test.


Last Updated: January 2026