#!/bin/bash # (C)opyright 2010 - g0tmi1k # evilGrade-Install v0.1.1 (2010-05-16) # Settings (Change theses) export path=~/ # Main echo "[>] Installing requirements..." # Requirements (The link in the README, doesnt work for me.) cd ~ wget ftp://ftp.uni-hannover.de/pub/mirror/bsd/FreeBSD/ports/distfiles/Data-Dump-1.08.tar.gz tar xvfz Data-Dump-1.08.tar.gz rm Data-Dump-1.08.tar.gz cd Data-Dump-1.08/ perl Makefile.PL make make install rm -rf ~/Data-Dump-1.08/ echo "" echo "[>] Installing EvilGrade..." # Main Program cd $path wget http://www.infobyte.com.ar/down/isr-evilgrade-1.0.0.tar.gz tar zxvf isr-evilgrade-1.0.0.tar.gz rm isr-evilgrade-1.0.0.tar.gz echo "" echo "[>] Stopping any webservers..." # Stopping any current web servers /etc/init.d/apache2 stop echo "" echo "[>] Starting EvilGrade..." # Lets test out the program! cd $path/isr-evilgrade/ ./evilgrade