PDA

View Full Version : Installing loki on kali linux amd64



root-boy
2013-05-08, 13:32
Loki is a Python based framework implementing many packet generation and attack modules for Layer 3 protocols, including BGP, LDP, OSPF, VRRP and quite a few others.

to install it on kali (amd64 in my case):

download it:


wget https://www.ernw.de/wp-content/uploads/loki_0.2.7-1_amd64.deb

download the pylibpcap package:


wget https://www.ernw.de/wp-content/uploads/pylibpcap_0.6.2-1_amd64.deb

download the python-dpkt package


wget http://ftp.us.debian.org/debian/pool/main/p/python-dpkt/python-dpkt_1.6+svn54-1_all.deb

download libssl package



wget http://snapshot.debian.org/archive/debian/20110406T213352Z/pool/main/o/openssl098/libssl0.9.8_0.9.8o-7_amd64.deb

download the python-dumbnet package


wget http://ftp.us.debian.org/debian/pool/main/libd/libdumbnet/python-dumbnet_1.12-3.1_amd64.deb

install dependencies:


dpkg -i pylibpcap_0.6.2-1_amd64.deb
dpkg -i libssl0.9.8_0.9.8o-7_amd64.deb
dpkg -i python-dpkt_1.6+svn54-1_all.deb
dpkg -i python-dumbnet_1.12-3.1_amd64.deb

and finally install loki:


dpkg -i loki_0.2.7-1_amd64.deb

Needlephreak
2013-05-20, 08:16
very nice guide

greif
2013-09-26, 15:22
Hi,

the packages you are refering to are old ;)
find kali packages @ http://c0decafe.de/svn/codename_loki/packages/kali-1/

cheers

/daniel

zaim123
2013-09-28, 02:51
:rolleyes: man

mad11970
2014-01-18, 07:20
very good .. tanx