PageRenderTime 51ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/0xSentinel/about.php

https://github.com/KinG-InFeT/0xSentinel
PHP | 64 lines | 52 code | 1 blank | 11 comment | 0 complexity | 0e3b6b06dc666cdb9b6f774ae27588ca MD5 | raw file
  1. <?php
  2. /*
  3. *
  4. * @project 0xSentinel
  5. * @author KinG-InFeT
  6. * @licence GNU/GPL
  7. *
  8. * @file about.php
  9. *
  10. * @link http://0xproject.netsons.org#0xSentinel
  11. *
  12. */
  13. include("config.php");
  14. include_once("lib/layout.class.php");
  15. ?>
  16. <html xmlns="http://www.w3.org/1999/xhtml">
  17. <head>
  18. <link rel='StyleSheet' type='text/css'>
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  20. <title>0xSentinel - v<?php echo VERSION; ?> About</title>
  21. <style type="text/css">
  22. </style>
  23. <link href="style.css" rel="stylesheet" type="text/css" />
  24. </head>
  25. <body><br /><br />
  26. <table width="513" border="0" align="center">
  27. <tr>
  28. <td width="2" rowspan="3">&nbsp;</td>
  29. <td width="493"></td>
  30. <td width="10" rowspan="3">&nbsp;</td>
  31. </tr>
  32. <tr>
  33. <td valign="top"><div>About 0xSentinel - v<?php echo VERSION; ?></div>
  34. <p><br />
  35. 0xSentinel è un sistema di sicurezza universale per applicazioni web in PHP .<br />
  36. Il software è un vero CMS con la quale è possibile scegliere cosa fare dei dati di ingresso del sito bloccandoli,
  37. notificandoli e loggandoli tramite l'apposito sistema progettato e brevettato per il Web Hacking e gli attacchi degli Hackers
  38. sulle nostre piattaforme.
  39. <?php
  40. echo "<br /><br />\n"
  41. ."0xSentinel nella sua release attuale è in grado di protegge una qualsiasi applicazione in PHP dai seguenti tipi di attacchi:<br />\n"
  42. ."<br />\n"
  43. ."<li>Scanning/crawling di software come Acunetix o simili</li>\n"
  44. ."<li>Blind SQL Injection</li>\n"
  45. ."<li>SQL Injection</li>\n"
  46. ."<li>RFI (Remote File Inclusion)</li>\n"
  47. ."<li>LFI (Local File Inclusion)</li>\n"
  48. ."<li>Log Poisoning</li>\n"
  49. ."<li>RCE (Remote Code Execution)</li>\n"
  50. ."<li>Directory Traversal</li>\n"
  51. ."<li>Full Path Disclosure</li>\n"
  52. ."<li>XSS (Cross Site Scripting)</li>\n"
  53. ."<li>CSRF (Cross Site Request Forgery)</li>\n"
  54. ."<li>Blocco Script in PERL (Exploit)</li>\n"
  55. ."<br /><br />\n";
  56. ?>
  57. </tr>
  58. <tr>
  59. <td height="38" align='right'><em><a href='http://0xproject.netsons.org/#0xSentinel'>0xSentinel</a> - Copyleft 2010 By <a href="http://www.kinginfet.net/">KinG-InFeT</a></em></td>
  60. </tr>
  61. </table>
  62. </body>
  63. </html>