mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 14:02:33 +00:00
9 lines
178 B
Bash
Executable file
9 lines
178 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
git clone https://github.com/m1ghtym0/magic_gadget_finder
|
|
chmod 755 magic_gadget_finder/magic.py
|
|
mkdir bin
|
|
cd bin
|
|
ln -s ../magic_gadget_finder/magic.py .
|
|
cd ..
|
|
|