这是indexloc提供的服务,不要输入任何密码
Skip to content

remove subdomaincenter #1500

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading