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
HAWK Eye is a powerful and versatile CLI (Command-Line Interface) tool designed to be your vigilant watchkeeper, guarding against potential data breaches and cyber threats across various platforms. Inspired by the precision and vision of majestic birds of prey, HAWK Eye swiftly scans multiple data sources, including S3, MySQL, Redis, Firebase, filesystem, and Google Cloud buckets (GCS), for Personally Identifiable Information (PII) and secrets.
18
+
HAWK Eye is a powerful and versatile CLI (Command-Line Interface) tool designed to be your vigilant watchkeeper, guarding against potential data breaches and cyber threats across various platforms. Inspired by the precision and vision of majestic birds of prey, HAWK Eye swiftly scans multiple data sources, including S3, MySQL, PostgreSQL, Redis, Firebase, filesystem, and Google Cloud buckets (GCS), for Personally Identifiable Information (PII) and secrets.
18
19
19
20
20
21
### Why "HAWK Eye"?
@@ -64,10 +65,10 @@ HAWK Eye is a Python-based CLI tool that can be installed using the following st
64
65
<divid="features">
65
66
66
67
## Key features
67
-
- Swiftly scans multiple data sources (S3, MySQL, Redis, Firebase, filesystem, and GCS) for PII data and malware exposure.
68
+
- Swiftly scans multiple data sources (S3, MySQL, PostgreSQL, Redis, Firebase, filesystem, and GCS) for PII data and malware exposure.
68
69
- Advanced algorithms and deep scanning capabilities provide thorough security auditing.
69
70
- Real-time alerts and notifications keep you informed of potential data vulnerabilities using Slack and other integrations, with more coming soon.
70
-
- New command support for S3, MySQL, Redis, Firebase, filesystem, and GCS expands the tool's capabilities.
71
+
- New command support for S3, MySQL, PostgreSQL, Redis, Firebase, filesystem, and GCS expands the tool's capabilities.
71
72
-``--debug`` flag enables printing of all debugging output for comprehensive troubleshooting.
72
73
- Save output in JSON format using the --json flag and specify a file name like --json output.json.
73
74
- Proudly crafted with love and a sense of humor to make your security journey enjoyable and stress-free.
@@ -77,7 +78,7 @@ HAWK Eye is a Python-based CLI tool that can be installed using the following st
77
78
To unleash the power of HAWK Eye, simply follow the steps mentioned in the "Usage" section of the "README.md" file.
78
79
79
80
### Options
80
-
Note: If you don't provide any command, it will run all commands (firebase, fs, gcs, mysql, redis, s3) by default.
81
+
Note: If you don't provide any command, it will run all commands (firebase, fs, gcs, mysql, postgresql, redis, s3) by default.
81
82
<table>
82
83
<thead>
83
84
<tr>
@@ -110,6 +111,11 @@ Note: If you don't provide any command, it will run all commands (firebase, fs,
110
111
mysql
111
112
<td>Scan MySQL profiles for PII and secrets data.</td>
112
113
</tr>
114
+
<tr>
115
+
<td>
116
+
postgresql
117
+
<td>Scan postgreSQL profiles for PII and secrets data.</td>
Copy file name to clipboardExpand all lines: setup.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
VERSION="0.1.3"
1
+
VERSION="0.1.4"
2
2
3
3
fromsetuptoolsimportsetup, find_packages
4
4
@@ -11,7 +11,7 @@
11
11
setup(
12
12
name='hawk_scanner',
13
13
version=VERSION,
14
-
description='A powerful scanner to scan your Filesystem, S3, MySQL, Redis, Google Cloud Storage and Firebase storage for PII and sensitive data.',
14
+
description='A powerful scanner to scan your Filesystem, S3, MySQL, PostgreSQL, Redis, Google Cloud Storage and Firebase storage for PII and sensitive data.',
0 commit comments