
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Running the following to install:
pip install makiproxy5
if __name__ == "__main__":
ps = ProxyServer(host=None, port=10696, username=None, password=None, max_clients=3, secure=True)
ps.run()
Example usage for initializing proxy server.
ProxyServer(username="maki", password="password", port=10696, secure=True).run()
There are many ways to use this server, I will mention a few for aid.
On Firefox (PC): Using extension Proxy Toggle, https://addons.mozilla.org/en-GB/firefox/addon/proxy-toggle/ Any extension where Proxy5 is accepted and allows the username/password authentication method.
On iOS (Mobile): Using this app, although cost £2-3 its the best option I have found. https://apps.apple.com/gb/app/shadowrocket/id932747118 There may be other options available on Andriod for free.
I wanted to watch UK TV shows that weren't available while abroad so decided to make a proxy server running on a raspberry pi so that I could watch free of charge and effortlessly.
Of course I could of just bought a monthly subscription to a VPN service or a proxy for a month, but what's the fun in that? I wanted to challenge myself, learn more about things I depend on instead of just using it.
I started my journey by looking at RFC for proxy5 protocol, and inspecting wireshark for proxy server running in practical way, so I could implement it myself.
Michael Peres 22/07/2022
End
FAQs
A socks 5 proxy server written in Python, class based.
We found that makiproxy5 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.