Commit graph

1355 commits

Author SHA1 Message Date
roxanne-tampus
dc8f0aff0d
Added miro scanner (#332)
* added new protos

* added miro_scanner
2022-04-08 14:34:34 -07:00
Bill Rich
bf5c757cd3
Add head and base support to github (#346) 2022-04-08 14:32:54 -07:00
roxanne-tampus
2587c0b918
Added hybiscus scanner (#331)
* added new protos

* added hybiscus scanner
2022-04-08 14:31:44 -07:00
roxanne-tampus
ba020c26e3
Added glitterlyapi scanner (#329)
* added new protos

* added glitterlyapi scanner
2022-04-08 14:31:04 -07:00
roxanne-tampus
5e4ea18c5d
Added craftmypdf scanner (#328)
* added new protos

* added craftmypdf scanner
2022-04-08 14:28:04 -07:00
roxanne-tampus
d75f51c408
Added apitemplate scanner (#326)
* added new protos

* added apitemplate scanner
2022-04-08 14:26:26 -07:00
roxanne-tampus
999da4b52d
Added loadmill scanner (#325)
* added new protos

* added loadmill scanner
2022-04-08 14:25:27 -07:00
Mildred Bernardo
77522d58d0
added Magicbell scanner (#323)
* added new protos

* added ExtractorAPI scanner

* added twitter scanner

* added twitter scanner

* added magicbell scanner
2022-04-08 14:23:36 -07:00
Mildred Bernardo
a8bcbcbe8d
added ExtractorAPI scanner (#321)
* added new protos

* added ExtractorAPI scanner
2022-04-08 14:15:45 -07:00
roxanne-tampus
62d08fc7d4
Added mockaroo scanner (#320)
* added new protos

* added mockaroo & updated mispelled detector
2022-04-08 14:13:49 -07:00
Dustin Decker
37fce75c4a generate protos 2022-04-08 00:20:48 -07:00
roxanne-tampus
d25638979f
added new protos (#318) 2022-04-07 23:00:09 -07:00
Dustin Decker
ba6ea9d42f
Improve error logging and continue when there are insufficient permissions (#315) 2022-04-07 18:33:44 -07:00
Dustin Decker
ea516711ae
update protos image and fix it for linux/amd64 (#316) 2022-04-07 18:10:23 -07:00
Miccah
c620a62c8c
Make remote URL metadata optional for git scanning (#313)
* Make remote URL metadata optional for git scanning

* Use helper function in ScanUnstaged
2022-04-07 16:32:55 -07:00
tz
f715aa44b5
fix regex for Slack API Tokens (#302) 2022-04-06 15:40:11 -07:00
Bill Rich
d78c929385
Actually skip file (#299) 2022-04-06 09:48:40 -07:00
Bill Rich
33aa6f9cab
Log error and skip file when stat fails (#296) 2022-04-05 18:58:05 -07:00
Miccah
3c4a152e6e
Add JFrog Artifactory protobuf source and metadata (#293)
* Add JFrog Artifactory protobuf source and metadata

* Add generated protobuf code

* Update metadata to include an email

* Generate protobuf code
2022-04-05 16:38:48 -07:00
ahrav
24dacc67fb
Add source protos for Microsoft Teams scanner integration. (#284) 2022-04-04 10:48:43 -07:00
Dustin Decker
d85864a896 Add more contributing docs 2022-04-03 22:48:43 -07:00
Dustin Decker
8d2dd624e4 fetcher controls fetch interval, prevent fetching loop 2022-04-03 21:13:39 -07:00
Dustin Decker
d41d18af3a fix cli parsing and improve github user scanning error handling 2022-04-03 13:42:23 -07:00
Bill Rich
a8f07c8e97
Automatically update trufflehog (#121)
Co-authored-by: Dustin Decker <dustin@trufflesec.com>
2022-04-03 11:51:56 -07:00
Dustin Decker
aea937422e
Detector improvements (#125)
* New tokens and endpoints  (#115)

Co-authored-by: dmarquero <danee.arquero@gmail.com>
2022-04-03 11:20:09 -07:00
Dustin Decker
1182759d60
Add what's new and contributing sections to readme (#122)
* Add what's new and contributing sections to readme

* readme update
2022-04-03 10:34:45 -07:00
Dustin Decker
a1dfcde9a6
address detector issues (#123) 2022-04-01 18:51:41 -07:00
Miccah
78b344d7b8
Add --include-members flag to scan all members of an organization (#118)
* Add --member-repos flag to scan all members of an organization

* Move flag to the githubScan sub-command

Co-authored-by: Miccah Castorina <miccah.castorina@trufflesec.com>
2022-04-01 18:22:37 -07:00
ahrav
cedb3393d1
[THOG-128] Code cleanup/ OSS onboarding (#117)
* Small amount of code clean up.

* Rename sem to concurrency for better readability and to remove an extra comment.

* fix stashing issue.

Co-authored-by: Ahrav Dutta <ahrav.dutta@trufflesec.com>
2022-04-01 16:47:27 -07:00
Bill Rich
6ed01500f8
Only add trailing slash when endpoint populated (#120) 2022-04-01 11:47:59 -07:00
Bill Rich
62ed0878a5
Improve git clone error logging (#114) 2022-03-30 14:27:13 -07:00
Bill Rich
155566bbd5
make sure url ends with slash (#110) 2022-03-28 09:56:44 -07:00
steeeve
a770f643df Add placeholder for encoded resume info in SetProgressComplete 2022-03-24 12:43:36 -04:00
Dustin Decker
99372694ca check request errors 2022-03-23 16:42:34 -07:00
Bill Rich
4c37221235
Re-add midise detector (#99) 2022-03-22 10:18:47 -07:00
Bill Rich
0744a54aa7
Use ignoreList instead of denyChannel (#98) 2022-03-22 09:27:35 -07:00
Bill Rich
c2b4f0bc39
Include line numbers in git metadata (#97)
* Include line numbers in git metadata

* Update tests for fragments and line numbers
2022-03-22 09:27:15 -07:00
Bill Rich
0ea3b93238
Use git cmd for clone (#96)
* Use git command to clone

* Check for git command when cloning
2022-03-22 09:26:58 -07:00
dmarquero
0fc7964c3f
detector improvements 2022-03-22 09:12:31 -07:00
Bill Rich
239a9422c4
Add DenyChannel to slack source (#90) 2022-03-18 10:38:20 -07:00
trufflesteeeve
d33551e7dc
Add midise detector (#88) 2022-03-17 13:38:05 -07:00
Bill Rich
5ab5c6f9d9
Only scan regular files (#87)
* Only scan regular files

* Remove IsDirectory func
2022-03-16 16:04:10 -07:00
Dustin Decker
db8077a069 Update pattern 2022-03-16 09:07:38 -07:00
Dustin Decker
4b64f9a377 fix protos 2022-03-15 19:48:38 -07:00
Bill Rich
faf30fe8fe
Use author email (#85) 2022-03-15 17:54:03 -07:00
Bill Rich
6354b16810
Use patched go-gitdiff (#84) 2022-03-15 17:02:45 -07:00
Bill Rich
e8234c3514
Remove unused code and add git binary check (#80) 2022-03-14 17:47:18 -07:00
Dustin Decker
72c13c4b8f
Update detector process and readme (#79) 2022-03-14 17:27:14 -07:00
Bill Rich
0ee34a5be6
Use gitleaks git cmd stream (#75)
* Switch to git cmd stream

* Fix rebase issues
2022-03-14 17:12:58 -07:00
Bill Rich
6486c18565
Add s3 support to CLI (#76)
* Add s3 support to CLI

* Clean up comments

Co-authored-by: Dustin Decker <dustin@trufflesec.com>
2022-03-14 17:07:07 -07:00
Bill Rich
2cb5b27d3b
Add GitLab support to CLI (#78)
* Add GitLab support to CLI

* Update cli message

Co-authored-by: Dustin Decker <dustin@trufflesec.com>
2022-03-14 17:05:15 -07:00
Bill Rich
8d1db04c36
Add filesystem scan to CLI (#77)
* Add filesystem scan to CLI

* Fix linter errors

* Update message

Co-authored-by: Dustin Decker <dustin@trufflesec.com>
2022-03-14 17:04:19 -07:00
Dustin Decker
8926ac01f5 Use retryable client for driftwood 2022-03-12 07:38:19 -08:00
Dustin Decker
794a082b6c Fix Dockerfiles, readme example, and github rate limit handling 2022-03-12 07:36:42 -08:00
Dustin Decker
43de9c3604 Update defaults 2022-03-11 17:25:31 -08:00
marlon pamisa
c163928321 added sugester detector 2022-03-11 17:25:31 -08:00
valeriegaleguimmayen
84fa419a32 added sendbirdorganizationapi detector 2022-03-11 17:25:31 -08:00
valeriegaleguimmayen
71463ce60d added sendbird detector 2022-03-11 17:25:31 -08:00
marlon pamisa
c16cc4d75c added repairshopr detector 2022-03-11 17:25:31 -08:00
valeriegaleguimmayen
8ff6b73c19 added metaapi detector 2022-03-11 17:25:31 -08:00
valeriegaleguimmayen
b436b6145d added klipfolio detector 2022-03-11 17:25:31 -08:00
DANEE ARQUERO
65dd84285b added flightstats detector 2022-03-11 17:25:31 -08:00
Mildred Bernardo
925d79084c added convier detector 2022-03-11 17:25:31 -08:00
valeriegaleguimmayen
000a5381da added column detector 2022-03-11 17:25:31 -08:00
marlon pamisa
2ba99a4e1b added chatfule detector 2022-03-11 17:25:31 -08:00
valeriegaleguimmayen
8104d65e4c added cexio detector 2022-03-11 17:25:31 -08:00
marlon pamisa
311e17c98a added aeroworkflow detector 2022-03-11 17:25:31 -08:00
Dustin Decker
b4ac103d11 Add snifftest 2022-03-11 10:24:36 -08:00
Dustin Decker
b0e0c26137 update detectors 2022-03-11 10:24:36 -08:00
marlon pamisa
5e4a41483d added zonkafeedback detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
977eebba8b added zipcodeapi detector 2022-03-11 10:24:36 -08:00
DANEE ARQUERO
842856a10a added zipbooks detector 2022-03-11 10:24:36 -08:00
DANEE ARQUERO
6843e3b77a added zipapi detector 2022-03-11 10:24:36 -08:00
marlon pamisa
03fc59fddb added zerobounce detector 2022-03-11 10:24:36 -08:00
marlon pamisa
96bbe6b90a added zeplin detector 2022-03-11 10:24:36 -08:00
marlon pamisa
19caaa983f added zenserp detector 2022-03-11 10:24:36 -08:00
marlon pamisa
67d9296fd7 added zenscrape detector 2022-03-11 10:24:36 -08:00
Valerie Gale
d123951340 added zenkitapi detector 2022-03-11 10:24:36 -08:00
marlon pamisa
028ea63324 added zendeskapi detector 2022-03-11 10:24:36 -08:00
marlon pamisa
fb18e1b1ec added zapierwebhook detector 2022-03-11 10:24:36 -08:00
marlon pamisa
ea6aa39ac9 added youtubeapikey detector 2022-03-11 10:24:36 -08:00
DANEE ARQUERO
63bae42fc7 added yousign detector 2022-03-11 10:24:36 -08:00
valeriegaleguimmayen
d59a26cbf4 added youneedabudget detector 2022-03-11 10:24:36 -08:00
marlon pamisa
b960d6e6ff added yandex detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
5c078327f3 added wrike detector 2022-03-11 10:24:36 -08:00
DANEE ARQUERO
6ea7f402e8 added worldweather detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
b35689c670 added worldcoinindex detector 2022-03-11 10:24:36 -08:00
marlon pamisa
d2e05da55f added workstack detector 2022-03-11 10:24:36 -08:00
Danee Arquero
f4e2634817 added worksnaps detector 2022-03-11 10:24:36 -08:00
DANEE ARQUERO
ffd2216bfa added whoxy detector 2022-03-11 10:24:36 -08:00
Alemhar Salihuddin
6b06b8b40e added wepay detector 2022-03-11 10:24:36 -08:00
marlon pamisa
a8b8d3e91f added webscraping detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
26f6c78865 added webscraper detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
e8a19c1614 added webflow detector 2022-03-11 10:24:36 -08:00
marlon pamisa
c6800de602 added webex detector 2022-03-11 10:24:36 -08:00
DANEE ARQUERO
9505b011d1 added weatherstack detector 2022-03-11 10:24:36 -08:00
Danee Arquero
de8348e919 added weatherbit detector 2022-03-11 10:24:36 -08:00
DANEE ARQUERO
d41ab2a530 added walkscore detector 2022-03-11 10:24:36 -08:00
DANEE ARQUERO
763dad2c73 added vyte detector 2022-03-11 10:24:36 -08:00
marlon pamisa
219bad183a added vultrapikey detector 2022-03-11 10:24:36 -08:00
marlon pamisa
7c109ff2e8 added vpnapi detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
b09a4d7e56 added vouchery detector 2022-03-11 10:24:36 -08:00
DANEE ARQUERO
ec96dd3c66 added voicegain detector 2022-03-11 10:24:36 -08:00
DANEE ARQUERO
729b4ee90a added visualcrossing detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
d3b70b1c52 added virustotal detector 2022-03-11 10:24:36 -08:00
marlon pamisa
f7e3c688bf added viewneo detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
2c6abf7fc1 added versioneye detector 2022-03-11 10:24:36 -08:00
marlon pamisa
d406705fc1 added veriphone detector 2022-03-11 10:24:36 -08:00
marlon pamisa
04bd6e8984 added verimail detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
b1b76bf036 added verifier detector 2022-03-11 10:24:36 -08:00
marlon pamisa
0306dbcf89 added vercel detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
5796e3eb91 added vatlayer detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
0d2866bf12 added userstack detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
3d892340a1 added user detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
67ba575c9f added urlscan detector 2022-03-11 10:24:36 -08:00
Danee Arquero
dbef299de3 added upwave detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
21f7386d47 added uploadcare detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
b62949f440 added uplead detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
e6606067b6 added upcdatabase detector 2022-03-11 10:24:36 -08:00
marlon pamisa
62954ebbaa added unsplash detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
ab6d2df848 added unplugg detector 2022-03-11 10:24:36 -08:00
Danee Arquero
a05fc78d25 added unifyid detector 2022-03-11 10:24:36 -08:00
DANEE ARQUERO
414658a3f8 added ubidots detector 2022-03-11 10:24:36 -08:00
valeriegaleguimmayen
7ba8f53ff1 added typeform detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
a010288446 added tyntec detector 2022-03-11 10:24:36 -08:00
marlon pamisa
05184bc04f added twelvedata detector 2022-03-11 10:24:36 -08:00
DANEE ARQUERO
12a029e7bf added tru detector 2022-03-11 10:24:36 -08:00
marlon pamisa
84a582b0be added travisci detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
1269ba714e added travelpayouts detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
f54a7f5a1a added tradier detector 2022-03-11 10:24:36 -08:00
marlon pamisa
af751db93f added tomtom detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
a0f5f2239d added tomorrowio detector 2022-03-11 10:24:36 -08:00
marlon pamisa
5f797620ec added toggltrack detector 2022-03-11 10:24:36 -08:00
marlon pamisa
6c124a7815 added todoist detector 2022-03-11 10:24:36 -08:00
marlon pamisa
809a298551 added tmetric detector 2022-03-11 10:24:36 -08:00
marlon pamisa
0354854ed9 added tly detector 2022-03-11 10:24:36 -08:00
marlon pamisa
2a14b216ef added timezoneapi detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
6a844d2493 added ticketmaster detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
462106c616 added thousandeyes detector 2022-03-11 10:24:36 -08:00
marlon pamisa
16c3f05b6f added thinkific detector 2022-03-11 10:24:36 -08:00
Valerie Gale
7b05cbdad0 added theoddsapi detector 2022-03-11 10:24:36 -08:00
DANEE ARQUERO
9af48dd232 added textmagic detector 2022-03-11 10:24:36 -08:00
valeriegaleguimmayen
90641daf24 added text2data detector 2022-03-11 10:24:36 -08:00
marlon pamisa
85edb8d32e added terraformcloudpersonaltoken detector 2022-03-11 10:24:36 -08:00
DANEE ARQUERO
d3791c4978 added telnyx detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
1105b94109 added technicalanalysisapi detector 2022-03-11 10:24:36 -08:00
valeriegaleguimmayen
95ba15367b added teamworkspaces detector 2022-03-11 10:24:36 -08:00
valeriegaleguimmayen
c7b459ad6c added teamworkdesk detector 2022-03-11 10:24:36 -08:00
valeriegaleguimmayen
67c9e02755 added teamworkcrm detector 2022-03-11 10:24:36 -08:00
Roxanne Tampus
055c06b0ee added teamgate detector 2022-03-11 10:24:36 -08:00