Skip to content

Instantly share code, notes, and snippets.

@inC3ASE
Created October 14, 2016 02:18
Show Gist options
  • Save inC3ASE/7561f091b5d745e3eb532e4cc585a0b9 to your computer and use it in GitHub Desktop.
Save inC3ASE/7561f091b5d745e3eb532e4cc585a0b9 to your computer and use it in GitHub Desktop.
SystemConfiguration
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProbeParameters</key>
<dict>
<key>ProbeURL</key>
<string>http://captive.apple.com/hotspot-detect.html</string>
<key>UserAgent</key>
<string>wispr</string>
<key>SSIDExceptions</key>
<dict>
<key>MOBILE</key>
<dict>
<key>ProbeURL</key>
<string>http://attwifi.apple.com/library/test/success.html</string>
</dict>
<key>swisscom</key>
<dict>
<key>ProbeURL</key>
<string>http://attwifi.apple.com/library/test/success.html</string>
</dict>
<key>dillardswifi</key>
<dict>
<key>ProbeURL</key>
<string>http://attwifi.apple.com/library/test/success.html</string>
</dict>
<key>hhonors</key>
<dict>
<key>ProbeURL</key>
<string>http://attwifi.apple.com/library/test/success.html</string>
</dict>
<key>Telekom_ICE</key>
<dict>
<key>UserAgent</key>
<string>tmobile_wispr1</string>
</dict>
<key>Telekom</key>
<dict>
<key>UserAgent</key>
<string>tmobile_wispr1</string>
</dict>
<key>tmobile</key>
<dict>
<key>UserAgent</key>
<string>tmobile_wispr1</string>
</dict>
<key>T-Mobile_ICE</key>
<dict>
<key>UserAgent</key>
<string>tmobile_wispr1</string>
</dict>
<key>attwifi</key>
<dict>
<key>ProbeURL</key>
<string>http://attwifi.apple.com/library/test/success.html</string>
</dict>
<key>Wayport_Access</key>
<dict>
<key>ProbeURL</key>
<string>http://attwifi.apple.com/library/test/success.html</string>
</dict>
<key>ATTMetroWiFi</key>
<dict>
<key>ProbeURL</key>
<string>http://attwifi.apple.com/library/test/success.html</string>
</dict>
<key>ATTMETROWIFI</key>
<dict>
<key>ProbeURL</key>
<string>http://attwifi.apple.com/library/test/success.html</string>
</dict>
</dict>
</dict>
<key>ScrapingParameters</key>
<dict>
<key>UserFields</key>
<array>
<string>user</string>
<string>username</string>
<string>account</string>
</array>
<key>PasswordFields</key>
<array>
<string>pass</string>
<string>password</string>
</array>
<key>RealmFields</key>
<array>
<string>roamrealm</string>
<string>realm</string>
<string>suffix</string>
<string>operator</string>
</array>
<key>DisabledRealms</key>
<array>
<string>@orange.fr</string>
</array>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment