Skip to content

kwa0x2/Go4Hackers-Vuln-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

 
 
 

Languages