gds

command module
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 20, 2018 License: GPL-3.0 Imports: 8 Imported by: 0

README

GoDoc GoReportCard travis license

Godirsearch

Godirsearch is a golang application to brute force web site and search for hidden files or directories.

Installation & Build:

Installation:

go get github.com/hihebark/godirsearch

Build:

go build

Usage:

./godirsearch -host http://example.com/ -e txt,php -wordlist data/dicc.txt -tor

 ▄▄▄▄
 █ ▄ █
 █▄▄▄█
 GoDirSearch ~0.5.0-Dev

Usage of ./godirsearch:
  -cookie string
    	Cookie if needed.
  -ex string
    	Extension separate by comma like php,txt .
  -host string
    	Host/Target to search for subdirectory example: http://example.com/ .
  -http
    	http server to consult the result.
  -proxy string
    	Use a proxy to brutforce.
  -proxyfile string
    	Use a proxy file (not set).
  -thread int
    	Number of thread (not set). (default 4)
  -tor
    	Use the test with Tor for anonymity.
  -useragent string
    	UserAgent if not set it will generate one randomly.
  -worlist string
    	Wordlist to use for the search. (default "data/wordlist.txt")

I started this project to learn Go-Lang so if you spot an error be kind a report'it i will digg'in to find a solution. This project is still in a development.

"The only way to learn a new programming language is by writing programs in it." - Dennis Ritchie

Documentation

Overview

Godirsearch: is a tool to search for directory or subdirectory and hidden file.

Usage exemples:

./godirsearch -host http://example.com -ex php,txt

Directories

Path Synopsis
Package lib contain all the functionality needed.
Package lib contain all the functionality needed.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL