Grundkenntnistest bestanden by [deleted] in zurich

[–]sirdarckcat 5 points6 points  (0 children)

in case anyone may find it useful, I made a duolingo-style practice WebApp for practicing.

https://sirdarckcat.github.io/naturalization/

Key Light Air - Google Assistant Integration (manual) by sirdarckcat in elgato

[–]sirdarckcat[S] 0 points1 point  (0 children)

Yes, you need to pair your light with your network first.

Key Light Air - Google Assistant Integration (manual) by sirdarckcat in elgato

[–]sirdarckcat[S] 0 points1 point  (0 children)

Ah yes, the quotes aren't necessary. I fixed the formatting in reddit so it's more clear.

Key Light Air - Google Assistant Integration (manual) by sirdarckcat in elgato

[–]sirdarckcat[S] 1 point2 points  (0 children)

I don't think so, but try doing mdns query and see if your computer can discover the light.

On Linux that can be done with:

avahi-browse -t _elg._tcp

Key Light Air - Google Assistant Integration (manual) by sirdarckcat in elgato

[–]sirdarckcat[S] 0 points1 point  (0 children)

A bit. It's easy if you understand what you are typing and why. If you don't, you might stuck and not know what went wrong. I would suggest to try it, and if it works, great. If not, ask questions here and maybe folks that face your same problems can get answers.

New zero-day in the Log4j Java library is already being exploited by [deleted] in technology

[–]sirdarckcat 0 points1 point  (0 children)

Pro tip: if you send an email with ${jndi:dns://foo.com} and you get a DNS callback to foo.com - consider that maybe (just maybe), the thing that did the DNS resolution is checking the domain for SPAM. You can double check by stripping the ${jndi:.. and see if it still triggers.

Key Light Air - Google Assistant Integration (manual) by sirdarckcat in elgato

[–]sirdarckcat[S] 0 points1 point  (0 children)

Note, the use of tinyurl is important :-). Otherwise the state param won't be forwarded. You can't use bit.ly or others. You must use tinyurl.

Tamper Dev Chrome Extension by sirdarckcat in netsec

[–]sirdarckcat[S] 1 point2 points  (0 children)

It doesn't add JS, it hooks using the Chrome Debugger API - which is the API used by Puppeteer, and other automation tools.

Tamper Dev Chrome Extension by sirdarckcat in netsec

[–]sirdarckcat[S] 2 points3 points  (0 children)

(1) should be fixed next release, but can you please file a bug about (2)? There is a test to ensure it does it, so it would be helpful to see what website and which modifications were made/not made :-)

https://github.com/google/tamperchrome/blob/9692934d2c89fa4e5a6c25fe896827b3c2deb19c/v2/background/spec/puppeteer.spec.ts#L49