ExploitPack bringt eine übersichtliche grafische Benutzeroberfläche mit und hat derzeit ca. 300 Exploits für Windows, Linux und Mac OSX integriert. Es setzt eine Java 8 Installation voraus. Bisher gibt es kein Paket für Kali Linux. In absehbarer Zeit scheint hier auch nichts geplant zu sein. Der folgende Beitrag zeigt, wie man ExploitPack unter Kali Linux schon jetzt installieren kann.
Im ersten Schritt muss zunächst Java 8 in Kali Linux installiert werden. Dazu fügen wir einige Quellen hinzu. Die Installation kann abhängig von der Internetverbindung ein wenig dauern. Mit dem abschließenden Befehl sollte dann die neue Version angezeigt werden.
echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" >> etc/apt/sources.list
echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" >> /etc/apt/sources.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886
sudo apt-get update
sudo apt-get install oracle-java8-installer
sudo apt-get install oracle-java8-set-default
java -version
Im zweiten Schritt laden wir ExploitPack herunter und starten die Java-Anwendung.
cd /home/
wget http://exploitpack.com/ExploitPack337.zip
unzip ExploitPack337.zip
cp -R ExploitPack /usr/share
cd /usr/share/ExploitPack
java -jar ExploitPack.jar
[youtube qD9KcXM_oKA 546 365]
Hi
I know its a generic error but i thought of asking you, incase if you can help me pout. I am trying to run the exploitpack on kali but it stops after giving me error that it did not find main class : Could not find the main class: exploitpack.ExploitPack. Program will exit.
Any idea how should i fix this problem.
Regards
Bluesaint
It should be a problem of your java installation. Make sure to have all files installed and correct permissions. Read this:
http://benohead.com/java-find-main-class-program-will-exit/
As you can see – it is a common problem.