Thanks to visit codestin.com
Credit goes to github.com

Skip to content

amdyes-droid/pantegana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pantegana - A Botnet RAT Made With Go

FOR EDUCATIONAL AND RESEARCH USE ONLY

▄▀▀▄▀▀▀▄  ▄▀▀█▄   ▄▀▀▄ ▀▄  ▄▀▀▀█▀▀▄  ▄▀▀█▄▄▄▄  ▄▀▀▀▀▄    ▄▀▀█▄   ▄▀▀▄ ▀▄  ▄▀▀█▄
█   █   █ ▐ ▄▀ ▀▄ █  █ █ █ █    █  ▐ ▐  ▄▀   ▐ █         ▐ ▄▀ ▀▄ █  █ █ █ ▐ ▄▀ ▀▄
▐  █▀▀▀▀    █▄▄▄█ ▐  █  ▀█ ▐   █       █▄▄▄▄▄  █    ▀▄▄    █▄▄▄█ ▐  █  ▀█   █▄▄▄█
   █       ▄▀   █   █   █     █        █    ▌  █     █ █  ▄▀   █   █   █   ▄▀   █
 ▄▀       █   ▄▀  ▄▀   █    ▄▀        ▄▀▄▄▄▄   ▐▀▄▄▄▄▀ ▐ █   ▄▀  ▄▀   █   █   ▄▀
█         ▐   ▐   █    ▐   █          █    ▐   ▐         ▐   ▐   █    ▐   ▐   ▐ 
▐                 ▐        ▐          ▐                          ▐

Features:

  • Pretty and clean interactive shell (using grumble)
  • HTTPS covert channel for communications
  • Undetected by AVs (behavioral AVs might detect it if its not running on port 443)
  • Direct command execution (not using bash or sh)
  • Multiple sessions handling
  • File Upload/Download
  • System fingerprinting

TODO:

  • Full Windows and OSx integration (currently it's partial)
  • Gracefully closing sessions server-side on client-side crash
  • bash/cmd/psh shell dropping
  • TOR routing?

Building:

To build the program you will need openssl and go-bindata.
Use: go get -u github.com/go-bindata/go-bindata/...

When running make you will need to specify any external IP or domain to include in the SSL certificate.
This is done to prevent people stealing your binary and using it for malicious reasons.
Example: make IP=1.1.1.1 DOMAIN=example.com.
If you do not want to specify an IP or a domain, use 127.0.0.1 and localhost respectively.
Example: make IP=127.0.0.1 DOMAIN=localhost

Check Makefile for different build/running options

About

A nearly undetectable reverse HTTPS Botnet RAT written in Go

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors