You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: connection.yml.sample
+14-15Lines changed: 14 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -44,11 +44,8 @@ sources:
44
44
- table1
45
45
- table2
46
46
exclude_columns:
47
-
- column1
48
-
- column2
49
-
text:
50
-
profile1:
51
-
text: "Hello World HHWPK6943Q"
47
+
- column1
48
+
- column2
52
49
postgresql:
53
50
postgresql_example:
54
51
host: YOUR_POSTGRESQL_HOST
@@ -84,17 +81,8 @@ sources:
84
81
- private
85
82
- venv
86
83
- node_modules
87
-
88
-
slack:
89
-
slack_example:
90
-
token: xoxp-XXXXXXXXXXXXXXXXXXXXXXXXX # get your slack app these permissiosn https://api.slack.com/methods/team.info and https://api.slack.com/methods/conversations.list
91
-
channel_types: "public_channel,private_channel"
92
-
# Optional: List of channel names to check
93
-
# channel_names:
94
-
# - general
95
-
# - random
96
84
97
-
gdrive:
85
+
gdrive:
98
86
drive_example:
99
87
folder_name:
100
88
credentials_file: /Users/kumarohit/Downloads/client_secret.json ## this will be oauth app json file
@@ -114,3 +102,14 @@ sources:
114
102
exclude_patterns:
115
103
- .pdf
116
104
- .docx
105
+
text:
106
+
profile1:
107
+
text: "Hello World HHXXXXX"
108
+
slack:
109
+
slack_example:
110
+
channel_types: "public_channel,private_channel"
111
+
token: xoxp-XXXXXXXXXXXXXXXXXXXXXXXXX
112
+
archived_channels: True ## By default False, set to True if you want to scan archived channels also
[](https://github.com/rohitcoder/hawk-eye/actions/workflows/pypi.yml)
### 🦅 HAWK Eye - Uncover Secrets and PII Across All Platforms in Minutes!
24
+
### 🦅 Hawk Eye - Uncover Secrets and PII Across All Platforms in Minutes!
18
25
19
-
HAWK Eye is a robust, command-line tool built to safeguard against data breaches and cyber threats. Much like the sharp vision of a hawk, it quickly scans multiple data sources—S3, MySQL, PostgreSQL, MongoDB, CouchDB, Google Drive, Slack, Redis, Firebase, file systems, and Google Cloud buckets (GCS)—for Personally Identifiable Information (PII) and secrets. Using advanced text analysis and OCR techniques, HAWK Eye delves into various document formats like docx, xlsx, pptx, pdf, images (jpg, png, gif), compressed files (zip, tar, rar), and even video files to ensure comprehensive protection across platforms.
26
+
Hawk Eye is a robust, command-line tool built to safeguard against data breaches and cyber threats. Much like the sharp vision of a hawk, it quickly scans multiple data sources—S3, MySQL, PostgreSQL, MongoDB, CouchDB, Google Drive, Slack, Redis, Firebase, file systems, and Google Cloud buckets (GCS)—for Personally Identifiable Information (PII) and secrets. Using advanced text analysis and OCR techniques, HAWK Eye delves into various document formats like docx, xlsx, pptx, pdf, images (jpg, png, gif), compressed files (zip, tar, rar), and even video files to ensure comprehensive protection across platforms.
20
27
21
28
22
29
### Why "HAWK Eye"?
23
30
Like the keen vision of a hawk, this tool enables you to monitor and safeguard your data with precision and accuracy, ensuring data privacy and security.
24
31
</div>
25
32
26
33
## Commercial Support
27
-
For commercial support and help with HAWK Eye, please contact us at [LinkedIn](https://linkedin.com/in/rohitcoder) or [Twitter](https://twitter.com/rohitcoder).
34
+
35
+
For commercial support and help with HAWK Eye, please contact us on [LinkedIn](https://linkedin.com/in/rohitcoder) or [Twitter](https://twitter.com/rohitcoder).
36
+
37
+
Alternatively, you can reach out to us in our Slack community.
28
38
29
39
## HAWK Eye in Action
30
40
@@ -373,7 +383,7 @@ sources:
373
383
slack_example:
374
384
channel_types: "public_channel,private_channel"
375
385
token: xoxp-XXXXXXXXXXXXXXXXXXXXXXXXX
376
-
channel_types: "public_channel,private_channel"
386
+
archived_channels: True## By default False, set to True if you want to scan archived channels also
0 commit comments