{"id":19339394,"url":"https://github.com/p3nt4/invoke-piper","last_synced_at":"2025-04-09T22:18:31.891Z","repository":{"id":37413218,"uuid":"99207548","full_name":"p3nt4/Invoke-Piper","owner":"p3nt4","description":"Forward local or remote tcp ports through SMB pipes.","archived":false,"fork":false,"pushed_at":"2021-03-07T19:07:01.000Z","size":15,"stargazers_count":295,"open_issues_count":0,"forks_count":51,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-09T22:18:27.577Z","etag":null,"topics":["network","powershell","security"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/p3nt4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["p3nt4"]}},"created_at":"2017-08-03T08:06:44.000Z","updated_at":"2025-03-23T00:11:59.000Z","dependencies_parsed_at":"2022-08-18T18:41:28.786Z","dependency_job_id":null,"html_url":"https://github.com/p3nt4/Invoke-Piper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p3nt4%2FInvoke-Piper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p3nt4%2FInvoke-Piper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p3nt4%2FInvoke-Piper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p3nt4%2FInvoke-Piper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p3nt4","download_url":"https://codeload.github.com/p3nt4/Invoke-Piper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119286,"owners_count":21050755,"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":["network","powershell","security"],"created_at":"2024-11-10T03:21:55.152Z","updated_at":"2025-04-09T22:18:31.845Z","avatar_url":"https://github.com/p3nt4.png","language":"PowerShell","funding_links":["https://github.com/sponsors/p3nt4"],"categories":[],"sub_categories":[],"readme":"# Piper\n Forward local or remote tcp ports through SMB pipes.\n\n## EXAMPLES\n\n### Local port forwarding through pipe testPipe: -L 33389:127.0.0.1:3389\n```\nSERVER: Invoke-PiperServer -bindPipe testPipe -destHost 127.0.0.1 -destPort 3389\nCLIENT: net use \\\\serverIP /USER:User (OPTIONAL)\nCLIENT: Invoke-PiperClient -destPipe testPipe -pipeHost serverIP -bindPort 33389\n```\n\n### Admin only remote port forwarding through pipe testPipe: -R 33389:127.0.0.1:3389\n```\nSERVER: Invoke-PiperServer -remote -bindPipe testPipe  -bindPort 33389 -security Administrators\nCLIENT: net use \\\\serverIP /USER:User (OPTIONAL)\nCLIENT: Invoke-PiperClient -remote -destPipe testPipe -pipeHost serverIP -destHost 127.0.0.1 -destPort 3389\n```\n\n### Dynamic port forwarding (using https://github.com/p3nt4/Invoke-SocksProxy): -D 1234\n\n```\nSERVER: Invoke-SocksProxy -bindPort 1234\nSERVER: Invoke-PiperServer -bindPipe testPipe -destHost 127.0.0.1 -destPort 1234\nCLIENT: net use \\\\serverIP /USER:User (OPTIONAL)\nCLIENT: Invoke-PiperClient -destPipe testPipe -pipeHost serverIP -bindPort 1234\n```\n\n## Issues\nProtocols requiring a big amount of parallel connections may exhaust all named pipes available to the system.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp3nt4%2Finvoke-piper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp3nt4%2Finvoke-piper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp3nt4%2Finvoke-piper/lists"}