HackerTrans
TopNewTrendsCommentsPastAskShowJobs

netsec_burn

no profile record

Submissions

Break Me If You Can – Attacks Against 3DES/AES NFC Technologies

eprint.iacr.org
2 points·by netsec_burn·قبل 6 أشهر·0 comments

Breakmeifyoucan: Exploiting PKO and Relay Attacks in 3DES/AES NFC Technologies

breakmeifyoucan.com
11 points·by netsec_burn·قبل 6 أشهر·0 comments

The Era of 1 Bit LLMs – Training, Tips, Code [pdf]

github.com
2 points·by netsec_burn·قبل سنتين·0 comments

[untitled]

1 points·by netsec_burn·قبل سنتين·0 comments

comments

netsec_burn
·قبل شهرين·discuss
Speaking from experience, the LLM agents adapt fairly well to these contexts too. It's not at all FUD, you're at a significant disadvantage if you don't compete with AI now. I went to a CTF recently against teams I have won against every year, and within 10 minutes of the event starting they had solved every challenge. They have an agent loop and it solves everything immediately, so they won. Anyone attempting to solve the challenges on their own has no chance, even if you think "maybe this is too out of the box for LLMs". Furthermore, the DEFCON CTF you're referring to has quals, and if you don't qualify you don't get those challenges in the finals. Quals has mainly binary exploitation challenges which Opus (and others) solve as long as you hold the gas pedal down on your API bill. I don't believe it's hyperbole to say CTF is dead, as a competitor.
netsec_burn
·قبل 3 أشهر·discuss
I can't even sign up for Max (last tried yesterday), their credit card processor has issues.
netsec_burn
·قبل 4 أشهر·discuss
Another trope: longer README.md's than anyone would make, or want.
netsec_burn
·قبل 4 أشهر·discuss
I prefer the Dell Rugged line or Thinkpads, since a single water droplet on the keyboard is enough to kill this laptop.
netsec_burn
·السنة الماضية·discuss
Also the Kiisu which is 1:1 with capabilities, plus a few more.
netsec_burn
·السنة الماضية·discuss
https://archive.is/u6UQU
netsec_burn
·قبل سنتين·discuss
The allowed types are a bit misleading. Any binary is accepted, any architecture. You can upload shared objects, ELF executables, PE binaries, etc.

I like to give it bomb executables (reverse engineering challenges) to test it.
netsec_burn
·قبل سنتين·discuss
I made a site to use LLMs to help me with reverse engineering. The output is surprisingly readable, even with C++ classes. Let me know any feedback you might have: https://decompiler.zeroday.engineering/
netsec_burn
·قبل سنتين·discuss
I can answer the writing to /proc one. It is sometimes useful to hotpatch running programs with /proc/pid/mem.
netsec_burn
·قبل سنتين·discuss
Or the LilyGO T-Embed CC1101.
netsec_burn
·قبل سنتين·discuss
https://archive.is/M81lw
netsec_burn
·قبل سنتين·discuss
I recently learned this too, just a few months ago. Ended up making a frontend so I could do it automatically: https://decompiler.zeroday.engineering/
netsec_burn
·قبل سنتين·discuss
I've used wormhole once to move a 70 GB file. Couldn't possibly do that before. And yes, I know I used the bandwidth of the relay server, I donated to Debian immediately afterwards (they run the relay for the version in the apt package).
netsec_burn
·قبل سنتين·discuss
Not yet, I'm writing it. Will be available by the end of the month, feel free to follow the PR: https://github.com/flipperdevices/flipperzero-firmware/pull/...
netsec_burn
·قبل سنتين·discuss
How? They are prohibited from using it in the license.
netsec_burn
·قبل سنتين·discuss
Today appears to be the day you can run an LLM that is competitive with GPT-4o at home with the right hardware. Incredible for progress and advancement of the technology.

Statement from Mark: https://about.fb.com/news/2024/07/open-source-ai-is-the-path...
netsec_burn
·قبل سنتين·discuss
I fixed this by disabling the Photos app and using Google Gallery (on the Play store). It's the same thing as Photos for what I was using it for, without the online features.
netsec_burn
·قبل سنتين·discuss
https://archive.is/67l1a
netsec_burn
·قبل سنتين·discuss
Meta, OpenAI, and Anthropic come to mind.

In TFA they name OpenAI, Google DeepMind and Anthropic.
netsec_burn
·قبل سنتين·discuss
Hit or miss, with significantly more hits than misses. I was able to build a useful cybersecurity service in about 6 hours leveraging Claude to write most of the code. It has certainly made me more productive.