https://github.com/repository42/mullvadserverchecker
Get 2 csv files (openvpn and wireguard) of all mullvad servers including the associated fraud scores (scamalytics)
https://github.com/repository42/mullvadserverchecker
mullvad mullvad-vpn openvpn scamalytic scamalytics vpn wireguard
Last synced: about 2 months ago
JSON representation
Get 2 csv files (openvpn and wireguard) of all mullvad servers including the associated fraud scores (scamalytics)
- Host: GitHub
- URL: https://github.com/repository42/mullvadserverchecker
- Owner: Repository42
- Created: 2025-02-09T07:12:59.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-09T07:32:09.000Z (4 months ago)
- Last Synced: 2025-04-08T23:44:48.972Z (about 2 months ago)
- Topics: mullvad, mullvad-vpn, openvpn, scamalytic, scamalytics, vpn, wireguard
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mullvad server fraud score checker
Helps you find clean ip addresses so you dont get discriminated against by waf's(if you run this too often scamalytics will rate limit you...)
## Usage
```
root@debian:~/mullvad$ ./main.py
Checking 660 servers.
Enumerated 660 servers in: 5.86 Seconds.
```## Output:
### openvpn:
`head -n 20 openvpn_09.02.2025.csv | column -t -s ,`
### wireguard:
`head -n 20 wireguard_09.02.2025.csv | column -t -s ,`
