mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 16:34:13 +00:00
xortool
This commit is contained in:
parent
954917cb07
commit
f162f8f080
1 changed files with 9 additions and 0 deletions
9
xortool/install
Executable file
9
xortool/install
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
git clone https://github.com/hellman/xortool.git
|
||||
pip install -e ./xortool
|
||||
|
||||
mkdir -p bin
|
||||
cd bin
|
||||
ln -s ../xortool/xortool/{xortool,xortool-xor} .
|
||||
cd ..
|
Loading…
Reference in a new issue