#!/bin/bash
echo "Use this script at your own responsability."
echo
echo "That said, nothing should go wrong. If you are now in a directory"
echo "where you have all the privs, and know how to decrypt SSL traffic,"
echo "for which business, on this miniature, all is given in this dir,"
echo "you should be fine just running this (primitive) script."
echo
echo "Hit Enter, and this will create a directory, and download"
echo "all the files that you can see on:"
echo
echo "http://www.croatiafidelis.hr/foss/cap/cap-160327-nft/"
echo
echo "for you. (Hit Enter now!)"
read FAKE

mkdir -pv cap-160327-nft

cd cap-160327-nft/

wget -nc http://www.croatiafidelis.hr/foss/cap/cap-160327-nft/dump_160327_0902_g0n.messages
wget -nc http://www.croatiafidelis.hr/foss/cap/cap-160327-nft/dump_160327_0902_g0n.pcap
wget -nc http://www.croatiafidelis.hr/foss/cap/cap-160327-nft/dump_160327_1916_g0n.messages
wget -nc http://www.croatiafidelis.hr/foss/cap/cap-160327-nft/dump_160327_1916_g0n.pcap
wget -nc http://www.croatiafidelis.hr/foss/cap/cap-160327-nft/dump_160327_1916_g0n_SSLKEYLOGFILE.log
wget -nc http://www.croatiafidelis.hr/foss/cap/cap-160327-nft/tshark-http-uri.sh
wget -nc http://www.croatiafidelis.hr/foss/cap/cap-160327-nft/dLo.sh
wget -nc http://www.croatiafidelis.hr/foss/cap/cap-160327-nft/SUMS
wget -nc http://www.croatiafidelis.hr/foss/cap/cap-160327-nft/SUMS.sig
wget -nc http://www.croatiafidelis.hr/foss/cap/cap-160327-nft/Gen_160327_2_no_log_kernel_panic.txt

