FindBackdoor - Detectar possíveis backdoors em arquivos PHP (WordPress)
Publicado por Roberto Soares (3spreto) (última atualização em 01/09/2014)
[ Hits: 7.291 ]
Homepage: http://codesec.blogspot.com
Download simple_findbackdoor.zip
Script simples para detectar possíveis backdoors em arquivos PHP (bom para arquivos PHP do WordPress).
#Github:
https://github.com/espreto/simple_findbackdoor
#!/bin/bash echo DIR=$1 OPTION=$2 DATA=$(date +%d%m%Y-%H%M%S) LOGWEB="logs/find-webshells.$DATA.log" LOGFUNC="logs/find-functions.$DATA.log" if [ "$OPTION" = 1 ]; then echo "[+] Possible webshell found! " find "$DIR" -iname "*.php" -type f | grep -if $(pwd)/assinaturas_webshells.txt 2>/dev/null | tee "$LOGWEB" echo elif [ "$OPTION" = 2 ]; then echo "[+] Possible dangerous function!" find "$DIR" -iname "*.php" -type f -exec sh -c 'fgrep -q -C5 -n -i -f assinaturas_funcoes.txt {} && echo "{}\n"; fgrep -C5 -n -i -f assinaturas_funcoes.txt {}' \; | tee "$LOGFUNC" else echo " Invalid option!" echo echo " Use: ./findbackdoor.sh <directory scan> <1 or 2>" echo " 1 = WebShells" echo " 2 = Functions" echo fi exit 0
Script para Ler código de barras serial e jogar no buffer do teclado
Script para autenticar Speedy Business
Nenhum comentário foi encontrado.
Como aprovar Pull Requests em seu repositório Github via linha de comando
Como gerar um podcast a partir de um livro em PDF
Automatizando digitação de códigos 2FA no browser
Resolver problemas de Internet
Como compartilhar a tela do Ubuntu com uma Smart TV (LG, Samsung, etc.)
Como Definir o Painel Principal em Múltiplos Monitores no Linux Mint
Minecraft Launcher para Arch Linux
Instalar o Apache, MySQL e PHP no Oracle Linux 8
Resolvendo o erro "libQt6Widgets.so.6: cannot open shared object file" no Linux
aplicativos criados com webapp-manager não aparecem no menu do xfce (0)
Como bloquear e desbloquear papel de parede no Ubuntu 24.04 (1)