Tomatotech90 / Aya_Huma

The script is a security testing tool that provides various options to analyze a target website or IP address

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aya_Huma

Python 3.6+ OS License

This script is a comprehensive cybersecurity tool designed for scanning and analyzing network targets. It utilizes various libraries and tools to perform tasks such as certificate transparency checks, subdomain enumeration, website analysis, WAF detection, and SQL injection scanning, among others.

Dependencies

Before running the script, ensure that you have all the required Python libraries and external tools installed, run the script check_requirements.py.

Python Libraries

  • colorama: Used for displaying colored ASCII art.
  • requests: Required for making HTTP requests.

External Tools and Utilities

  • openssl: For SSL/TLS-related tasks.
  • curl: A command-line tool for transferring data with URLs.
  • waybackurls: Fetching URLs from the Wayback Machine.
  • whatweb: A website fingerprinting tool.
  • wafw00f: A tool for detecting Web Application Firewalls (WAFs).
  • aquatone: A domain flyover tool for subdomain discovery and screenshotting.
  • sqlmap: An open-source penetration testing tool for automating SQL injection detection and exploitation.
  • dirb: A web content scanner for discovering existing and hidden web resources.
  • ffuf: A fast web fuzzer for discovering elements within web applications.
  • jq: A lightweight command-line JSON processor.
  • nmap: A powerful network scanning tool.

Usage

In Linux or macOS, you can run the script using the following command, with root privileges:

sudo python3 script_name.py

About

The script is a security testing tool that provides various options to analyze a target website or IP address

License:MIT License


Languages

Language:Python 100.0%