Live data from Hacker News

Viewing profile — jdeca568

jdeca568

HN member
Joined
Mon, May 28, 2018, 11:40 AM UTC
HN karma
14
Public activity
9 items

About jdeca568

No profile information was provided.

Recent public activity

  1. comment
    Comment #19311400

    There is one difference still, by downloading it locally, you only have to check it once and not everytime you want to use the script. You definitely have to trust more parties by …

  2. comment
    Comment #19215094

    Here is one: https://www.exploit-db.com/ . But this CVE doesn't appear to be referenced at the moment.

  3. comment
    Comment #18649380

    paths | awk -F / '{ print $1 }' (edit: format)

  4. comment
    Comment #17564906

    As mentionned several times already, OWASP has very interesting stuff, it's more web application oriented though. ( https://www.owasp.org ) WebGoat is a good way to put things in p…

  5. comment
    Comment #17434765

    Well that's more of a manual work than anything else, not optimal in term of speed. Trying to keep following mailing lists diagonally, keep contact with other people in the niche. …

  6. comment
    Comment #17430211

    I had the same problem with an almost automatic !g. A while back i decided to put more effort and try to survive with !so, !gh, !hn, !r, !w, and a couple more depending on the cont…

  7. comment
    Comment #17344275

    Everybody is guilty in some way of not making a change, or not taking a stand, whatever the 'good' or 'bad' subject that is. Still, no single indvidual is to blame in most cases. T…

  8. comment
    Comment #17227245

    Cool, in the ~same vein, SBE is definitely worth a look. https://github.com/real-logic/simple-binary-encoding

  9. comment
    Comment #17171986

    If i understand correctly, the problem of Java deserialization is 1) gadgets for code execution and maybe 2) DoS. And this is bad because even if it looks secure now, a gadget coul…