edoardottt / scilla

Information Gathering tool - DNS / Subdomains / Ports / Directories enumeration
https://edoardoottavianelli.it
GNU General Public License v3.0
896 stars 112 forks source link

feature: adding subdomain center as source #118

Closed iamshreeram closed 9 months ago

iamshreeram commented 9 months ago

This source returns the empty list for almost all the domains. The original sourcecode has rate limiting (upto 2 request) as well.

iamshreeram commented 9 months ago

@edoardottt , Please look into 5217aa6

edoardottt commented 9 months ago

@iamshreeram

  1. I've opened an issue to understand if the service is still working or not https://github.com/ARPSyndicate/puncia/issues/1
  2. You should also add the code to use this service in the main enumeration part, but commented because we don't know if it's working or not (search for word sonar in this file https://github.com/edoardottt/scilla/blob/main/pkg/runner/runner.go and you will get it)
  3. Linting problems to be solved (see https://github.com/edoardottt/scilla/actions/runs/6554557853/job/17809795344?pr=118)
iamshreeram commented 9 months ago
  1. Sure. Thanks!
  2. I have added the code to main enumeration, both in ReportSubcommandHandler and SubdomainSubcommandHandler
  3. I have fixed the linting problem.

Please review - #df98dcc