Bitwise-01 / Loki

Remote Access Tool
MIT License
573 stars 218 forks source link
botnet cryptography flask-application python-3 remote-admin-tool rsa-aes ssl tcp-socket

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

Server tested on

Bot tested on

Payload generator tested on

Features

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

FYI