mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-14 06:52:36 +00:00
8 lines
136 B
Text
8 lines
136 B
Text
|
#!/bin/bash
|
||
|
|
||
|
wget http://www.caesum.com/handbook/Stegsolve.jar -O stegsolve.jar
|
||
|
chmod +x stegsolve.jar
|
||
|
mkdir bin
|
||
|
mv stegsolve.jar bin/
|
||
|
|