{"id":20469559,"url":"https://github.com/birdo1221/golang-net","last_synced_at":"2025-04-13T10:34:14.967Z","repository":{"id":185937198,"uuid":"674360465","full_name":"Birdo1221/Golang-Net","owner":"Birdo1221","description":"A Botnet Server And Client Both Written In Golang","archived":false,"fork":false,"pushed_at":"2025-01-16T16:12:33.000Z","size":1678,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T01:51:29.405Z","etag":null,"topics":["botnet","c2","client","cnc","ddos","ddos-attacks","dos","go","golang","malware","malware-development","malware-sample","server","stress-testing"],"latest_commit_sha":null,"homepage":"https://birdo.uk","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Birdo1221.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":"2023-08-03T18:55:59.000Z","updated_at":"2025-03-21T13:14:55.000Z","dependencies_parsed_at":"2024-04-13T19:22:39.225Z","dependency_job_id":"1f700f8b-47cb-4cba-b83a-16e8325efc7a","html_url":"https://github.com/Birdo1221/Golang-Net","commit_stats":null,"previous_names":["birdo1221/basic-go-cnc"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Birdo1221%2FGolang-Net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Birdo1221%2FGolang-Net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Birdo1221%2FGolang-Net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Birdo1221%2FGolang-Net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Birdo1221","download_url":"https://codeload.github.com/Birdo1221/Golang-Net/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248698872,"owners_count":21147544,"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","c2","client","cnc","ddos","ddos-attacks","dos","go","golang","malware","malware-development","malware-sample","server","stress-testing"],"created_at":"2024-11-15T14:09:28.137Z","updated_at":"2025-04-13T10:34:14.960Z","avatar_url":"https://github.com/Birdo1221.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Go Botnet Command and Control (C\u0026C) Server\n\n## ⚠️ Project Status: Deprecated\nThis project is no longer maintained. For the latest version, please visit the [Enhanced Version](https://github.com/Birdo1221/Better-Go-Cnc/).\n\n## 📋 Overview\nA simple Command and Control (C\u0026C) server implementation in Go, created for educational purposes to understand network programming and client-server architecture.\n\n## 🚦 Prerequisites\n- Go programming language installed on your system\n\n### Installation Guide\n\n#### Windows\nDownload and install Go from [official website](https://go.dev/dl/)\n\n#### Linux\nChoose your package manager:\n```bash\n# Debian/Ubuntu\napt install golang\n\n# RHEL/CentOS\nyum install golang\n\n# Fedora\ndnf install golang\n```\n\n## ⚙️ Configuration\n\n### Bot Configuration\nEdit these values in `bot.go`:\n```go\nconst (\n    cncServerIP   = \"127.0.0.1\"  // Your CNC server IP\n    cncServerPort = \":5000\"      // Your CNC server port\n)\n\nconst (\n    botPort = \":5000\"  // Bot listening port\n)\n```\n\n### Server Configuration\nEdit these values in `main.go`:\n```go\ncncServerIP := \"127.0.0.1\"    // Server binding IP\ncncServerPort := \"6000\"       // User login port\n```\n\n## 🔧 Installation\n\n1. Clone the repository\n2. Navigate to the project directory\n3. Build and run the components:\n\n```bash\n# Build components\ngo build main.go\ngo build bot.go\n\n# Run components\ngo run main.go\ngo run bot.go\n```\n\n## 🚀 Usage\n\n### Starting the Server\n```bash\n./main\n```\n\n### User Authentication\nCreate a `Users.txt` file with credentials in the following format:\n```\nAdmin:Passwd\n```\n\n### Available Commands\n- `bots`: Display number of connected bots\n- `clear`: Clear bot terminal screens\n- `logout`: Disconnect from C\u0026C server\n\n### Connecting to C\u0026C\nUse MobaXterm or PuTTY to connect:\n1. Enter server IP address\n2. Use configured bot port\n3. Login with credentials from Users.txt\n\n## ⚠️ Security Notice\nThis project is:\n- **Educational Only**: Created for learning network programming\n- **Not Production-Ready**: Lacks security features\n- **Local Testing Only**: Not suitable for public networks\n- **Proof of Concept**: Demonstrates basic C\u0026C architecture\n\n## ⚖️ Legal Disclaimer\nThis code is for educational purposes only. Usage for malicious purposes is strictly prohibited. Users must:\n- Understand local cybersecurity laws\n- Obtain proper authorization for testing\n- Use only in controlled environments\n- Accept full responsibility for usage\n\n## 📝 License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbirdo1221%2Fgolang-net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbirdo1221%2Fgolang-net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbirdo1221%2Fgolang-net/lists"}