in reply to "Don't try this at home"

How about someone created a new standard harmless app that ridiculed the end user for having run it? It would be a nice, standardized and harmless way of demonstrating to someone the insecurity of their code (at least in some situations).

Replies are listed 'Best First'.
Re^2: "Don't try this at home"
by pvaldes (Chaplain) on Oct 20, 2013 at 22:32 UTC
    while(1){system("printf '\a'")};

    or..

    for(1..10000){print "ha\a"};