Phrack 72

phrack.org

162 points by todsacerdoti 3 days ago


supermatou - 3 days ago

Must read

https://phrack.org/issues/72/19#article

JSR_FDED - 3 days ago

This hits home for me.

> Then: We were the kids who saw the blinking cursor not as a barrier, but as an invitation. We typed characters into the voids and got back secrets. Our goal was not destruction, it was understanding — to understand the systems better than those who built them.

> Now: Hacking is a job title. Curiosity has been commodified. A thousand "Bug Bounty Platforms" are trying to monetize your desire for understanding, to turn it into CVEs and T-shirts.

kace91 - 3 days ago

Damn does this bring back memories.

I learned to code specifically because as a kid I wanted to be a hacker; I was reading explanations of a buffer overflow in physical magazines before I learned how to code.

It’s been more than a decade since I even touched these kind of resources, but in a way those people are still the reason I can put food on the table now.

I really should revisit the community at some point, if only to see what the current environment is like. Things must have changed a lot since the time a teenager could bypass any security in their surroundings.

immibis - 2 days ago

Someone gave me a physical copy at WHY2025 in exchange for telling him about Evan Doorbell's Telephone Tapes[1]. I should probably read it. Seems to have a lot of fascinating content.

[1] https://evan-doorbell.com/

alisonatwork - 3 days ago

There is an ASCII chart in https://phrack.org/issues/72/18_md#article which references https://arxiv.org/pdf/2008.07753 [PDF], a 2020 article showing that open source peaked in 2013. In some qualitative sense that feels intuitively correct, but I am skeptical that in the modern world filled with a zillion NPM dependencies and the cloud YAML explosion and now vibe-coded everything that we are actually producing less lines of open source than we did in 2013. Is anyone aware of newer studies that investigate this?

jmclnx - 3 days ago

Glad to see they are still active

yencabulator - 2 days ago

This WASM sandbox sloppiness was interesting to me: https://phrack.org/issues/72/10_md#article

jmclnx - 2 days ago

Odd, did something change with phrack ? I usually go there using lynx, but this time I get "Alert!: HTTP/1.1 308 Permanent Redirect"

Will try dillo but I guess I will be stuck using Firefox.

edit: dillo worked fine.

alecco - 2 days ago

Highly recommend: Phrack Prophile on Gera https://phrack.org/issues/72/2#article

(Though I'm biased)

suchoudh - 2 days ago

sometime back i downloaded a phrack zip on my ubuntu and noticed it had some special character which did not allow me to delete the files once unzipped.

perhaps some safety measure. i am used to only drwxrwxrwx or lrwxrwxrwx on dirs and files never seen srwx.....

Can someone pls point me to some doc that explains how to deal with it.