wrench4916's comments

bellinom | 6 years ago | on: The PGP Problem

I've followed and enjoyed your commentary on PGP and cryptography in general, so I thought I'd post it.

Any idea when Fillipo's `age` will be done, or how to follow its development, other than the Google doc?

bellinom | 6 years ago | on: Building a home NAS on a shoestring budget with the Rock64 SBC (2018)

I built a very similar home NAS with the newer RockPro64 and a pair of 4TB HDDs in RIAD1, all on top of Debian[0]. I found OpenMediaVault to be overkill and kept me from really understanding what was going on. Plus there are a million guides to setting up SMB, rsync, Borg, etc.

The RockPro64 hardware is great. Very performant, especially when using the PCIe to SATA card instead of USB like the OP did.

[0] https://ameridroid.com/blogs/ameriblogs/how-to-build-your-ow...

bellinom | 7 years ago | on: NAVEX: Precise and scalable exploit generation for dynamic web applications

Skipfish and wapiti are quite a bit different than this. They are simply blackbox scanners that attempt to crawl a webpage and look for common issues, mostly by trial and error. This is examining the source code of an application, finding all the sinks, building a graph, and working backwards through the graph to find sources that can pass input to the vulnerable sinks.
page 1