Fast website admin panels finder with accuracy.
- Install NodeJS from https://nodejs.org/ and make sure the version is 16+ and less than 17.
- Run the Github installation command then open your terminal in the repository directory.
- Run
npm init
in the directory and keep pressing enter until It stops asking. - Run the NpmJS installation command.
- Run the usage command.
Github:
git clone https://github.com/I2rys/foundyou
NpmJS:
npm i parallel-park request-async jsdom fs
Usage
node index.js <url> <concurrency (Default: 20)>
Example
node index.js https://example.com/ 100
- url - The target website url.
- concurrency - The amount of concurrency to use. If blank then 20 will be used by default.
MIT © I2rys