Skip to content

Commit 61207d8

Browse files
authored
Merge pull request #656 from projectdiscovery/remove_threatcrowd
Remove non-functional "threatcrowd" source #654
2 parents ac258fe + 1b263d3 commit 61207d8

File tree

4 files changed

+1
-75
lines changed

4 files changed

+1
-75
lines changed

DISCLAIMER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Subfinder leverages multiple open APIs, it is developed for individuals to help
77
- certspotter: https://sslmate.com/terms
88
- dnsdumpster: https://hackertarget.com/terms
99
- Google Transparency: https://policies.google.com/terms
10-
- Threatcrowd: https://www.alienvault.com/terms/website-terms-of-use07may2018
10+
- Alienvault: https://www.alienvault.com/terms/website-terms-of-use07may2018
1111

1212
---
1313

v2/pkg/passive/sources.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ import (
3737
"github.com/projectdiscovery/subfinder/v2/pkg/subscraping/sources/shodan"
3838
"github.com/projectdiscovery/subfinder/v2/pkg/subscraping/sources/sitedossier"
3939
"github.com/projectdiscovery/subfinder/v2/pkg/subscraping/sources/threatbook"
40-
"github.com/projectdiscovery/subfinder/v2/pkg/subscraping/sources/threatcrowd"
4140
"github.com/projectdiscovery/subfinder/v2/pkg/subscraping/sources/threatminer"
4241
"github.com/projectdiscovery/subfinder/v2/pkg/subscraping/sources/virustotal"
4342
"github.com/projectdiscovery/subfinder/v2/pkg/subscraping/sources/waybackarchive"
@@ -75,7 +74,6 @@ var AllSources = [...]subscraping.Source{
7574
&shodan.Source{},
7675
&sitedossier.Source{},
7776
&threatbook.Source{},
78-
&threatcrowd.Source{},
7977
&threatminer.Source{},
8078
&virustotal.Source{},
8179
&waybackarchive.Source{},

v2/pkg/passive/sources_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ var (
4040
"shodan",
4141
"sitedossier",
4242
"threatbook",
43-
"threatcrowd",
4443
"threatminer",
4544
"virustotal",
4645
"waybackarchive",
@@ -72,7 +71,6 @@ var (
7271
"riddler",
7372
"securitytrails",
7473
"shodan",
75-
"threatcrowd",
7674
"threatminer",
7775
"virustotal",
7876
"whoisxmlapi",

v2/pkg/subscraping/sources/threatcrowd/threatcrowd.go

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)