Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitcoder authored Feb 19, 2024
1 parent 68d71a3 commit 1553aaf
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,22 @@ See how this works on Youtube - https://youtu.be/LuPXE7UJKOY
hawk_scanner all --connection connection.yml --fingerprint fingerprint.yml --json output.json --debug
```

### Note: Scanning Postgresql?, then you have to install some extra dependencies.
## Platform and arch-specific guidelines

For scanning postgresql source, this tool requires psycopg2-binary dependency, we can't ship this dependency with main package because psycopg2-binary not works with most of the systems espically with Windows, so you have to install it manually.
### Postgresql
You have to install some extra dependencies.
For scanning postgresql source, this tool requires ``psycopg2-binary`` dependency, we can't ship this dependency with main package because psycopg2-binary not works with most of the systems espically with Windows, so you have to install it manually.

```bash
pip3 install psycopg2-binary
```

### Redhat Linux
You may get error after running ``hawk-scanner`` command on redhat from ``cv2`` dependency . You need to install some extra dependencies
```
yum install mesa-libGL
```

## Building or running from source

HAWK Eye is a Python-based CLI tool that can be installed using the following steps:
Expand Down

0 comments on commit 1553aaf

Please sign in to comment.