Viewing profile — dalbotex
dalbotex
HN member- Joined
- Sun, Aug 17, 2014, 3:28 PM UTC
- HN karma
- 46
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About dalbotex
No profile information was provided.
Recent public activity
-
comment
Comment #20970442
Because I imagine someone who would expose their mongodb instance to the web would also just terminate HTTPS at the CDN, rendering curryfinger/cloudflare.py useless.
-
comment
Comment #20970431
Yeah, that does sound plausible.
-
comment
Comment #20969879
To me it looks like this tool (and cloudflair.py) can only ever find servers which are configured in a very specific way: * The traffic between server and CDN is encrypted using a …
-
comment
Comment #20817752
Don't CORS restrictions basically render this whole tool useless?
-
comment
Comment #20757593
Multiple @ symbols are absolutely valid, as long as they are properly quoted ;)
-
comment
Comment #20756617
100% this! For reference, I didn't try any of the more obscure email address features, such as comments or quotation. My address simply has the form firstname@lastname.email
-
comment
Comment #20756437
Great work, I like the simplicity! So far I have two issues with your solution: 1. It doesn't accept my email address. Looks like the pattern is way too strict and doesn't allow an…
-
comment
Comment #18030663
So it's basically JSON without commas and quoted keys?
-
comment
Comment #15913207
This is easily achieved using a fish function: https://github.com/nyarly/fish-bang-bang Unlike bash, fish even expands it in place, allowing you to make changes.
-
comment
Comment #8189569
function c(i,j){return $("#color-"+i)[0].getContext('2d').getImageData(0,0,1,1).data[j]} setInterval(function(){$("#color-"+(1+(c(1,0)+c(1,1)+c(1,2)<c(2,0)+c(2,1)+c(2,2)))).click()…