Advanced Cybersecurity Desktop Software for Web Application Security Analysis
This software must only be used with explicit written consent from the website owner. Unauthorized testing is prohibited and may be illegal.
TITAN-Web Analyser is a professional desktop application designed for authorized security assessment of web applications. It analyzes website structure, client-side behavior, network communication, and identifies security weaknesses.
- π Website Structure Discovery - URL crawling, link extraction, endpoint detection
- π Source Code Inspection - Secret detection, dangerous functions, debug artifacts
- π» Console Analysis - Log monitoring, sensitive data detection
- π Network Analysis - Security headers, cookie security, third-party tracking
- π Data Flow Analysis - JSON/API response inspection, overexposure detection
β οΈ Vulnerability Classification - Severity levels with remediation guidance- π Report Generation - PDF, HTML, and JSON export
- π₯οΈ Professional UI - Dark theme, real-time feedback, findings dashboard
- π Notifications - Toast system for analysis events
- β¨οΈ Productivity - Keyboard shortcuts and detailed finding inspection
# Clone the repository
git clone https://github.com/JithuMon10/TITAN-Web-Analyser.git
# Navigate to project directory
cd TITAN-Web-Analyser
# Install dependencies
npm install
# Start the application
npm startnpm run build:winThe executable will be created in the dist/ folder.
TITAN-Web-Analyser/
βββ src/
β βββ main/ # Electron main process
β βββ renderer/ # UI (HTML/CSS/JS)
β βββ analysis/ # Security analysis modules
β βββ reports/ # Report generation
βββ package.json
βββ README.md
- Electron - Desktop application framework
- Cheerio - HTML parsing
- Esprima - JavaScript AST parsing
- PDFKit - PDF report generation
This tool is designed for:
- β Authorized penetration testing
- β Security research (with permission)
- β Web application security audits
- β Developer security reviews
NOT for:
- β Unauthorized access
- β Exploitation
- β Malicious activities
MIT License - See LICENSE file for details.
TITAN Security Team
For educational and authorized security assessment purposes only.