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

Difference between revisions of "Template:Countermeasures"

From NetSec
Jump to: navigation, search
(Replaced content with "<center> <div style="width:40%;">{{PAGENAME}} is part of a series on countermeasures.<br />")
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
<center>
 
<center>
<html>
+
<div style="width:40%;">{{PAGENAME}} is part of a series on [[countermeasures]].<br />
<script type="text/javascript">
+
function count_toggle() {
+
  $('#count_display_text').html($('#count_hidden_display').html());
+
  $('#count_hidetext').html($('#count_hide_msg').html());
+
  $('#count_hidetext').attr('onClick','count_vape();');
+
}
+
function count_vape() {
+
  $('#count_display_text').html('');
+
  $('#count_hidetext').html($('#count_show_msg').html());
+
  $('#count_hidetext').attr('onClick','count_toggle();');
+
}
+
</script></html>
+
<div style="width:40%; border: 1px solid #000;">{{PAGENAME}} is part of a series on [[countermeasures]].<br />
+
<html><a id='count_hidetext' onclick="count_toggle();"><b>[ Detect ]</b></a></html><br /><div id='count_display_text'></div>
+
</div>
+
 
+
<div id='count_hidden_display' style='visibility:hidden;'>
+
'''[[Exploitation]] Countermeasures'''<br />
+
[[Patching]] &bull; [[ASLR]] &bull; [[DEP]] &bull; [[IPS]] &bull; [[IDS]] &bull; [[NIDS]] &bull; [[NIPS]] &bull; [[SIMS]] &bull; [[Snort]]
+
 
+
'''Reverse Engineering Countermeasures'''<br />
+
[[Polymorphic]] &bull; [[Out of Order Code Execution]] &bull; [[Anti-heuristics]]
+
</div>
+
<div id='count_hide_msg' style='visibility:hidden;'><b>[ Prevent ]</b></div>
+
<div id='count_show_msg' style='visibility:hidden;'><b>[ Detect ]</b></div>
+
 
+
</center>
+

Latest revision as of 15:36, 18 June 2016

Countermeasures is part of a series on countermeasures.