0.0.7 • Published 1 year ago

bountyprober v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

bountyprober

Prober is a modular-based web application vulnerability detection suite

How to install?

Please make sure that you have Node.js and NPM installed in your system

To install the package run the following command in Linux:

$ sudo npm install bountyprober -g

In windows,

npm install bountyprober

After installing it, you can access it in your system via the prober command

About bountyprober

bountyprober is based on modules. Modules take a list of URLs from the standard input.

To list out all the available run:

prober list-modules

To execute a module, run: prober execute-module {MODULE_NAME}

For example:

  1. $ subfinder -d hackerone.com | prober execute-module http-probe | prober execute-module wp-detect This command will enumerate subdomains of hackerone, probe the live subdomains out of all the subdomains, and ouput the URLs using wordpress
0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago