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

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

Awesome Lists containing this project

README

        

# :open_file_folder: dir-scan
[![Go Report Card](https://goreportcard.com/badge/github.com/eze-kiel/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
-w

The `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).