User Tools

Site Tools


evitar_crlf_injection_en_nginx_mediante_request_uri

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
evitar_crlf_injection_en_nginx_mediante_request_uri [2021/11/05 14:25] busindreevitar_crlf_injection_en_nginx_mediante_request_uri [2021/11/05 14:26] (current) busindre
Line 73: Line 73:
 Test de ineyección CLRF. Test de ineyección CLRF.
 <code>curl -v "http://localhost/test/%0d%0aX-TEST:%20CLRF" <code>curl -v "http://localhost/test/%0d%0aX-TEST:%20CLRF"
-*   Trying 127.0.0.1:80... +
-* Connected to localhost (127.0.0.1) port 80 (#0)+
 > GET /test/%0d%0aX-TEST:%20CLRF HTTP/1.1 > GET /test/%0d%0aX-TEST:%20CLRF HTTP/1.1
 > Host: localhost > Host: localhost
Line 107: Line 106:
  
 Test de inyección CLRF. Test de inyección CLRF.
-<code> +<code>curl -v "http://localhost/test/%0d%0aX-TEST:%20CLRF" 
- curl -v "http://localhost/test/%0d%0aX-TEST:%20CLRF" +
-*   Trying 127.0.0.1:80... +
-* Connected to localhost (127.0.0.1) port 80 (#0)+
 > GET /test/%0d%0aX-TEST:%20CLRF HTTP/1.1 > GET /test/%0d%0aX-TEST:%20CLRF HTTP/1.1
 > Host: localhost > Host: localhost
evitar_crlf_injection_en_nginx_mediante_request_uri.1636118722.txt.gz · Last modified: 2021/11/05 14:25 by busindre