{"id":21986173,"url":"https://github.com/cassanof/pantegana","last_synced_at":"2025-07-22T22:30:53.088Z","repository":{"id":57619806,"uuid":"377142496","full_name":"cassanof/pantegana","owner":"cassanof","description":"A nearly undetectable reverse HTTPS Botnet+RAT C2 Handler and Client written in Go","archived":false,"fork":false,"pushed_at":"2024-01-13T22:43:47.000Z","size":77,"stargazers_count":94,"open_issues_count":0,"forks_count":18,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-06-20T12:02:35.422Z","etag":null,"topics":["botnet","botnets","golang","https","rat","reverse-shell","shell"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cassanof.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-15T11:42:48.000Z","updated_at":"2024-05-20T14:04:02.000Z","dependencies_parsed_at":"2024-06-20T11:13:34.473Z","dependency_job_id":"9ad6fb82-51f1-4a34-9c52-c7c2177b8d2e","html_url":"https://github.com/cassanof/pantegana","commit_stats":null,"previous_names":["elleven11/pantegana"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cassanof%2Fpantegana","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cassanof%2Fpantegana/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cassanof%2Fpantegana/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cassanof%2Fpantegana/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cassanof","download_url":"https://codeload.github.com/cassanof/pantegana/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227185398,"owners_count":17744371,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["botnet","botnets","golang","https","rat","reverse-shell","shell"],"created_at":"2024-11-29T18:17:16.542Z","updated_at":"2024-11-29T18:17:17.191Z","avatar_url":"https://github.com/cassanof.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pantegana - A Botnet RAT Made With Go\n### \u003ccenter\u003eFOR EDUCATIONAL AND RESEARCH USE ONLY\u003c/center\u003e  \nUsage of Pantegana for attacking targets without prior mutual consent is illegal. Developers assume no liability and are not responsible for any misuse or damage cause by this program.\n\n```\n   ___            _                               \n  / _ \\__ _ _ __ | |_ ___  __ _  __ _ _ __   __ _ \n / /_)/ _` | '_ \\| __/ _ \\/ _` |/ _` | '_ \\ / _` |\n/ ___/ (_| | | | | ||  __/ (_| | (_| | | | | (_| |\n\\/    \\__,_|_| |_|\\__\\___|\\__, |\\__,_|_| |_|\\__,_|\n                          |___/                   \n```\n\n## Features:\n - Pretty and clean interactive shell (using \u003ca href=\"https://github.com/desertbit/grumble\" target=\"_blank\"\u003egrumble\u003c/a\u003e)\n - Cross-platform payload client (Windows, Linux, OSX)\n - HTTPS covert channel for communications\n - Undetected by AVs (behavioral AVs might detect it if its not running on port 443)\n - Direct command execution (not using bash or sh)\n - Multiple sessions handling\n - File Upload/Download\n - System fingerprinting\n - Gracefully closing sessions server-side on client-side crash\n\n## TODO:\n - Full Windows and OSX integration (currently it's partial)\n - bash/cmd/psh shell dropping\n - TOR routing?\n - Implement Twitter-Transfer-Protocol (\u003ca href=\"https://github.com/cassanof/twitter-transfer-protocol\" target=\"_blank\"\u003ettp\u003c/a\u003e)\n\n## Building:\n**Requires Go 1.16 and up**  \n*To build the program you will also need `openssl`.*  \n\nBy default the client is set to dial `127.0.0.1:1337`.  \nTo change that, you can edit the config object in to your liking (`./main/client/main.go`)  \n\nWhen running `make` you will need to specify any external IP or domain to include in the SSL certificate.  \nThis ip would be the public ip of the C2 server where the pantegana `server` binary would run.  \nIf you don't know the public ip of your server: run `curl ip.me`, and you will be prompted with the ip.  \n***This is done to prevent people stealing your binary and using it with malicious intent.***  \nExample: `make IP=1.1.1.1 DOMAIN=example.com`.  \nBy default the Makefile sets `IP=127.0.0.1` and `DOMAIN=localhost`. If you want to keep that you can just omit the variables in the make command.  \nExample: `make`    \nYou will find your client and server builds in the `out` directory.  \n\nCheck Makefile for additional build/running options  \n\n## Obfuscation of the client\nThere is a build option that allows the client to be obfuscated to reduce detection.  \nIn order to do that, you will need to install `garble` with: `go install mvdan.cc/garble@latest`  \nand run the `make build-client-nix-garble` option.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcassanof%2Fpantegana","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcassanof%2Fpantegana","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcassanof%2Fpantegana/lists"}