epicn1337 / Loki

Remote Access Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loki

Loki is a simple Remote Access Tool.
Loki uses RSA-2048 with AES-256 to keep your communication with infected machines secure.

Version Python Discord Donate

Requirements

  • Python 3.6.x | 3.7.x | 3.8.x

Server tested on

  • Windows 10
  • Kali Linux

Bot tested on

  • Windows 10

Payload generator tested on

  • Windows 10

Features

  • Upload & Download
  • Chrome Launching
  • Persistence
  • Screenshare
  • Screenshot
  • Keylogger
  • SFTP
  • SSH

Video

https://www.youtube.com/watch?v=UTfZlXGoJ5Y

Installation

$> pip install -r requirements.txt

Server side

  1. Open /lib/const.py & configure your private and public IP's

  2. Start loki.py

  3. Navigate to http://localhost:5000

  4. Login

    Username: loki
    Password: ikol
    
  5. Start the server on the same IP as your private IP

Generate a payload

Navigate to agent directory and run the following command

$> python builder.py -h

It will not compile inside a virtual environment

After connection

  • You can click the id of the bot once it connects

FYI

  • The bot will call the server using the Public IP, not the private IP
  • The bot will call the server using the port specified on the server tab

About

Remote Access Tool

License:MIT License


Languages

Language:Python 63.9%Language:JavaScript 20.6%Language:HTML 10.4%Language:CSS 5.1%