这是indexloc提供的服务,不要输入任何密码
Skip to content
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: 1 addition & 1 deletion DISCLAIMER.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Subfinder leverages multiple open APIs, it is developed for individuals to help them for research or internal work. If you wish to incorporate this tool into a commercial offering or purposes, you must agree to the Terms of the leveraged services:

- Project Sonar / Bufferover: https://opendata.rapid7.com/about / [https://tls.bufferover.run](https://tls.bufferover.run/dns?q)
- Bufferover: https://tls.bufferover.run
- CommonCrawl: https://commoncrawl.org/terms-of-use/full
- certspotter: https://sslmate.com/terms
- dnsdumpster: https://hackertarget.com/terms
Expand Down
2 changes: 0 additions & 2 deletions v2/pkg/passive/sources.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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/sonarsearch"
"github.com/projectdiscovery/subfinder/v2/pkg/subscraping/sources/threatbook"
"github.com/projectdiscovery/subfinder/v2/pkg/subscraping/sources/threatminer"
"github.com/projectdiscovery/subfinder/v2/pkg/subscraping/sources/virustotal"
Expand Down Expand Up @@ -74,7 +73,6 @@ var AllSources = [...]subscraping.Source{
&securitytrails.Source{},
&shodan.Source{},
&sitedossier.Source{},
&sonarsearch.Source{},
&threatbook.Source{},
&threatminer.Source{},
&virustotal.Source{},
Expand Down
3 changes: 0 additions & 3 deletions v2/pkg/passive/sources_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ var (
"securitytrails",
"shodan",
"sitedossier",
"sonarsearch",
"threatbook",
"threatminer",
"virustotal",
Expand Down Expand Up @@ -87,7 +86,6 @@ var (
"hackertarget",
"passivetotal",
"securitytrails",
"sonarsearch",
"virustotal",
}
)
Expand All @@ -114,7 +112,6 @@ func TestSourceCategorization(t *testing.T) {
func TestSourceFiltering(t *testing.T) {
someSources := []string{
"alienvault",
"sonarsearch",
"chaos",
"virustotal",
}
Expand Down
74 changes: 0 additions & 74 deletions v2/pkg/subscraping/sources/sonarsearch/sonarsearch.go

This file was deleted.