Giter VIP home page Giter VIP logo

akilt's Introduction

AKILT

Join the chat at https://gitter.im/_AKILT/community Code Grade top language Lines of code

AKILT (pronounced ay kilt) is an undetectable windows *botnet ??* written in golang with a cross-platform C&C Server

AKILT aims to help security enthusiasts and malware analysts better understand how botnets work by providing an open source example of an advanced botnet.

Setup

You can download one of the prebuilt binaries to test it.

Or build from source by following these steps:

Install the dependencies:
After installing the dependencies above. Run these commands.
git clone github.com/Xart3mis/AKILT
cd AKILT
make

NOTE: Compiling the client only works on windows 64-bit

If you'd like to compile the client or server seperately. Run the following commands.:
make clean

instead of running make directly run make client or make server

the compiled binaries will appear in Client/bin/ and Server/bin/

Server

help

Features

[X] Capture Client Screen
[X] Display Dialog on Client PC
[X] Take Picture from Client webcam
[X] DDOS (Slowloris, httpflood, Udpflood)
[X] Remote Command Execution
[X] Display text on client screen
[WIP] Download files to client
[WIP] Upload files from client
[WIP] Play Audio on client pc
[X] Keylogger
[WIP] Spreading mechanism i am yet to figure it out
[WIP] Persistence
[WIP] Bot and C2 builder
[WIP] Reverse Shell
[WIP] Hardcoded login system
[WIP] Get System Information
[WIP] Retrieve user password hashes

feel free to contribute. please do

akilt's People

Contributors

dependabot[bot] avatar gitter-badger avatar xart3mis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

akilt's Issues

error

C:\test\AKILT>make
del /Q .\Client\bin\*
Не удается найти указанный файл.
make: *** [Makefile:60: clean] Error 1

error 127

make server
go env -w GOOS=windows
make: go: No such file or directory
make: *** [Makefile:18: server] Error 127

error

PS C:\Users\kusun\AKILT> make client
go env -w GOOS=windows
go env -w GOARCH=amd64
go build -ldflags "-w -s -H=windowsgui" -o .\Client\bin\client-windows-amd64.exe .\Client\

gocv.io/x/gocv

In file included from calib3d.cpp:1:
calib3d.h:5:10: fatal error: opencv2/opencv.hpp: No such file or directory
5 | #include <opencv2/opencv.hpp>
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.

migrate interface to a more specialized module

ok so. firstly, why? mainly because i don't really understand the bubbletea framework and i need something more robust; therefore, i'll be rewriting the entire thing. Isn't that great...

ERROR ON MAKE SERVER

ubuntu@vps-0ee9bec3:~/git/AKILT$ make server
go env -w GOOS=windows
go env -w GOARCH=amd64
go build -ldflags "-w -s" -o .\Server\bin\server-windows-amd64.exe .\Server\
malformed import path ".\Server\": invalid char '\'
make: *** [Makefile:21: server] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.