Skip to content

Commit

Permalink
remove subdomaincenter (#1500)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancanbakir authored Jan 10, 2025
1 parent 491b504 commit 52f77a7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 93 deletions.
2 changes: 0 additions & 2 deletions v2/pkg/passive/sources.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ import (
"github.com/projectdiscovery/subfinder/v2/pkg/subscraping/sources/securitytrails"
"github.com/projectdiscovery/subfinder/v2/pkg/subscraping/sources/shodan"
"github.com/projectdiscovery/subfinder/v2/pkg/subscraping/sources/sitedossier"
"github.com/projectdiscovery/subfinder/v2/pkg/subscraping/sources/subdomaincenter"
"github.com/projectdiscovery/subfinder/v2/pkg/subscraping/sources/threatbook"
"github.com/projectdiscovery/subfinder/v2/pkg/subscraping/sources/virustotal"
"github.com/projectdiscovery/subfinder/v2/pkg/subscraping/sources/waybackarchive"
Expand Down Expand Up @@ -93,7 +92,6 @@ var AllSources = [...]subscraping.Source{
// &threatminer.Source{}, // failing api
// &reconcloud.Source{}, // failing due to cloudflare bot protection
&builtwith.Source{},
&subdomaincenter.Source{},
}

var sourceWarnings = mapsutil.NewSyncLockMap[string, string](
Expand Down
2 changes: 0 additions & 2 deletions v2/pkg/passive/sources_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ var (
// "threatminer",
// "reconcloud",
"builtwith",
"subdomaincenter",
}

expectedDefaultSources = []string{
Expand Down Expand Up @@ -89,7 +88,6 @@ var (
// "threatminer",
// "reconcloud",
"builtwith",
// "subdomaincenter", //failing with empty result
}

expectedDefaultRecursiveSources = []string{
Expand Down
1 change: 0 additions & 1 deletion v2/pkg/passive/sources_wo_auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func TestSourcesWithoutKeys(t *testing.T) {
"alienvault", // 503 Service Temporarily Unavailable
"digitorus", // failing with "Failed to retrieve certificate"
"dnsdumpster", // failing with "unexpected status code 403 received"
"subdomaincenter", //failing with empty result or random reason /shrug
}

domain := "hackerone.com"
Expand Down
1 change: 0 additions & 1 deletion v2/pkg/runner/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,5 +257,4 @@ var defaultRateLimits = []string{
"netlas=1/s",
// "gitlab=2/s",
"github=83/m",
"subdomaincenter=2/m",
}
87 changes: 0 additions & 87 deletions v2/pkg/subscraping/sources/subdomaincenter/subdomaincenter.go

This file was deleted.

0 comments on commit 52f77a7

Please sign in to comment.