The goal here is to provide quick and easy but secure client VPN that can be configured natively without any additional software on:
- Linux
- iOS
- Android
- Windows
- OSX
{ | |
"+11800-A": { | |
"bypassList": [ | |
{ | |
"conditionType": "BypassCondition", | |
"pattern": "127.0.0.1" | |
}, | |
{ | |
"conditionType": "BypassCondition", | |
"pattern": "192.168.*" |
alert('loaded'); | |
console.log('loaded'); |
# Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford (jspenguin@jspenguin.org) | |
# The author disclaims copyright to this source code. | |
import sys | |
import struct | |
import socket | |
import time | |
import select | |
import re | |
import codecs |
#!/usr/bin/python | |
# Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford (jspenguin@jspenguin.org) | |
# The author disclaims copyright to this source code. | |
import sys | |
import struct | |
import socket | |
import time | |
import select |
welcome to my page!!!!!!! |