Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gipsh/dir-scanner

web server scanner
https://github.com/gipsh/dir-scanner

pentest-tool pentesting security-tools

Last synced: about 1 month ago
JSON representation

web server scanner

Awesome Lists containing this project

README

        

# http-dir-scanner

Scans a web server for hidden directories and files.

## Features

You can customize the workers for speed with `-workers`.

You can route the requests throught TOR proxy with `-tor`

The User-Agent changes for each request, you can disable this behaviour with `-uarr=false`

Wordlists were stolen from OWASP

This tools has support for fasthttp library [https://github.com/valyala/fasthttp](https://github.com/valyala/fasthttp)

## Build

first get the deps

```bash
go get
```

the build

```bash
go build
```

## Run

```bash
./dir-finder -url http://example.com:80 -wordlist wordlists/ror.txt -workers 8
```