zardus / ctf-tools

Some setup scripts for security research tools.
BSD 3-Clause "New" or "Revised" License
8.48k stars 1.89k forks source link

Improved tools: stegano-tools #196

Closed dhondta closed 2 years ago

dhondta commented 2 years ago

Fixed symlinks to tools Added uninstall file

zardus commented 2 years ago

This seems like it would only work when ctftools is installed as the ctf user?

dhondta commented 2 years ago

Indeed. I can replace occurrences of /home/ctf with $HOME if you want...

zardus commented 2 years ago

I think that's a good initial solution, yep!

dhondta commented 2 years ago

OK, done !

zardus commented 2 years ago

Thanks!