
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Executable for enabling or disabling proxy settings for Junos Pulse Secure VPN
A simple way to toggle the proxy settings for Pulse Secure VPN.
This utility was created to solve the problem of Charles Proxy(v3.10.2) not working when connected to a VPN using Pulse Secure(v5.2.5) on Mac OS X (v10.10.5).
This tool is not intended to work on operating systems other than Mac OS X, and has only been tested with the configuration above.
A notable change is that v2.x of this tool now supports the newer version of Pulse Secure. Install v1.x if you have the older Junos Pulse Secure.
Install the latest package globally (Current Pulse Secure):
npm i -g psproxy
Install v1.x globally (Older Junos Pulse Secure):
npm i -g psproxy@1
Before executing this utility, make sure the following is in order
Apply the current proxy settings to Pulse Secure:
sudo psproxy on
Remove the current proxy settings from Pulse Secure:
sudo psproxy off
If you see one of the following error messages, follow the provided instructions to resolve the issue.
Command Line:
No such key
Permission denied
sudo
.Browser:
sudo psproxy off
scutil
is used to apply proxy settings to Pulse Secure.
View the bin/psproxy.sh file for the specifics.
FAQs
Executable for enabling or disabling proxy settings for Junos Pulse Secure VPN
The npm package psproxy receives a total of 6 weekly downloads. As such, psproxy popularity was classified as not popular.
We found that psproxy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.