Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 354 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 354 Bytes

DorkyDump

Dork links results dumper.

Installation

Github:

git clone https://github.com/I2rys/dorkydump

NpmJS:

npm i puppeteer chalk fs

Usage

node index.js <maxPage> <output> <dork>
  • maxPage - The maximum pages to get links.
  • output - The output file of the results.
  • dork - The dork to use.

License

MIT © I2rys