reddit hackernews mail facebook facebook linkedin
DirSearch

DirSearch

A Go implementation of dirsearch.

This software is a Go implementation of the original dirsearch tool written by Mauro Soria. DirSearch is the very first tool I write in Go, mostly to play and experiment with Go's concurrency model, channels, and so forth :)

DirSearch takes an input URL and a wordlist, it will then perform concurrent HEAD requests using the lines of the wordlist as paths and files eventually bruteforcing folders and files on a web server.

It supports a custom file extension and other optional arguments.