Skip to content

kala13x/banti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bAnti - Kernel Based Root ToolKit

Banti is kernel based root toolkit samples for Linux. It contains keylogger and rootkit modules for Linux kernel. With this modules you are able to log keyboard info, hide processes and get root privileges for each process. It is developed for educational purposes only and authors of this project are in no way, shape or form responsible for what you may use this for whether illegal or not.

Compilation

Compilation and installation of this modules, are possible with makefile

make
insmod keylog.ko
insmod bantikit.ko
make clean

Afther insert, module hides itself from module list by default, so it can not be detected with 'lsmod' command.

Remove

If those modules is no longer required for you, you can just unload from modules

rmmod keylog
rmmod bantikit

Usage

We are currently at development process, usage information will be available soon. You can see development process below.

Development Process

  • Remote listener See Here
  • Client commander See Here
  • Kernel based keylogger module
  • Main rootkit module 'bantikit'
  • Backdor module
  • Many fucking things

About

Kernel Based Root ToolKit Samples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published