@@ -83,6 +83,7 @@ import (
83
83
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bugsnag"
84
84
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite"
85
85
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulbul"
86
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulksms"
86
87
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buttercms"
87
88
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/caflou"
88
89
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calendarific"
@@ -295,6 +296,7 @@ import (
295
296
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/insightly"
296
297
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/integromat"
297
298
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intercom"
299
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/interseller"
298
300
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intrinio"
299
301
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/invoiceocean"
300
302
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipapi"
@@ -405,6 +407,7 @@ import (
405
407
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onedesk"
406
408
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onelogin"
407
409
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onepagecrm"
410
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onesignal"
408
411
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onwaterio"
409
412
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/oopspam"
410
413
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/opencagedata"
@@ -473,6 +476,7 @@ import (
473
476
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rebrandly"
474
477
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rechargepayments"
475
478
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/refiner"
479
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rentman"
476
480
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/repairshopr"
477
481
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpack"
478
482
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpackhtmltopdfapi"
@@ -562,6 +566,7 @@ import (
562
566
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stitchdata"
563
567
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stockdata"
564
568
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storecove"
569
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormboard"
565
570
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormglass"
566
571
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storyblok"
567
572
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storychief"
@@ -597,6 +602,7 @@ import (
597
602
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thinkific"
598
603
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thousandeyes"
599
604
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ticketmaster"
605
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tickettailor"
600
606
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tiingo"
601
607
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timecamp"
602
608
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timezoneapi"
@@ -610,6 +616,7 @@ import (
610
616
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/trelloapikey"
611
617
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twelvedata"
612
618
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twilio"
619
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitch"
613
620
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter"
614
621
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tyntec"
615
622
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typeform"
@@ -1372,5 +1379,12 @@ func DefaultDetectors() []detectors.Detector {
1372
1379
uptimerobot.Scanner {},
1373
1380
paydirtapp.Scanner {},
1374
1381
disqus.Scanner {},
1382
+ bulksms.Scanner {},
1383
+ onesignal.Scanner {},
1384
+ stormboard.Scanner {},
1385
+ interseller.Scanner {},
1386
+ tickettailor.Scanner {},
1387
+ twitch.Scanner {},
1388
+ rentman.Scanner {},
1375
1389
}
1376
1390
}
0 commit comments