Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.27 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.27 KB

Go4Hackers-Vuln-Scanner

Go 1.21x License Website

Go4Hackers is a simple vulnerability scanner written in Go (Golang) that focuses on identifying directory listing vulnerabilities in URLs based on a specified wordlist. It performs a directory listing attack scan to detect whether the content of the URL directories exposes directory listings.

Features

  • Directory Listing Scan: Performs a directory listing attack on URLs.
  • Wordlist-based Scanning: Utilizes a provided wordlist to check directory paths.
  • X-Frame-Options Header Checker: Checks for the presence of the X-Frame-Options header to prevent Clickjacking attacks.
  • HTTP Trace Method Checker: Verifies if the HTTP TRACE method is enabled, potentially exposing security vulnerabilities.
  • More is coming soon.

Installation

go install -v github.com/kwa0x2/go4hackers-vuln-scanner@latest

Screenshot

Image

Image