LABORATORIO: Captura de paquetes
Este laboratorio tiene como fin poder ver los datos que se envian/reciben en los paquetes de Red
5. Practica contraseña
5.1. login.html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Login page in HTML</title>
<meta name="generator" content="LibreOffice 24.8.6.2 (Linux)"/>
<meta name="created" content="00:00:00"/>
<meta name="changed" content="2025-05-07T09:32:17.147259850"/>
<meta name="" content=""/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<style type="text/css">
@page { size: 21cm 29.7cm; margin-left: 2cm; margin-right: 1cm; margin-top: 1cm; margin-bottom: 1cm }
p { line-height: 115%; margin-bottom: 0.25cm; background: transparent }
h1 { margin-bottom: 0.21cm; background: transparent; page-break-after: avoid }
h1.western { font-family: "Liberation Serif", serif; font-size: 24pt; font-weight: bold }
h1.cjk { font-family: "Source Han Sans CN"; font-size: 24pt; font-weight: bold }
h1.ctl { font-family: "Noto Sans Devanagari"; font-size: 24pt; font-weight: bold }
h3 { margin-top: 0.25cm; margin-bottom: 0.21cm; background: transparent; page-break-after: avoid }
h3.western { font-family: "Liberation Serif", serif; font-size: 14pt; font-weight: bold }
h3.cjk { font-family: "Source Han Sans CN"; font-size: 14pt; font-weight: bold }
h3.ctl { font-family: "Noto Sans Devanagari"; font-size: 14pt; font-weight: bold }
</style>
</head>
<body lang="es-AR" link="#000080" vlink="#800000" dir="ltr"><h1 class="western">
Practica Login REDES I</h1>
<h3 class="western">Login</h3>
<p>Ingrese con su usario y contraseña
</p>
<form action="../3_captura%20de%20paquetes">
<p>Usuario <input type="text" name="username" size="29" style="width: 5.98cm; height: 0.85cm"></input>
<br/>
<br/>
Contraseña <input type="password" name="pswrd" size="29" style="width: 5.98cm; height: 0.85cm; font-family: 'Liberation Mono', monospace; font-size: 10pt"></input>
</p>
<input type="submit" value="Ingresar"
formaction="/send/?dpto=mkt" formtarget="_blank">
</form>
</body>
</html>