Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gipsh/dir-scanner
- Owner: gipsh
- Created: 2020-01-14T20:08:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T14:07:53.000Z (about 1 year ago)
- Last Synced: 2024-04-22T00:31:08.227Z (8 months ago)
- Topics: pentest-tool, pentesting, security-tools
- Language: Go
- Homepage:
- Size: 7.97 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```