Update plugins/subdo.js
Browse files- plugins/subdo.js +2 -2
plugins/subdo.js
CHANGED
|
@@ -165,10 +165,10 @@ module.exports = {
|
|
| 165 |
name: 'Subdomain Finder',
|
| 166 |
description: 'Find subdomains with IP addresses and location information',
|
| 167 |
type: 'GET',
|
| 168 |
-
routes: ['api/tools/
|
| 169 |
tags: ['security', 'subdomain', 'dns', 'recon'],
|
| 170 |
parameters: ['domain', 'key'],
|
| 171 |
enabled: true,
|
| 172 |
-
main: ['tools',
|
| 173 |
handler
|
| 174 |
};
|
|
|
|
| 165 |
name: 'Subdomain Finder',
|
| 166 |
description: 'Find subdomains with IP addresses and location information',
|
| 167 |
type: 'GET',
|
| 168 |
+
routes: ['api/tools/subdofinder'],
|
| 169 |
tags: ['security', 'subdomain', 'dns', 'recon'],
|
| 170 |
parameters: ['domain', 'key'],
|
| 171 |
enabled: true,
|
| 172 |
+
main: ['tools', 'Search'],
|
| 173 |
handler
|
| 174 |
};
|