top of page
Search

Hack issues

  • knowledgediary4min
  • Mar 3, 2020
  • 1 min read

grep -l -r "ZXJyb3JfcmVwb" <path to directory>

grep -l -r "FilesMan" <path to directory>

grep -l -r "OOO00000" <path to directory>

grep -irl "eval(base64_" <path to directory>

grep -irl "viagra" <path to directory>

grep -irl "levitra" <path to directory>

grep -irl "gccanada.com" <path to directory>

grep -irl "menu-footer-column-1" <path to directory>

grep -rl '$qV="stop_' ./*

grep -rl PCT4BA6ODSE_ ./*

find /home/maxrollitt/ -type f -name "*.php" -exec grep -il "WebShellOrb" {} \;

 
 
 

Recent Posts

See All
clear script

#!/bin/bash rm -f ./cleanspace.sh bold=$(tput bold) normal=$(tput sgr0) TIMESTAMP=$(date +%d-%m-%Y-%H-%M) LOGFILE="/root/cleardisk-$TIME...

 
 
 
innodb restore

Create a new folder: mkdir /var/lib/mysql2 From R1: Restore from the /var/lib/mysql folder: + The folder which is called the db name...

 
 
 
Scripts

#not wordpress site grep shop2vizag.com /var/log/messages | awk '{print $6}' | cut -d: -f1 |sort -n |uniq -c |sort -n #Domains using...

 
 
 

Comments


  • White Facebook Icon
  • White Twitter Icon
  • White Instagram Icon
  • White YouTube Icon

© 2023 by Knowledge4mind. Proudly created with Wix.com

bottom of page