Advertisement
Guest User

Index

a guest
Jul 28th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <style>
  6. .boxed {
  7. border: 2px solid green ;
  8. position: relative;
  9. top: 25px;
  10. left: 320px;
  11. width: 650px;
  12. height: 520px;
  13. padding-top: 10px;
  14. padding-left: 10px;
  15. padding-right: 10px
  16. }
  17. </style>
  18. <link href='http://fonts.googleapis.com/css?family=Electrolize' rel='stylesheet' type='text/css'>
  19. <title>Cerberus Tool</title>
  20. <meta http-equiv="content-type" content="text/html" charset=utf-8">
  21. </head>
  22. <body bgcolor="black" link="#32CD32" vlink="#32CD32" alink="#32CD32">
  23. <div class="boxed" style="color:#000000">
  24. <center>
  25. <img src="http://i.imgur.com/gk2mPF2.png" width="250">
  26. </center>
  27. <div align="center"><font face="Electrolize" size="4" color="green" style="text-shadow: 1px 3px 5px #32CD32">Cerberus Open Source Pentesting Tool
  28.  
  29. </font></div><br>
  30. <div align="justify"><font face="Electrolize" size="4" color="green" style="text-shadow: 1px 3px 5px #32CD32"> Cerberus é um projeto de código aberto
  31.  
  32. que tem como seu principal objetivo a analise de vulnerabilidades, mas não tem seu foco limitado apenas a isso. A ferramenta conta com diversos outros
  33.  
  34. utensílios que tornam a ferramenta útil de maneira para algo que não se resume ao pentensting.
  35. <br><br>
  36. <div align="center"> Visite: <a href="#" target="_blank">GitHub</a>
  37. <font face="Electrolize" color="green"> & <a href="#" target="_blank">FacebookPage</a>
  38. <br>
  39. <a href="#" target="_blank">Desenvolvedores</a> And <a href="#" target="_blank">Contato</a></font></div>
  40. </div>
  41. </body>
  42. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement