trufflehog icon indicating copy to clipboard operation
trufflehog copied to clipboard

Unused Detector Enums

Open rgmz opened this issue 8 months ago • 0 comments

Please review the Community Note before submitting

Description

The following DetectorType enums are defined, but do not appear to be used in pkg/detectors. Presumably, these are a mix of deprecated types missing the flag and planned types that have yet to be implemented.

AMQP = 1
Firebase = 33
CircleCI = 37 # The CircleCI detector uses `Circle` # https://github.com/trufflesecurity/trufflehog/blob/8505d24d7d9b18f5543cc17194a2fcb1f8cae828/pkg/detectors/circleci/circleci.go#L75
WpEngine = 38
SalesforceOauth2 = 47
TwitterApiSecret = 48
AkamaiToken = 52
AmazonMWS = 53
KubeConfig = 54
ContentfulDelivery = 61
DigitalOceanSpaces = 63
GoogleOauth2 = 69
ReCAPTCHA = 70
GoogleApiKey = 71
Vonage = 75
EquinixOauth = 76
PlaidToken = 78
TencentCloudKey = 92
AirtableMetadataApiKey = 97
FirebaseCloudMessaging = 102
HubSpotOauth = 108
GitHubOld = 115
CloudsightKey = 119
PendoIntegrationKey = 127
Wakatime = 141
Fastspring = 146
Paddle = 147
Sellfy = 148
Avalara = 152
ElasticPath = 154
WeChatAppKey = 167
UberServerToken = 169
FullContact = 171
Cloudant = 175
Surge = 182
Kairos = 188
Atlassian = 190
Linode = 193
Samsara = 198
Duda = 219
Yext = 220
ContentStack = 221
Checkmarket = 224
Kaleyra = 227
Webengage = 235
Bored = 253
Eversign = 294
Riotgames = 306
Cloudways = 312
Veevavault = 313
KiteConnect = 314
ShopeeOpenPlatform = 315
TeamViewer = 316
Onbuka = 338
LinkedIn = 341
Telesign = 344
Aerisweather = 346
Alphavantage = 347
Imgur = 348
SMSApi = 350
Distribusion = 351
WordsApi = 353
CoinGecko = 392
NetCore = 397
HypeAuditor = 425
Bubble = 429
Cometchat = 442
Keygen = 443
Mixcloud = 444
JSONbin = 449
KakaoTalk = 460
Cricket = 465
Filestack = 466
Duffel = 500
Messari = 514
ScrapingDog = 548
BaseApiIO = 584
Feedly = 590
OcrSpace = 596
Trimble = 607
Simplybook = 615
StreamChatMessaging = 627
Opendatasoft = 670
Fountain = 680
Emailoctopus = 694
Gosquared = 697
Processst = 701
Goshippo = 703
Papyrs = 717
Sendoso = 728
Printfection = 729
Authorize = 730
NiceHash = 738
Dynatrace = 741
MollieAPIKey = 742
MollieAccessToken = 743
BasisTheory = 744
Nordigen = 745
FlagsmithEnvironmentKey = 746
FlagsmithToken = 747
Midise = 752
Image4 = 754
Woopra = 790
Jumpseller = 796
Rosette = 798
Grafana = 830
Formstack = 843
Brightlocal = 854
Hotwire = 855
Timekit = 857
Mojohelpdesk = 859
Createsend = 860
Dynadot = 862
Myexperiment = 865
Copyscape = 866
PDFmyURL = 873
Api2Convert = 874
KalturaAppToken = 878
KalturaSession = 879
BitGo = 880
Optidash = 881
Imgix = 882
ImageToText = 883
Page2Images = 884
Quickbase = 885
Redbooth = 886
Nubela = 887
Infobip = 888
Uproc = 889
Supportbee = 890
Aftership = 891
Edusign = 892
Teamup = 893
Workday = 894

rgmz avatar Oct 26 '23 16:10 rgmz