mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
7 lines
115 B
Bash
7 lines
115 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
git clone https://github.com/slimm609/checksec.sh
|
||
|
mkdir bin
|
||
|
cd bin
|
||
|
ln -s ../checksec.sh/checksec .
|