mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
Added new detectors (#443)
This commit is contained in:
parent
865bc5baf6
commit
0dedefdd1b
2 changed files with 77 additions and 6 deletions
|
@ -838,6 +838,20 @@ const (
|
|||
DetectorType_Appointed DetectorType = 816
|
||||
DetectorType_Wit DetectorType = 817
|
||||
DetectorType_RechargePayments DetectorType = 818
|
||||
DetectorType_Diggernaut DetectorType = 819
|
||||
DetectorType_MonkeyLearn DetectorType = 820
|
||||
DetectorType_Duply DetectorType = 821
|
||||
DetectorType_Postbacks DetectorType = 822
|
||||
DetectorType_Collect2 DetectorType = 823
|
||||
DetectorType_ZenRows DetectorType = 824
|
||||
DetectorType_Zipcodebase DetectorType = 825
|
||||
DetectorType_Tefter DetectorType = 826
|
||||
DetectorType_Twist DetectorType = 827
|
||||
DetectorType_BraintreePayments DetectorType = 828
|
||||
DetectorType_CloudConvert DetectorType = 829
|
||||
DetectorType_Grafana DetectorType = 830
|
||||
DetectorType_ConvertApi DetectorType = 831
|
||||
DetectorType_Transferwise DetectorType = 832
|
||||
)
|
||||
|
||||
// Enum value maps for DetectorType.
|
||||
|
@ -1658,6 +1672,20 @@ var (
|
|||
816: "Appointed",
|
||||
817: "Wit",
|
||||
818: "RechargePayments",
|
||||
819: "Diggernaut",
|
||||
820: "MonkeyLearn",
|
||||
821: "Duply",
|
||||
822: "Postbacks",
|
||||
823: "Collect2",
|
||||
824: "ZenRows",
|
||||
825: "Zipcodebase",
|
||||
826: "Tefter",
|
||||
827: "Twist",
|
||||
828: "BraintreePayments",
|
||||
829: "CloudConvert",
|
||||
830: "Grafana",
|
||||
831: "ConvertApi",
|
||||
832: "Transferwise",
|
||||
}
|
||||
DetectorType_value = map[string]int32{
|
||||
"Alibaba": 0,
|
||||
|
@ -2475,6 +2503,20 @@ var (
|
|||
"Appointed": 816,
|
||||
"Wit": 817,
|
||||
"RechargePayments": 818,
|
||||
"Diggernaut": 819,
|
||||
"MonkeyLearn": 820,
|
||||
"Duply": 821,
|
||||
"Postbacks": 822,
|
||||
"Collect2": 823,
|
||||
"ZenRows": 824,
|
||||
"Zipcodebase": 825,
|
||||
"Tefter": 826,
|
||||
"Twist": 827,
|
||||
"BraintreePayments": 828,
|
||||
"CloudConvert": 829,
|
||||
"Grafana": 830,
|
||||
"ConvertApi": 831,
|
||||
"Transferwise": 832,
|
||||
}
|
||||
)
|
||||
|
||||
|
@ -2814,7 +2856,7 @@ var file_detectors_proto_rawDesc = []byte{
|
|||
0x75, 0x73, 0x65, 0x72, 0x12, 0x34, 0x0a, 0x16, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x6b,
|
||||
0x65, 0x79, 0x5f, 0x66, 0x69, 0x6e, 0x67, 0x65, 0x72, 0x70, 0x72, 0x69, 0x6e, 0x74, 0x18, 0x02,
|
||||
0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x4b, 0x65, 0x79, 0x46,
|
||||
0x69, 0x6e, 0x67, 0x65, 0x72, 0x70, 0x72, 0x69, 0x6e, 0x74, 0x2a, 0xdc, 0x66, 0x0a, 0x0c, 0x44,
|
||||
0x69, 0x6e, 0x67, 0x65, 0x72, 0x70, 0x72, 0x69, 0x6e, 0x74, 0x2a, 0xc0, 0x68, 0x0a, 0x0c, 0x44,
|
||||
0x65, 0x74, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0b, 0x0a, 0x07, 0x41,
|
||||
0x6c, 0x69, 0x62, 0x61, 0x62, 0x61, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x41, 0x4d, 0x51, 0x50,
|
||||
0x10, 0x01, 0x12, 0x07, 0x0a, 0x03, 0x41, 0x57, 0x53, 0x10, 0x02, 0x12, 0x09, 0x0a, 0x05, 0x41,
|
||||
|
@ -3636,11 +3678,26 @@ var file_detectors_proto_rawDesc = []byte{
|
|||
0x6d, 0x6f, 0x67, 0x75, 0x6c, 0x10, 0xaf, 0x06, 0x12, 0x0e, 0x0a, 0x09, 0x41, 0x70, 0x70, 0x6f,
|
||||
0x69, 0x6e, 0x74, 0x65, 0x64, 0x10, 0xb0, 0x06, 0x12, 0x08, 0x0a, 0x03, 0x57, 0x69, 0x74, 0x10,
|
||||
0xb1, 0x06, 0x12, 0x15, 0x0a, 0x10, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, 0x61,
|
||||
0x79, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x10, 0xb2, 0x06, 0x42, 0x3d, 0x5a, 0x3b, 0x67, 0x69, 0x74,
|
||||
0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x74, 0x72, 0x75, 0x66, 0x66, 0x6c, 0x65, 0x73,
|
||||
0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x2f, 0x74, 0x72, 0x75, 0x66, 0x66, 0x6c, 0x65, 0x68,
|
||||
0x6f, 0x67, 0x2f, 0x76, 0x33, 0x2f, 0x70, 0x6b, 0x67, 0x2f, 0x70, 0x62, 0x2f, 0x64, 0x65, 0x74,
|
||||
0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
0x79, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x10, 0xb2, 0x06, 0x12, 0x0f, 0x0a, 0x0a, 0x44, 0x69, 0x67,
|
||||
0x67, 0x65, 0x72, 0x6e, 0x61, 0x75, 0x74, 0x10, 0xb3, 0x06, 0x12, 0x10, 0x0a, 0x0b, 0x4d, 0x6f,
|
||||
0x6e, 0x6b, 0x65, 0x79, 0x4c, 0x65, 0x61, 0x72, 0x6e, 0x10, 0xb4, 0x06, 0x12, 0x0a, 0x0a, 0x05,
|
||||
0x44, 0x75, 0x70, 0x6c, 0x79, 0x10, 0xb5, 0x06, 0x12, 0x0e, 0x0a, 0x09, 0x50, 0x6f, 0x73, 0x74,
|
||||
0x62, 0x61, 0x63, 0x6b, 0x73, 0x10, 0xb6, 0x06, 0x12, 0x0d, 0x0a, 0x08, 0x43, 0x6f, 0x6c, 0x6c,
|
||||
0x65, 0x63, 0x74, 0x32, 0x10, 0xb7, 0x06, 0x12, 0x0c, 0x0a, 0x07, 0x5a, 0x65, 0x6e, 0x52, 0x6f,
|
||||
0x77, 0x73, 0x10, 0xb8, 0x06, 0x12, 0x10, 0x0a, 0x0b, 0x5a, 0x69, 0x70, 0x63, 0x6f, 0x64, 0x65,
|
||||
0x62, 0x61, 0x73, 0x65, 0x10, 0xb9, 0x06, 0x12, 0x0b, 0x0a, 0x06, 0x54, 0x65, 0x66, 0x74, 0x65,
|
||||
0x72, 0x10, 0xba, 0x06, 0x12, 0x0a, 0x0a, 0x05, 0x54, 0x77, 0x69, 0x73, 0x74, 0x10, 0xbb, 0x06,
|
||||
0x12, 0x16, 0x0a, 0x11, 0x42, 0x72, 0x61, 0x69, 0x6e, 0x74, 0x72, 0x65, 0x65, 0x50, 0x61, 0x79,
|
||||
0x6d, 0x65, 0x6e, 0x74, 0x73, 0x10, 0xbc, 0x06, 0x12, 0x11, 0x0a, 0x0c, 0x43, 0x6c, 0x6f, 0x75,
|
||||
0x64, 0x43, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x74, 0x10, 0xbd, 0x06, 0x12, 0x0c, 0x0a, 0x07, 0x47,
|
||||
0x72, 0x61, 0x66, 0x61, 0x6e, 0x61, 0x10, 0xbe, 0x06, 0x12, 0x0f, 0x0a, 0x0a, 0x43, 0x6f, 0x6e,
|
||||
0x76, 0x65, 0x72, 0x74, 0x41, 0x70, 0x69, 0x10, 0xbf, 0x06, 0x12, 0x11, 0x0a, 0x0c, 0x54, 0x72,
|
||||
0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x77, 0x69, 0x73, 0x65, 0x10, 0xc0, 0x06, 0x42, 0x3d, 0x5a,
|
||||
0x3b, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x74, 0x72, 0x75, 0x66,
|
||||
0x66, 0x6c, 0x65, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x2f, 0x74, 0x72, 0x75, 0x66,
|
||||
0x66, 0x6c, 0x65, 0x68, 0x6f, 0x67, 0x2f, 0x76, 0x33, 0x2f, 0x70, 0x6b, 0x67, 0x2f, 0x70, 0x62,
|
||||
0x2f, 0x64, 0x65, 0x74, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72,
|
||||
0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
|
||||
var (
|
||||
|
|
|
@ -820,6 +820,20 @@ enum DetectorType {
|
|||
Appointed = 816;
|
||||
Wit = 817;
|
||||
RechargePayments = 818;
|
||||
Diggernaut = 819;
|
||||
MonkeyLearn = 820;
|
||||
Duply = 821;
|
||||
Postbacks = 822;
|
||||
Collect2 = 823;
|
||||
ZenRows = 824;
|
||||
Zipcodebase = 825;
|
||||
Tefter = 826;
|
||||
Twist = 827;
|
||||
BraintreePayments = 828;
|
||||
CloudConvert = 829;
|
||||
Grafana = 830;
|
||||
ConvertApi = 831;
|
||||
Transferwise = 832;
|
||||
}
|
||||
|
||||
message Result {
|
||||
|
|
Loading…
Reference in a new issue