|
|
(20 intermediate revisions by 4 users not shown) |
Line 1: |
Line 1: |
| <center> | | <center> |
− | <html>
| + | <div style="width:40%;">{{PAGENAME}} is part of a series on [[exploitation]].<br /> |
− | <script type="text/javascript">
| + | |
− | function toggle() {
| + | |
− | $('#display_text').html($('#hidden_display').html());
| + | |
− | $('#hidetext').html($('#hide_msg').html());
| + | |
− | $('#hidetext').attr('onClick','vape();');
| + | |
− | }
| + | |
− | function vape() {
| + | |
− | $('#display_text').html('');
| + | |
− | $('#hidetext').html($('#show_msg').html());
| + | |
− | $('#hidetext').attr('onClick','toggle();');
| + | |
− | }
| + | |
− | </script></html>
| + | |
− | <div style="width:40%; border: 1px solid #000;">{{PAGENAME}} is part of a series on [[exploitation]].<br /> | + | |
− | <html><a id='hidetext' onclick="toggle();"><b>[ CrackMe ]</b></a></html><br /><div id='display_text'></div></div>
| + | |
− | <div id='hidden_display' style='visibility:hidden;'>
| + | |
− | <b>[[Web Exploitation]]</b><br />
| + | |
− | [[XSS]] • [[SQL injection]] • [[CSRF]] • [[XSRF]] • [[Cookies]] • [[File Inclusion]] • [[Command Injection]] <br />
| + | |
− | [[XSCF]] • [[Cold Fusion Hacking]] • [[RoR_Patching#Params_Injection_.26_Mass_Assignment_Abuse|Mass Assignment Abuse]] • [[Lfi_autopwn.pl]] <br />
| + | |
− | [[MySql 5 Enumeration|Mysql5 Enumerator]]
| + | |
− | | + | |
− | <b>Software Exploitation</b><br />
| + | |
− | [[Buffer Overflows]] • [[Ascii shellcode]] • [[Bleeding Life]]
| + | |
− | </div>
| + | |
− | <div id='hide_msg' style='visibility:hidden;'><b>[ PatchMe ]</b></div>
| + | |
− | <div id='show_msg' style='visibility:hidden;'><b>[ CrackMe ]</b></div>
| + | |
− | | + | |
− | </center>
| + | |