Skip to content

Instantly share code, notes, and snippets.

@vinacms
Last active April 20, 2017 15:08
Show Gist options
  • Save vinacms/ad3c10d18ca474c5b00303db4d1e5148 to your computer and use it in GitHub Desktop.
Save vinacms/ad3c10d18ca474c5b00303db4d1e5148 to your computer and use it in GitHub Desktop.
wget https://raw.github.com/emposha/Shell-Detector/master/shelldetect.py
python shelldetect.py -r True -d /home/admin/web/ >> shell.log
find ./ -iname "8052c4.php" -type f
find ../public_html -type f -exec chmod 644 {} \; &
find ../public_html -type d -exec chmod 755 {} \; &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment