Windows habilitar habilitar en Power Shell la ejecución de script
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
Instalar Angular como admnistrador o como ROOT
npm install -g @angular/cli
| <div class="flex justify-center items-center h-screen "> | |
| <div class="mx-auto text-center bg-white px-4 sm:px-8 py-10 rounded-xl shadow"> | |
| <header class="mb-8"> | |
| <h1 class="text-2xl font-bold mb-1">Verificacion de token</h1> | |
| <p class="text-[15px] text-slate-500">Ingrese el token</p> | |
| </header> | |
| <form [formGroup]="frmOtp"> | |
| <div class="flex items-center justify-center gap-3"> | |
| <input | |
| #input1 |
| <div> | |
| <nav class="bg-white border-b border-gray-200 fixed z-30 w-full"> | |
| <div class="px-3 py-3 lg:px-5 lg:pl-3"> | |
| <div class="flex items-center justify-between"> | |
| <div class="flex items-center justify-start"> | |
| <button id="toggleSidebarMobile" aria-expanded="true" aria-controls="sidebar" class="lg:hidden mr-2 text-gray-600 hover:text-gray-900 cursor-pointer p-2 hover:bg-gray-100 focus:bg-gray-100 focus:ring-2 focus:ring-gray-100 rounded"> | |
| <svg id="toggleSidebarMobileHamburger" class="w-6 h-6" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> | |
| <path fill-rule="evenodd" d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h6a1 1 0 110 2H4a1 1 0 01-1-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z" clip-rule="evenodd"></path> | |
| </svg> | |
| <svg id="toggleSidebarMobileClose" class="w-6 h-6 hidden" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> |
| <div class="container mx-auto px-4 h-full py-5 md:py-20"> | |
| <div class="flex content-center items-center justify-center h-full"> | |
| <div class="w-full lg:w-6/12 px-4"> | |
| <div | |
| class=" flex flex-col min-w-0 break-words w-full mb-6 shadow-lg rounded-2xl bg-slate-200 border-0"> | |
| <div class="rounded-t mb-0 px-6 py-6"> | |
| <div class="text-center mb-2"> | |
| <h6 class="text-blueGray-500 text-sm font-bold">Nuevo</h6> | |
| </div> |
Windows habilitar habilitar en Power Shell la ejecución de script
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
Instalar Angular como admnistrador o como ROOT
npm install -g @angular/cli
| http://ctf.infosecinstitute.com/ | |
| ## Level 1: | |
| View the source, at the top we see: | |
| <!-- infosec_flagis_welcome --> | |
| Level 1 PASS: infosec_flagis_welcome |