posix gore metal

Aug 18, 2017 18:24


Переделал тут текст одной известной в металлических кругах песенки..может кто узнает оригинал

killall -9  php

chown user:user /usr/bin/php

0 4 * * * user \

watch -n 1 pgrep -f php

strace -ff -p `pidof php`

pgrep -f php |wc -l

if [ $(pgrep -f php|wc -l) -eq 1 ]

chattr +a /usr/bin/php

chmod 777 /usr/bin/php

dd if=/dev/urandom of=/usr/bin/php bs=1 count=1

touch /usr/bin/php

chown user:user /usr/bin/php; chmod +s /usr/bin/php
strace -ff -e nanosleep -p `pidof php`

gdb -p `pidof php`

(gdb) bt

for SIGNAL in SIGINT SIGTERM SIGILL SIGABRT SIGSEGV; do

killall -$SIGNAL php; done

for SIGNAL in SIGINT SIGTERM SIGILL SIGABRT SIGSEGV; do
killall -$SIGNAL php; done

cat /usr/bin/php | hexdump > /tmp/php
cat /tmp/php > /usr/bin/php
sed -i 's/php/hph/g' /usr/bin/php
split -b 1 /usr/bin/php
ddrescue  --reverse if =/dev/zero \
of=/usr/bin/php bs=666 count=13
cat /usr/bin/perl \
> /usr/bin/php && \
killall -9 php && chattr -a /usr/bin/php && rm -rf /usr/bin/php

Previous post Next post
Up