Skip to content

Instantly share code, notes, and snippets.

@biapar
Forked from splacento-incomm/hacked wordpress scan
Created January 11, 2016 12:32
Show Gist options
  • Save biapar/0353f94c05360e864e1f to your computer and use it in GitHub Desktop.
Save biapar/0353f94c05360e864e1f 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