mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-04 07:07:10 +00:00
Added msieve
This commit is contained in:
parent
f5b67a7adb
commit
c6c59aa13c
1 changed files with 9 additions and 0 deletions
9
msieve/install
Normal file
9
msieve/install
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
mkdir bin
|
||||
wget -O msieve.tar.gz http://sourceforge.net/projects/msieve/files/latest/download
|
||||
tar -xf msieve.tar.gz
|
||||
|
||||
cd msieve-*
|
||||
make all
|
||||
cp msieve ../bin
|
Loading…
Add table
Reference in a new issue