All Projects → Bitwise-01 → Loki

Bitwise-01 / Loki

Licence: mit
Remote Access Tool

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Loki

Ufonet
UFONet - Denial of Service Toolkit
Stars: ✭ 963 (+184.91%)
Mutual labels:  cryptography, botnet
S2n Tls
s2n : an implementation of the TLS/SSL protocols
Stars: ✭ 4,029 (+1092.01%)
Mutual labels:  cryptography, ssl
Pyopenssl
A Python wrapper around the OpenSSL library
Stars: ✭ 701 (+107.4%)
Mutual labels:  cryptography, ssl
Wolfssl
wolfSSL (formerly CyaSSL) is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3!
Stars: ✭ 1,098 (+224.85%)
Mutual labels:  cryptography, ssl
Pyjks
a pure python Java KeyStore file parser, including private key decryption
Stars: ✭ 100 (-70.41%)
Mutual labels:  cryptography, ssl
Rustls
A modern TLS library in Rust
Stars: ✭ 3,062 (+805.92%)
Mutual labels:  cryptography, ssl
Chromium Gost
Chromium с поддержкой алгоритмов ГОСТ
Stars: ✭ 123 (-63.61%)
Mutual labels:  cryptography, ssl
Openssl
TLS/SSL and crypto library
Stars: ✭ 17,157 (+4976.04%)
Mutual labels:  cryptography, ssl
O Saft
O-Saft - OWASP SSL advanced forensic tool
Stars: ✭ 306 (-9.47%)
Mutual labels:  ssl
Oauth2 Proxy
A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.
Stars: ✭ 4,511 (+1234.62%)
Mutual labels:  ssl
Jetty.project
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Stars: ✭ 3,260 (+864.5%)
Mutual labels:  ssl
Webfs
A Filesystem Built On Top of the Web.
Stars: ✭ 307 (-9.17%)
Mutual labels:  cryptography
Ttyd
Share your terminal over the web
Stars: ✭ 4,030 (+1092.31%)
Mutual labels:  ssl
Lightning Onion
Onion Routed Micropayments for the Lightning Network
Stars: ✭ 297 (-12.13%)
Mutual labels:  cryptography
Testnet3 Challenges
This repo is dedicated to Concordium Incentivized Testnet3.
Stars: ✭ 337 (-0.3%)
Mutual labels:  cryptography
Microwebsrv2
The last Micro Web Server for IoTs (MicroPython) or large servers (CPython), that supports WebSockets, routes, template engine and with really optimized architecture (mem allocations, async I/Os). Ready for ESP32, STM32 on Pyboard, Pycom's chipsets (WiPy, LoPy, ...). Robust, efficient and documented!
Stars: ✭ 295 (-12.72%)
Mutual labels:  ssl
Securedrop
GitHub repository for the SecureDrop whistleblower platform. Do not submit tips here!
Stars: ✭ 3,149 (+831.66%)
Mutual labels:  flask-application
Tsec
Type-safe general-cryptography library - https://jmcardon.github.io/tsec/
Stars: ✭ 338 (+0%)
Mutual labels:  cryptography
Tlsfuzzer
SSL and TLS protocol test suite and fuzzer
Stars: ✭ 335 (-0.89%)
Mutual labels:  ssl
Getaltname
Extract subdomains from SSL certificates in HTTPS sites.
Stars: ✭ 320 (-5.33%)
Mutual labels:  ssl

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

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Loki, just like all my other repos is stricly for educational purposes.

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].