dEEpEst
☣☣ In The Depths ☣☣
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
- Joined
- Mar 29, 2018
- Messages
- 13,861
- Solutions
- 4
- Reputation
- 27
- Reaction score
- 45,549
- Points
- 1,813
- Credits
- 55,350
7 Years of Service
56%
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.
To see this hidden content, you must like this content.
Last edited by a moderator: