@@ -61,6 +61,7 @@ import (
61
61
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/baseapiio"
62
62
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/beamer"
63
63
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/beebole"
64
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/besnappy"
64
65
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/besttime"
65
66
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/billomat"
66
67
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitbar"
@@ -118,6 +119,7 @@ import (
118
119
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clockify"
119
120
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clockworksms"
120
121
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/closecrm"
122
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudconvert"
121
123
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudelements"
122
124
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflareapitoken"
123
125
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflarecakey"
@@ -134,13 +136,15 @@ import (
134
136
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinbase"
135
137
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinlayer"
136
138
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinlib"
139
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/collect2"
137
140
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/column"
138
141
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/commercejs"
139
142
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/commodities"
140
143
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/companyhub"
141
144
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/confluent"
142
145
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/contentfulpersonalaccesstoken"
143
146
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/conversiontools"
147
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convertapi"
144
148
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convertkit"
145
149
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convier"
146
150
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/copper"
@@ -161,6 +165,7 @@ import (
161
165
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/d7network"
162
166
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dandelion"
163
167
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dareboost"
168
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/databox"
164
169
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/datadogtoken"
165
170
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/datafire"
166
171
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/datagov"
@@ -172,6 +177,7 @@ import (
172
177
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/detectlanguage"
173
178
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dfuse"
174
179
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/diffbot"
180
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/diggernaut"
175
181
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/digitaloceantoken"
176
182
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/discordbottoken"
177
183
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/discordwebhook"
@@ -294,6 +300,7 @@ import (
294
300
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/imagga"
295
301
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/impala"
296
302
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/insightly"
303
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/instabot"
297
304
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/integromat"
298
305
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intercom"
299
306
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/interseller"
@@ -445,10 +452,12 @@ import (
445
452
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planyo"
446
453
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/plivo"
447
454
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/podio"
455
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pollsapi"
448
456
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/poloniex"
449
457
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/polygon"
450
458
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/positionstack"
451
459
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postageapp"
460
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postbacks"
452
461
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/posthog"
453
462
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postman"
454
463
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postmark"
@@ -535,6 +544,7 @@ import (
535
544
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signaturit"
536
545
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signupgenius"
537
546
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sigopt"
547
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simfin"
538
548
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simplesat"
539
549
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simplynoted"
540
550
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simvoly"
@@ -551,6 +561,7 @@ import (
551
561
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snipcart"
552
562
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snykkey"
553
563
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sonarcloud"
564
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/speechtextai"
554
565
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/splunkobservabilitytoken"
555
566
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/spoonacular"
556
567
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sportradar"
@@ -591,6 +602,7 @@ import (
591
602
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkdesk"
592
603
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkspaces"
593
604
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/technicalanalysisapi"
605
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tefter"
594
606
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/telegrambottoken"
595
607
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teletype"
596
608
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/telnyx"
@@ -622,6 +634,7 @@ import (
622
634
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typeform"
623
635
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typetalk"
624
636
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ubidots"
637
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uclassify"
625
638
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unifyid"
626
639
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unplugg"
627
640
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unsplash"
@@ -635,6 +648,7 @@ import (
635
648
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/userflow"
636
649
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/userstack"
637
650
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vatlayer"
651
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vbout"
638
652
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vercel"
639
653
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/verifier"
640
654
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/verimail"
@@ -670,13 +684,15 @@ import (
670
684
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/youtubeapikey"
671
685
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zendeskapi"
672
686
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenkitapi"
687
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenrows"
673
688
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenscrape"
674
689
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenserp"
675
690
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zeplin"
676
691
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zerobounce"
677
692
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipapi"
678
693
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipbooks"
679
694
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipcodeapi"
695
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipcodebase"
680
696
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zonkafeedback"
681
697
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zulipchat"
682
698
)
@@ -1386,5 +1402,21 @@ func DefaultDetectors() []detectors.Detector {
1386
1402
tickettailor.Scanner {},
1387
1403
twitch.Scanner {},
1388
1404
rentman.Scanner {},
1405
+ tefter.Scanner {},
1406
+ pollsapi.Scanner {},
1407
+ diggernaut.Scanner {},
1408
+ zenrows.Scanner {},
1409
+ instabot.Scanner {},
1410
+ simfin.Scanner {},
1411
+ vbout.Scanner {},
1412
+ besnappy.Scanner {},
1413
+ convertapi.Scanner {},
1414
+ cloudconvert.Scanner {},
1415
+ zipcodebase.Scanner {},
1416
+ speechtextai.Scanner {},
1417
+ databox.Scanner {},
1418
+ postbacks.Scanner {},
1419
+ collect2.Scanner {},
1420
+ uclassify.Scanner {},
1389
1421
}
1390
1422
}
0 commit comments