https://github.com/eze-kiel/dir-scan
A multi threads web content scanner written in go
https://github.com/eze-kiel/dir-scan
go golang multithreading web-scanner
Last synced: 3 months ago
JSON representation
A multi threads web content scanner written in go
- Host: GitHub
- URL: https://github.com/eze-kiel/dir-scan
- Owner: eze-kiel
- Created: 2020-05-10T18:18:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T21:24:44.000Z (about 5 years ago)
- Last Synced: 2023-03-04T17:44:58.351Z (about 2 years ago)
- Topics: go, golang, multithreading, web-scanner
- Language: Go
- Size: 388 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :open_file_folder: dir-scan
[](https://goreportcard.com/report/github.com/eze-kiel/dir-scan)dir-scan is a multi threads web content scanner. It launches a dictionnary-based attack to find existing and/or hidden web pages on a specific target.
## Usage
```
-d : Dictionnary's path
-t : The target's URL
-to : Client timeout, in seconds. Default : 4
-T : Number of threads that will be used. Default : 1
-v : Verbose mode (display 404 status codes). Default : false
-wThe `T` flag will separate the work into differents goroutines. It will also display results in an unalphabetical order due to the list splitting, but it will be faster.
## About lists
If you need some lists, you should try [github.com/danielmiessler/SecLists](https://github.com/danielmiessler/SecLists).## Notes
If this program doesn't fit your need, you should try [dirb](https://tools.kali.org/web-applications/dirb).