0.0.4 • Published 7 years ago

dirb-js v0.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

dirb-js

A dirb made just with Javascript ❤

Instalation

With NPM:

$ sudo npm install -g dirb-js

With Yarn:

$ sudo yarn global add dirb-js

Usage

Options:

-V, --version               output the version number
-u, --url <url>             Base URL
-r, --recursive             Set recursive mode
-c, --concurrency <number>  Number of proccess at the same time. Default: 1
-h, --help                  output usage information

Example

$ dirb-js -u http://example.com -c 2 -r

Help to improve this project!

Todolist

  • Implement Tests
  • Set Wordlist file
  • Improve requests that return 200 when the request is redirect

License

MIT