Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked Python script to get and display SOCKS5 proxy addresses of active Mullvad VPN servers


dEEpEst

Recommended Posts

This script is written in Python and makes use of the requests library to send an HTTP GET request to the Mullvad API, which retrieves information about all Mullvad VPN servers. It sets custom headers for the request and then parses the JSON response. Finally, it iterates through the list of servers, checking if they have a socks_name property and if they are active. If both conditions are met, it prints the server's SOCKS5 proxy address in the format socks5://{server["socks_name"]}:1080.

This is the hidden content, please

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.