Skip to content

daolytica/Website-Penetration-Tester

Repository files navigation

🛡️ Penetration Scan Suite

Automated Security Surface Analysis & Risk Evaluation

Developed by Reza Mirfayzi • Powered by PantherAI Hybrid Model


🚀 Overview

The Penetration Scan Suite is a modular, lightweight security scanner designed to surface weaknesses across web applications and network-exposed services. It evaluates HTTP configurations, detects common attack vectors, analyzes security headers, exposes misconfigurations, and generates structured risk reports.

This tool is built for defensive security, research, and authorized penetration testing.


✨ Features

  • Security Header Analysis
    Detects missing / weak headers (HSTS, CSP, X-Frame-Options, etc.)
  • Web Surface Enumeration
    Crawls accessible endpoints to reveal exposed interfaces
  • Vulnerability Pattern Detection
    Flags SQLi, XSS, LFI, RFI, directory traversal, command injection
  • Transport Security Checks
    Evaluates HTTPS availability, redirect behavior, certificate presence
  • Risk Scoring Engine
    Calculates severity levels for all findings
  • Actionable Hardening Recommendations

📘 Example Scans (Sanitized)

Examples from development test runs.
All IPs have been anonymized for security/privacy.

Example 1 — Header & Latency Scan

Target: http://192.168.x.x
Findings:

  • Missing Strict-Transport-Security
  • Missing X-Content-Type-Options
  • No Referrer-Policy
  • CSP not implemented
    Severity: Medium

Example 2 — Crawl & Exposure Scan

Target: http://10.0.x.x
Findings:

  • Exposed login endpoint
  • Weak error-handling responses
    Severity: High

Example 3 — SQL Injection Detection

Request:
Detection: SQL injection pattern
Severity: Critical


🛠️ Usage

python penetration_scan.py http://target-url

About

Performs automated security checks across web surfaces, detecting misconfigurations, missing headers, weak encryption, exposed interfaces, and common attack vectors. It identifies vulnerabilities, analyzes risk levels, and provides actionable guidance to harden your systems.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages