{"id":23409226,"url":"https://github.com/pilebones/backdoorgolang","last_synced_at":"2025-04-12T00:22:50.157Z","repository":{"id":57526742,"uuid":"51920690","full_name":"pilebones/backdoorGolang","owner":"pilebones","description":"Backdoor with Golang (Cross-Plateform)","archived":false,"fork":false,"pushed_at":"2022-02-17T16:51:56.000Z","size":774,"stargazers_count":17,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T20:07:18.690Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pilebones.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}},"created_at":"2016-02-17T12:23:09.000Z","updated_at":"2025-03-08T13:36:06.000Z","dependencies_parsed_at":"2022-09-07T02:52:24.660Z","dependency_job_id":null,"html_url":"https://github.com/pilebones/backdoorGolang","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilebones%2FbackdoorGolang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilebones%2FbackdoorGolang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilebones%2FbackdoorGolang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilebones%2FbackdoorGolang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pilebones","download_url":"https://codeload.github.com/pilebones/backdoorGolang/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248498398,"owners_count":21114116,"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":[],"created_at":"2024-12-22T15:33:15.043Z","updated_at":"2025-04-12T00:22:50.126Z","avatar_url":"https://github.com/pilebones.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# backdoorGolang\n\n[![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/pilebones/backdoorGolang?svg=true\u0026branch=master\u0026passingText=Windows%20-%20OK\u0026failingText=Windows%20-%20failed\u0026pendingText=Windows%20-%20pending)](https://ci.appveyor.com/project/pilebones/backdoorGolang)\n  \nBackdoor with Golang (Cross-Plateform)\n\n_/!\\ Work in progress, not a stable release /!\\_\n\n##Main goal\n\nA fork of my own project named : \"pilebones/backdoorBash\" (see: https://github.com/pilebones/backdoorBash) but instead of using Bash as programming language (Unix-like only) this new one will work on Windows too by using a Golang API (cross-plateform) developed from scratch (as much as possible).\n\n## Requirements\n\n- Golang SDK : Compiler and tools for the Go programming language from Google (see: https://golang.org/doc/install)\n\nFrom Arch Linux :\n```bash\n(sudo) pacman -S community/go\n```\n\nFrom Debian :\n```bash\n(sudo) apt-get install golang-go\n```\n\n## Installation\n\n```bash\ncd $GOPATH\ngo get github.com/pilebones/backdoorGolang\n./bin/backdoorGolang --help\n\n```\n\n## Usage\n\n```bash\n./bin/backdoorGolang --help\nUsage of ./bin/backdoorGolang:\n  -d, --debug         Enable mode debug\n  -h, --host string   Set hostname to use (default \"localhost\")\n  -l, --listen        Enable listen mode (server socket mode)\n  -p, --port int      Set port number to use (default 9876)\n  -v, --verbose       Enable mode verbose\n  -V, --version       Display version number\n```\n\n## Server-mode\n\n```bash\n./bin/backdoorGolang -h localhost -p 1234 -l\n```\n\nNotice : Server is multi-user capable (one server for X client)\n\n## Client-mode\n\n/!\\ Not implemented yet, use netcat meanwhile !\n\n```bash\nnetcat localhost 1234\n```\n\n### Instructions\n\nEach message submit by client is sent to all backdoor's clients like a chat. \nHowever, an alone chat's feature is useless, there are a set of instructions allowed by all clients which have different behavior for taking advantage of the compromised server.\n\n#### Quit Instruction\n\nThis instruction permit to logout the current user\n\n```bash\n/quit\n/exit\n```\nExample :\n```bash\necho \"/quit\"|netcat localhost 1234\n```\n\n#### Command Instruction\n\nThis instruction permit to execute shell command from server. (OS supported : Linux, Windows)\n\n```bash\n/cmd \u003cshell-command\u003e\n```\nExample :\n```bash\necho \"/cmd ls -l\"|netcat localhost 1234\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpilebones%2Fbackdoorgolang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpilebones%2Fbackdoorgolang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpilebones%2Fbackdoorgolang/lists"}