I hereby claim:
- I am edoverflow on github.
- I am edoverflow (https://keybase.io/edoverflow) on keybase.
- I have a public key ASDfEwD4wuFwxlxKl77DZju1xcWdKUSV3sFDCdK16rW3Tgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <style>body{margin:0}.overlay{position:fixed;top:0;left:0;z-index:999;height:100vh;width:100vw;background:rgba(0,0,0,0.5)}.alert{width:300px;padding:0 20px 0 0px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:#fff}.alert p{color:#000 !important;padding:45px;text-align:center;font-family:sans-serif}.ok{background:#eee;width:100%;height:30px;padding:10px 10px}.ok button{float:right;padding:0 25px;margin-right:5px}</style><div class="overlay"><div class="alert"><p>1</p><div class="ok"><button>OK</button></div></div></div> |
| www.nulloy.com | |
| geoway.xyz | |
| electriceel.xyz | |
| cheriandcherie.com | |
| ysm.life | |
| yetanothergamestudio.com | |
| woholer.info | |
| wnereiz.net | |
| webdevroom.net | |
| waitlist.live |
| javascript:var%20report=prompt("Report%20ID:","");window.location.href="https://hackerone.com/reports/"+report; |
Verifying my Blockstack ID is secured with the address 1MYJhkhmKN6HFXUBpaeDfFja8j5bFR6VTr https://explorer.blockstack.org/address/1MYJhkhmKN6HFXUBpaeDfFja8j5bFR6VTr
| #!/bin/bash | |
| # Written by Frans Rosén (twitter.com/fransrosen) | |
| _debug="$2" #turn on debug | |
| _timeout="20" | |
| #you need a valid key, since the errors happens after it validates that the key exist. we do not need the secret key, only access key | |
| _aws_key="AKIA..." | |
| H_ACCEPT="accept-language: en-US,en;q=0.9,sv;q=0.8,zh-TW;q=0.7,zh;q=0.6,fi;q=0.5,it;q=0.4,de;q=0.3" | |
| H_AGENT="user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36" |
| #!/bin/bash | |
| # Variables | |
| BOLD='\033[1m' | |
| END='\033[0m' | |
| # Queries | |
| site_results=$(curl -Ls "https://www.reddit.com/search?q=site%3A$1" -H "User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0" | tidy -q 2> /dev/null | grep "search-link") | |
| url_results=$(curl -Ls "https://www.reddit.com/search?q=url%3A$1" -H "User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0" | tidy -q 2> /dev/null | grep "search-link") | |
| self_results=$(curl -Ls "https://www.reddit.com/search?q=selftext%3A$1" -H "User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0" | grep "search-title") |
| include: | |
| - .well-known |