I hereby claim:
- I am intchloe on github.
- I am dotchloe (https://keybase.io/dotchloe) on keybase.
- I have a public key whose fingerprint is A319 3C59 FE48 4810 2014 EA26 E4C4 68B3 29AB 1681
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| unset IFS | |
| for i in $(seq "$1") | |
| do | |
| time=$({ time curl -s -A "" -d $2 $3 >/dev/null; } |& grep real | cut -f2 | cut -c3- | tr -d 's') | |
| tmp+=$time"+" | |
| if [ "$i" -eq "$1" ] |
| { | |
| "Name": "Minfil", | |
| "RequestType": "POST", | |
| "RequestURL": "https://minfil.org/", | |
| "FileFormName": "minfil", | |
| "Arguments": { | |
| "filename": "" | |
| }, | |
| "Headers": {}, | |
| "ResponseType": "Text", |
| { | |
| "Name": "Robustfiles", | |
| "RequestType": "POST", | |
| "RequestURL": "https://robustfiles.com/upload.php", | |
| "FileFormName": "userfile", | |
| "Arguments": { | |
| "filename": "" | |
| }, | |
| "ResponseType": "Text", | |
| "RegexList": [ |
| <form name="csrf" ENCTYPE="text/plain" action="https://swehack.org" method="GET"> | |
| <input type="hidden" name='foo'> | |
| </form> | |
| <script>document.csrf.submit();</script> |
| <?php | |
| echo "<img src=" . $_GET['x'] . "/>"; | |
| echo "<script>" . $_GET['x'] . "</script>"; | |
| if ($_GET['foo'] == "bar") { | |
| echo "<img src='https://www.petfinder.com/wp-content/uploads/2012/11/140272627-grooming-needs-senior-cat-632x475.jpg'/></br>"; | |
| echo "<script>" . $_GET['x'] . "</script>"; | |
| } |
| #!/usr/bin/env bash | |
| mkdir -p /root/nginx | |
| cd /root/nginx | |
| apt-get -y install curl wget build-essential libgd-dev libgeoip-dev checkinstall git | |
| export NGINX_VERSION=1.9.9 | |
| export VERSION_PCRE=pcre-8.38 | |
| export VERSION_LIBRESSL=libressl-2.3.4 |
| #!/usr/bin/env bash | |
| mkdir -p /root/nginx | |
| cd /root/nginx | |
| apt-get -y install curl wget build-essential libgd-dev libgeoip-dev checkinstall git | |
| export NGINX_VERSION=1.9.9 | |
| export VERSION_PCRE=pcre-8.38 | |
| export VERSION_LIBRESSL=libressl-2.3.4 |
| function (using_our_domain) { | |
| var domains = ["c3dlaGFjay5vcmc=", "d3d3LnN3ZWhhY2sub3Jn", "c3dlaGFja216eXMyZ3BtYi5vbmlvbg=="]; | |
| var current = document.domain; | |
| if (current != atob(domains[0]) && current != atob(domains[1]) && current != atob(domains[2])) { | |
| document.getElementById('site-nav').innerHTML += '<br><b><center><font color="red">YOU ARE NOT USING ONE OF OUR DOMAINS!</b></font> CLICK <a href=https://'+atob(domains[0])+'>HERE</a> TO USE THE RIGHT ONE.'; | |
| } | |
| } |