https://github.com/caido-community/crawler
Crawler for Caido
https://github.com/caido-community/crawler
caido crawler plugin
Last synced: 4 months ago
JSON representation
Crawler for Caido
- Host: GitHub
- URL: https://github.com/caido-community/crawler
- Owner: caido-community
- License: mit
- Created: 2026-01-03T19:36:40.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-02-07T16:33:57.000Z (4 months ago)
- Last Synced: 2026-02-08T00:23:49.304Z (4 months ago)
- Topics: caido, crawler, plugin
- Language: TypeScript
- Homepage:
- Size: 437 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crawler
Automated web crawling for web applications. Crawler helps you discover and map web application structure to build a comprehensive sitemap of your target application.
## Installation
### From Plugin Store
1. Install via the Caido Plugin Store
2. Navigate to the Crawler settings from Caido's settings menu
3. Configure your crawling preferences and start crawling
### Manual Installation
1. Install dependencies:
```bash
pnpm install
```
2. Build the plugin:
```bash
pnpm build
```
3. Install in Caido:
- Upload the `dist/plugin_package.zip` file by clicking "Install Package" in Caido's plugin settings