sasori-crawl
Version:
Sasori is a dynamic web crawler powered by Puppeteer, designed for lightning-fast endpoint discovery.
43 lines • 1.11 kB
JSON
{
"browser": {
"headless": false,
"maximize": true,
"proxy": {
"enabled": false,
"host": "127.0.0.1",
"port": 8080
},
"instances": 4
},
"crawler": {
"entryPoint": "https://security-crawl-maze.app/",
"eventTimeout": 10000,
"navigationTimeout": 30000,
"eventWait": 0,
"maxDuration": 0,
"elements": [
"a",
"button",
"input[type=\"submit\"]"
],
"maxChildren": 0,
"maxDepth": 10,
"authentication": {
"basicAuth": {
"enabled": false,
"username": "username",
"password": "password"
},
"recorderAuth": {
"enabled": false,
"pptrRecording": "/path/to/login/recording"
}
},
"includeRegexes": [
"https?://security-crawl-maze.app(?:/.*|)"
],
"excludeRegexes": [
".*logout.*"
]
}
}