Coder Social home page Coder Social logo

spacecase123 / loki_on_kali Goto Github PK

View Code? Open in Web Editor NEW

This project forked from raizo62/loki_on_kali

0.0 0.0 0.0 12.24 MB

Packages to install Loki on Kali Linux/ParrotOS (Loki is a python based infrastructure pentesting tool focussing on layer 3 protocols.)

Home Page: https://c0decafe.de/loki/nightly/

Shell 1.56% Python 77.72% C 16.56% Emacs Lisp 0.06% Elixir 0.05% PowerShell 0.22% Makefile 0.24% Inno Setup 0.09% M4 1.86% Cython 0.72% Roff 0.09% Euphoria 0.84%

loki_on_kali's Introduction

Loki_on_Kali

Packages to install Loki on Kali Linux / Parrot-OS. Loki is a python based infrastructure pentesting tool focussing on layer 3 protocols.

Installation

Install dependencies

With apt

  • Create a temporary source list :
/usr/bin/cat << EOF | sudo tee /etc/apt/sources.list.d/loki_tmp_qXgv80VVlRK8.list > /dev/null
deb http://deb.debian.org/debian/ buster main
deb http://deb.debian.org/debian-security/ buster/updates main
deb http://deb.debian.org/debian/ buster-updates main

deb http://deb.debian.org/debian/ bullseye main
deb http://deb.debian.org/debian/ bullseye-updates main
EOF
  • Update :

sudo apt-get update

  • Install dependency :

sudo apt-get install libdumbnet1 python-libpcap python-gtk2 python-dpkt python-dumbnet python-ipy python-glade2 python-urwid

  • Remove the temporary source list :
sudo rm /etc/apt/sources.list.d/loki_tmp_qXgv80VVlRK8.list
sudo apt-get update

With local packages

  • Go to the folder "Local_Packages" :

cd Local_Packages

  • Install the necessary packages (in the correct order) :

sudo bash ./install.sh

  • Return to the Loki package :
cd ..

Install Loki

sudo dpkg -i loki_0.3.0-r502-3_amd64.deb

Play

sudo loki_gtk.py

or

sudo loki_urw.py

loki_on_kali's People

Contributors

raizo62 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.