Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anterior Revisión previa | |||
|
iran:urls-gobierno [2025/03/27 01:29] anonimo |
iran:urls-gobierno [2025/03/27 01:48] (actual) anonimo |
||
|---|---|---|---|
| Línea 98: | Línea 98: | ||
| </code> | </code> | ||
| + | **vulnerabilidades encontradas**\\ | ||
| + | |||
| + | <code bash> | ||
| + | cat nmap_vuln_ir_pvarios.txt | sed -nE '/VULNERABLE:/{n;p}' | sort | uniq | ||
| + | | Authentication bypass by HTTP verb tampering | ||
| + | | Diffie-Hellman Key Exchange Insufficient Group Strength | ||
| + | | phpMyAdmin grab_globals.lib.php subform Parameter Traversal Local File Inclusion | ||
| + | | Slowloris DOS attack | ||
| + | </code> | ||
| + | |||
| + | Estado de cada una: | ||
| + | <code bash> | ||
| + | cat nmap_vuln_ir_pvarios.txt | sed -nE '/VULNERABLE:/{n;n;p}' | sort | uniq | ||
| + | | State: LIKELY VULNERABLE | ||
| + | | State: UNKNOWN (unable to test) | ||
| + | | State: VULNERABLE | ||
| + | | State: VULNERABLE (Exploitable) | ||
| + | </code> | ||