https://github.com/i2rys/foundyou
Fast website admin panels finder with accuracy.
https://github.com/i2rys/foundyou
admin-finder admin-panel admin-panels fast finder
Last synced: 2 months ago
JSON representation
Fast website admin panels finder with accuracy.
- Host: GitHub
- URL: https://github.com/i2rys/foundyou
- Owner: I2rys
- License: mit
- Created: 2022-07-13T05:33:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T03:57:26.000Z (over 1 year ago)
- Last Synced: 2025-01-22T00:52:29.848Z (9 months ago)
- Topics: admin-finder, admin-panel, admin-panels, fast, finder
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FoundYou
Fast website admin panels finder with accuracy.## Guide
1. Install NodeJS from https://nodejs.org/ and make sure the version is 16+ and less than 17.
2. Run the Github installation command then open your terminal in the repository directory.
3. Run `npm init` in the directory and keep pressing enter until It stops asking.
4. Run the NpmJS installation command.
5. Run the usage command.## Installation
Github:
```
git clone https://github.com/I2rys/foundyou
```NpmJS:
```
npm i parallel-park request-async jsdom fs
```## Usage
Usage
```
node index.js
```
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.## License
MIT © I2rys