Skip to content

Instantly share code, notes, and snippets.

@splacento-incomm
Created January 22, 2015 05:40
Show Gist options
  • Save splacento-incomm/0bb79e85d502dbf9f2ef to your computer and use it in GitHub Desktop.
Save splacento-incomm/0bb79e85d502dbf9f2ef to your computer and use it in GitHub Desktop.
Hacked wordpress can /usr/bin/host
/usr/bin/host has been preloaded;
grep -ri --include=*.php "/usr/bin/host" ./
check all cronjobs:
for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done
check running processes:
ps -aux
and kill with:
pkill -9 -u `id -u username`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment