Skip to content

Docker container to run Loki : Loki is a python based infrastructure pentesting tool focussing on layer 3 protocols.

Notifications You must be signed in to change notification settings

bunub/Loki_on_Kali

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loki_on_Kali

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

Gui of loki

Installation

Image

Method 1 : Build your own image

  • Build the container :
cd Docker
sudo sh ./build.sh

Method 2 : Import from github

  • Import the image :

sudo docker pull ghcr.io/raizo62/loki_on_kali:latest

  • Rename the image to use the launchers

sudo docker image tag ghcr.io/raizo62/loki_on_kali loki_on_kali

  • Delete the old name of the image

sudo docker rmi ghcr.io/raizo62/loki_on_kali

Method 3 : Download the file of the image

  • Get the compressed image :

wget https://github.com/Raizo62/Loki_on_Kali/releases/download/v1/loki_on_kali_image_v1.docker.tgz

  • Unzip the file :
tar xvf loki_on_kali_image_v1.docker.tgz
rm loki_on_kali_image_v1.docker.tgz
  • Import the image :

sudo docker load -i loki_on_kali_image_v1.docker

Launchers

  • Copy launchers in /usr/local/sbin :
chmod u+x Docker/run_loki_*.sh
sudo cp Docker/run_loki_*.sh /usr/local/sbin

Play

  • Start Loki :
sudo run_loki_gtk.sh

or

sudo run_loki_urw.sh

or

sudo run_loki_bash.sh
# To run loki, use the command "loki_gtk.py"
  • The shared folder between Loki and the Host is '/tmp'

About

Docker container to run Loki : Loki is a python based infrastructure pentesting tool focussing on layer 3 protocols.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.6%
  • C 16.5%
  • M4 1.9%
  • Shell 1.7%
  • Euphoria 0.8%
  • Cython 0.7%
  • Other 0.8%