Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitwise-01/loki
Remote Access Tool
https://github.com/bitwise-01/loki
botnet cryptography flask-application python-3 remote-admin-tool rsa-aes ssl tcp-socket
Last synced: about 21 hours ago
JSON representation
Remote Access Tool
- Host: GitHub
- URL: https://github.com/bitwise-01/loki
- Owner: Bitwise-01
- License: mit
- Created: 2018-08-07T19:15:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T23:38:10.000Z (over 1 year ago)
- Last Synced: 2024-04-09T20:21:52.073Z (7 months ago)
- Topics: botnet, cryptography, flask-application, python-3, remote-admin-tool, rsa-aes, ssl, tcp-socket
- Language: Python
- Homepage:
- Size: 2.81 MB
- Stars: 561
- Watchers: 43
- Forks: 219
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Loki
Loki is a simple **R**emote **A**ccess **T**ool.
Loki uses **RSA-2048** with **AES-256** to keep your communication with infected machines secure.[![Version](https://img.shields.io/badge/Version-v0.1.1-blue)]()
[![Python](https://img.shields.io/badge/Python-v3.6%2B-blue)]()
[![Discord](https://img.shields.io/badge/Discord-server-blue)](https://discord.gg/VYRAZg5)
[![Donate](https://img.shields.io/badge/PayPal-Donate-orange.svg)](https://www.paypal.me/Msheikh03)### 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
```shell
$> 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
```shell
$> 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