Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Proxy-Negotiate ############### This has been completely rewritten as of version 1.0.0.
HTTP Negotiate proxy authentication support for applications. This allows applications that do not natively support proxies (SSH, Telnet) using a netcat-like implementation or ones that do not support the Negotiate method of proxy authentication by running a local proxy.
Install the easy way through PyPi:
.. code:: shell
$ pip install proxy-negotiate
Or alternatively download and build yourself:
.. code:: shell
$ git clone https://github.com/cour4g3/proxy-negotiate $ cd proxy-negotiate $ python setup.py install
You will obviously need to be part of a domain for Negotiate authentication to work or alternatively on Windows, be running the Kerberos for Windows Manager.
A netcat-like implementation for use with programs such as SSH and Telnet:
.. code:: shell
$ nc-negotiate host port [proxy_host] [proxy_port]
Example of usage with OpenSSH command line:
.. code:: shell
$ ssh -o ProxyCommand="nc-negotiate %h %p" myexternalhost.com
Or in your ~/.ssh/config
:
.. code::
Host myexternalhost.com: ProxyCommand nc-negotiate %h %p
For application that support proxies but not Negotiate proxy authentication:
.. code:: shell
$ proxy-negotiate proxy_host proxy_port [listen_host:127.0.0.1] [listen_port:8080]
Licensed under the MIT License.
FAQs
HTTP Negotiate proxy authentication support for applications.
We found that Proxy-Negotiate 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.