Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Template:Exploitation"

From NetSec
Jump to: navigation, search
(Replaced content with "<center> <div style="width:40%;">{{PAGENAME}} is part of a series on exploitation.<br />")
 
(16 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<center><html><script type="text/javascript">
+
<center>
function toggle() {
+
<div style="width:40%;">{{PAGENAME}} is part of a series on [[exploitation]].<br />
  $('#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; padding:0px;">{{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]] &bull; [[SQL injection]] &bull; [[CSRF]] &bull; [[XSRF]] &bull; [[Cookies]] &bull; [[File Inclusion]] &bull; [[Command Injection]] <br />
+
[[XSCF]] &bull; [[Cold Fusion Hacking]] &bull; [[RoR_Patching#Params_Injection_.26_Mass_Assignment_Abuse|Mass Assignment Abuse]] &bull; [[Lfi_autopwn.pl]] <br />
+
[[MySql 5 Enumeration|Mysql5 Enumerator]]
+
 
+
<b>Software Exploitation</b><br />
+
[[Buffer Overflows]] &bull; [[Ascii shellcode]] &bull; [[Bleeding Life]] </div><div style="visibility:hidden;height:1px;width:1px;"><div id='hide_msg' style='visibility:hidden;'><b>[ PatchMe ]</b></div><div id='show_msg' style='visibility:hidden;'><b>[ CrackMe ]</b></div></div></center>
+

Latest revision as of 15:50, 18 June 2016

Exploitation is part of a series on exploitation.