Skip to content

Commit 74fd811

Browse files
committed
🎉 Update README
1 parent 56fa522 commit 74fd811

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ RUN apk update && apk add python2 python3 git bash gcc g++ libxslt-dev freetds-d
99
&& rm -rf *tar.gz
1010
ENV PATH /usr/local/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/bin:/packages/src:/usr/local/go/bin
1111
RUN bash /packages/src/install-osint.sh
12-
ENTRYPOINT /usr/bin/bash
12+
ENTRYPOINT /bin/bash

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<p align="center">
2-
<img src="img/osint.png" with=200 alt="Scorpion-Osint">
2+
<img src="img/vcb.gif" with=200 alt="Scorpion-Osint">
33
</p>
44

55
# OSINT
6-
Docker image for osint tools
6+
Docker image for osint tools with Vault Cyber Security
77

88
# Run
99
```docker
10-
docker pull scorpionsec/osint
11-
docker run -it scorpionsec/osint bash
10+
docker pull vaultcybersecurity/osint
11+
docker run -it vaultcybersecurity/osint bash
1212
```
1313

1414
# About

0 commit comments

Comments
 (0)