mirror of
https://github.com/Astatin3/Auto-Shodanner.git
synced 2026-06-09 08:37:59 -06:00
20 lines
443 B
JSON
20 lines
443 B
JSON
|
|
{
|
||
|
|
"name": "Scan",
|
||
|
|
"creators": ["ASTATIN3"],
|
||
|
|
"version": "1.0",
|
||
|
|
"entrypoint": "modules/scan/main.py",
|
||
|
|
"tabs": [
|
||
|
|
{
|
||
|
|
"name": "Scan",
|
||
|
|
"defaultPage": "Scan",
|
||
|
|
"pages": [
|
||
|
|
{
|
||
|
|
"type": "page",
|
||
|
|
"name": "Scan",
|
||
|
|
"requiredPermGroup": "",
|
||
|
|
"location": "modules/scan/scan.html"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|