HerzaJ commited on
Commit
a7ac1cd
·
verified ·
1 Parent(s): 4c640e7

Update plugins/subdo.js

Browse files
Files changed (1) hide show
  1. 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/subdomain/finder'],
169
  tags: ['security', 'subdomain', 'dns', 'recon'],
170
  parameters: ['domain', 'key'],
171
  enabled: true,
172
- main: ['tools', "Search"],
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
  };