GITEST

Pipeline Phases

GITEST has 15+ automated phases executed in sequence. GiDom (domain recon companion) adds 13 pre-exploitation phases that feed into the GITEST pipeline.

Phase Overview

code
GiDom:  SETUP → RECON (passive) → URL DISCOVERY → DNS/PROBE → BRUTE-FORCE →
        LOGIN SURFACE → LOGIN EXEC → PORT SCAN → FUZZ (unauth+auth) →
        VULN SCAN (unauth+auth) → POST-AUTH DEEP SCAN → BRIDGE

GITEST: RECON → OSINT → CODE ANALYSIS → CMS/CRM → API → AUTH →
        SUPPLY CHAIN → CLOUD → EXPLOITATION → POST-EXPLOITATION → REPORTING

Detailed Phases

GiDom — Domain Recon & Auth

GiDom runs before GITEST and handles the entire recon + auth pipeline:

PhaseDescription
0. Setup + CredentialsPrompt for username/password (or skip for unauth)
0B. Wordlist DownloadAuto-download SecLists, AssetNote, Trickest
1A. Passive Subdomainsubfinder + assetfinder + amass + chaos + crt.sh
1B. URL Discoverygau + waybackurls for historical URLs
1C. DNS & Probingdig + dnsx + pd-httpx
1D. Subdomain Brute-Forcednsx with 110K-10M wordlists
1E. Login Surface ReconDetect HTML forms, JSON APIs, basic auth
1F. Login ExecutionAuto-login + rules/terms acceptance
2A. Port Scannmap top 1000 ports
2B. Web FuzzingDual mode: unauth + auth + diff comparison
2C. Vulnerability ScanDual mode: nuclei unauth + auth
3A. Post-Auth Deep ScanJS re-download, API extract, config scan
→ BridgeWrite findings JSON for GITEST import

1. GITEST Reconnaissance

Subdomain discovery, port scanning, technology fingerprinting, and passive information gathering. Auto-imports GiDom bridge data when available.

2. OSINT

Open-source intelligence: email harvesting, data leaks, social media analysis.

3. Code Analysis

Static analysis, dependency scanning, and source code review for vulnerability discovery.

4. CMS/CRM

Framework detection and exploitation for CMS (WordPress, Joomla, Laravel) and CRM (Odoo, Salesforce).

5. API Security

REST and GraphQL API testing, including authentication bypass, injection, and rate limiting.

6. Authentication

Login bypass, session hijacking, JWT attacks, OAuth misconfiguration.

7. Supply Chain

Dependency analysis, malicious package detection, and third-party integration testing.

8. Cloud

AWS, GCP, Azure misconfiguration scanning with tools like ScoutSuite and Prowler.

9. Exploitation

Controlled vulnerability verification with CVSS scoring.

10. Post-Exploitation

Lateral movement, privilege escalation, persistence mechanism detection.

11. Reporting

Comprehensive markdown report generation with CVSS v3.1 scores.