This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <string> | |
| #include <fstream> | |
| #include <thread> | |
| #include <regex> | |
| #include <cstdio> | |
| using namespace std; | |
| int main(int argc,char* argv[]) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # sudo docker run -d --name unblocker-ha -v $HOME/unblocker:/usr/local/etc/haproxy -p 443:443/tcp --link unblocker-sni \ | |
| # --log-opt max-size=1m --restart=unless-stopped tarot13/haproxy | |
| defaults | |
| timeout connect 5s | |
| timeout client 24h | |
| timeout server 24h | |
| global | |
| log /dev/log local0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /robots.txt | |
| /index.php?a=1%3Cscript%3Ealert(abc)%3C/script%3E | |
| /nevercouldexistfilenosec | |
| /nevercouldexistfilewebsec | |
| /nevercouldexistfilenosec.aspx | |
| /nevercouldexistfilewebsec.aspx | |
| /nevercouldexistfilenosec.shtml | |
| /nevercouldexistfilewebsec.shtml | |
| /nevercouldexistfilenosec/ | |
| /nevercouldexistfilewebsec/ |