Fixes cyberchef script
This commit is contained in:
parent
90231cca39
commit
5490877e2e
1 changed files with 1 additions and 3 deletions
|
@ -8,8 +8,6 @@ if ! systemctl status --no-pager docker.service > /dev/null; then
|
|||
fi
|
||||
|
||||
# Make sure the container is running
|
||||
if ! docker container ls | grep -q mpepping/cyberchef; then
|
||||
sudo -A systemctl start cyberchef
|
||||
fi
|
||||
sudo -A docker run -d -p 8000:8000 mpepping/cyberchef
|
||||
|
||||
firefox-developer-edition localhost:8000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue