Categorygithub.com/kwa0x2/go4hackers-vuln-scanner
modulepackage
0.0.0-20240603211729-9858b044fed6
Repository: https://github.com/kwa0x2/go4hackers-vuln-scanner.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author