diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..b405090 --- /dev/null +++ b/index.html | |||
| @@ -0,0 +1,71 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html> | ||
| 3 | <head> | ||
| 4 | <meta charset='utf-8'> | ||
| 5 | <meta http-equiv="X-UA-Compatible" content="chrome=1"> | ||
| 6 | <link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'> | ||
| 7 | <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" /> | ||
| 8 | <link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" /> | ||
| 9 | <link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" /> | ||
| 10 | <!--[if lt IE 9]> | ||
| 11 | <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
| 12 | <![endif]--> | ||
| 13 | <title>Pangu by jvoisin</title> | ||
| 14 | </head> | ||
| 15 | |||
| 16 | <body> | ||
| 17 | <div id="container"> | ||
| 18 | <div class="inner"> | ||
| 19 | |||
| 20 | <header> | ||
| 21 | <h1>Pangu</h1> | ||
| 22 | <h2>Toolkit to detect/crash/attack GNu debugging-related tools</h2> | ||
| 23 | </header> | ||
| 24 | |||
| 25 | <section id="downloads" class="clearfix"> | ||
| 26 | <a href="https://github.com/jvoisin/pangu/zipball/master" id="download-zip" class="button"><span>Download .zip</span></a> | ||
| 27 | <a href="https://github.com/jvoisin/pangu/tarball/master" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a> | ||
| 28 | <a href="https://github.com/jvoisin/pangu" id="view-on-github" class="button"><span>View on GitHub</span></a> | ||
| 29 | </section> | ||
| 30 | |||
| 31 | <hr> | ||
| 32 | |||
| 33 | <section id="main_content"> | ||
| 34 | <pre><code>-- _____ _____ _____ _____ __ __ | ||
| 35 | (o_ | _ | _ | | | __| | | | ||
| 36 | //\ | __| | | | | | | | | | ||
| 37 | v_/_ |__| |__|__|_|___|_____|_____| | ||
| 38 | </code></pre> | ||
| 39 | |||
| 40 | <p>Pangu a a little toolset to mess around with debugging-related | ||
| 41 | tools from the GNU project, and especially on GNU/Linux x86.</p> | ||
| 42 | |||
| 43 | <h1>Features:</h1> | ||
| 44 | |||
| 45 | <pre><code>- detection of GBD | ||
| 46 | - screwing elf headers in order to crash GNU tools | ||
| 47 | - crashing GDB | ||
| 48 | </code></pre> | ||
| 49 | |||
| 50 | <h1>Todo list:</h1> | ||
| 51 | |||
| 52 | <pre><code>- detection of breakpoints | ||
| 53 | - moar GDB crashes ! | ||
| 54 | </code></pre> | ||
| 55 | |||
| 56 | <h1>License/author:</h1> | ||
| 57 | |||
| 58 | <pre><code>GPLv2 - jvoisin - dustri.org | ||
| 59 | </code></pre> | ||
| 60 | </section> | ||
| 61 | |||
| 62 | <footer> | ||
| 63 | Pangu is maintained by <a href="https://github.com/jvoisin">jvoisin</a><br> | ||
| 64 | This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="http://twitter.com/jasonlong">Jason Long</a>. | ||
| 65 | </footer> | ||
| 66 | |||
| 67 | |||
| 68 | </div> | ||
| 69 | </div> | ||
| 70 | </body> | ||
| 71 | </html> \ No newline at end of file | ||
