Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. #!/bin/bash
  2. echo "Content-type: text/html"
  3. echo ""
  4. echo "<html><head><title> Informacion de procesos </title></head><body>"
  5. echo "<pre>"
  6. ps -aux
  7. echo "</pre>"
  8. echo"</body></html>"
  9.  
  10.  
  11.  
  12. <h2> Herramienta Gestion Servidor Seguridad Carlos, Andres y Juanjo - GSE </h2>
  13. <p> Haz clic en cualquiera de las opciones que desees acceder a su funcionalidad </p>
  14. <a href="/cgi-bin/procesos.sh">Ejecucion de los procesos del sistema</a><br>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement