mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 16:34:13 +00:00
Added zsteg tool
This commit is contained in:
parent
b9bb5504e5
commit
fac217933e
2 changed files with 6 additions and 0 deletions
3
zsteg/install
Executable file
3
zsteg/install
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
gem install zsteg
|
3
zsteg/install-root-archlinux
Executable file
3
zsteg/install-root-archlinux
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
pacman -Syu --noconfirm --needed ruby
|
Loading…
Reference in a new issue