Sistemas Operativos > GNU/Linux
Browser Para Consola
Altareum:
Hola gente.
Quería saber si alguien conoce algún navegador web para consola (ej. Lynx) pero que no reemplaze las comillas en la url.
El problema es que tengo que testear la seguridad de un sistema desarrollado en php, y uno de los aspectos a probar es que no permita los SQL Injection. Pero cuando quiero testearlo, el navegador me "escapa" las comillas (dobles y simples) .
Desde ya muchas gracias.
Altareum.
shakka:
Prueba con el w3m
su -:
--- Cita de: "Altareum" --- Hola gente.
Quería saber si alguien conoce algún navegador web para consola (ej. Lynx) pero que no reemplaze las comillas en la url.
El problema es que tengo que testear la seguridad de un sistema desarrollado en php, y uno de los aspectos a probar es que no permita los SQL Injection. Pero cuando quiero testearlo, el navegador me "escapa" las comillas (dobles y simples) .
Desde ya muchas gracias.
Altareum.
--- Fin de la cita ---
:huh: Y de verdad hace eso?
Bien, esta links (con soporte vga), elinks y puedes buscar mas en http://freshmeat.net
--- Código: Text ---Lynx handles http URLs exactly as specified in RFC1738. The format is: http://host:port/path?searchpart#fragmentwhere :port is optional and defaults to :80, /path if present is a slash-separated series of symbolic elements, and ?searchpart if present is the query for an ISINDEX search or the content of a FORM with METHOD="GET". The #fragment field if present indicates a location in the document to seek for display, based on a NAME-ed anchor or an ID attribute within the document, and is technically an instruction rather than part of the URL. Lynx will treat ID attributes as NAME-ed anchors for all tags in the BODY of a document which can correspond to positions in the rendering of the document. The https URL has the same format, but the default port is :443. Patches for support of https URLs and the CONNECT procedure are available for qualified recipients via Lynx links. US Export laws and associated red tape pose severe impediments to inclusion of this support in the general distributions of freeware WWW clients such as Lynx. Sorry.
NRM:
tambien podrias usar algo(curl, python, perl, etc) para trabajar directamente con http.
su -:
--- Cita de: "NRM" --- tambien podrias usar algo(curl, python, perl, etc) para trabajar directamente con http.
--- Fin de la cita ---
Es una buena idea, larga tarea pero aqui hay un poquito de eso:
http://www.solocodigo.com/blogs/?p=127
Navegación
[#] Página Siguiente
Ir a la versión completa