User Tools

Site Tools


tests_basicos_de_seguridad_con_grep

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
tests_basicos_de_seguridad_con_grep [2022/09/25 22:12] – [Buscar vulnerabilidades / ataques web con grep] busindretests_basicos_de_seguridad_con_grep [2021/09/10 12:00] (current) – [Buscar vulnerabilidades / ataques web con grep] busindre
Line 9: Line 9:
  
 # Código hexadecimal. # Código hexadecimal.
-grep -RiaP '\\x([0-z]+|{[0-z]+})'</code>+grep -RiaP '\\x([0-z]+|{[0-z]+})
 + 
 +# Buscar códigos sospechosos en volcados de base de datos. 
 +grep -i '<?ph\|<iframe\|display:none' ficheroSQL.dump 
 +</code>
  
  
tests_basicos_de_seguridad_con_grep.1664134577.txt.gz · Last modified: 2022/09/25 21:36 by busindre