
Research
wget to Wipeout: Malicious Go Modules Fetch Destructive Payload
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
A utility for creating and connecting to a local VPN for ios devices allowing HTTP proxy without device supervision for all connections (not limited to Wi-Fi)
A utility for creating and connecting to a local VPN for iOS devices allowing HTTP proxy without device supervision for all connections (not limited to Wi-Fi)
StrongSwan installation is required.
Installation of StrongSwan can be done via brew install strongswan
, any other package manager,
or a manual build (incase special flags are required, exporting of session keys to files for example).
python3 -m pip install -U AppleTun
Usage: appletun [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
install-profile Install AppleTun VPN profile (override if already exists)
remove-profile Remove AppleTun VPN profile
start Start AppleTun VPN
stop Stop AppleTun VPN
In this example, a VPN profile is installed together with Proxyman certificate for use with the http proxy.
Install a profile with Proxyman certificate:
➜ appletun git:(master) ✗ appletun install-profile -C proxyman-ca.pem
Profile installed, please accept installation on device
Please allow installed certificate under Settings > General > About > Certificate Trust Settings
Accept the new profile on the iOS device.
Allow the installed certificate under Settings > General > About > Certificate Trust Settings
Start the VPN server:
➜ appletun git:(master) ✗ appletun start
installed profile: AppleTunVPN PSK ************ HTTP 192.168.1.2:9090
VPN Running
Please activate VPN connection on Client device
Connect to the VPN from the device.
The generated ipsec.conf
configuration from the Example would look as follows:
conn AppleTun
left=0.0.0.0 # Server listens on any IPv4 address
leftid=AppleTun # Identity presented by the server
leftsubnet=0.0.0.0/0,::/0 # Server-side networks (IPv4 and IPv6)
leftauth=psk # Server uses a pre-shared key
right=%any # Accept any client IP
rightid=%any # Accept any client identity
rightdns=%config4,%config6 # Push DNS settings (IPv4, IPv6)
rightsubnet=%dynamic # Dynamically assign subnets to clients
rightsourceip=133.33.37.0/24,fec3:1337::0/112 # IPv4/IPv6 pool for clients
rightauth=psk # Client also uses a pre-shared key
ike=aes256-sha256-ecp256,aes256-sha256-modp2048! # Phase 1 proposals
esp=aes256-sha256-ecp256,aes256-sha256-modp2048! # Phase 2 proposals
keyexchange=ikev2 # Use IKEv2 protocol
auto=add # Load connection at startup
While the following line would be added to ipsec.secrets
:
AppleTun : PSK "************"
FAQs
A utility for creating and connecting to a local VPN for ios devices allowing HTTP proxy without device supervision for all connections (not limited to Wi-Fi)
We found that AppleTun 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.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.