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

Difference between revisions of "Main Page/Featured Article"

From NetSec
Jump to: navigation, search
 
(17 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<center>><big>'''Unsafe String Replacement'''</big></center>
+
<center><big>'''[[Shellcode/Appendix|Shellcode Appendix]]'''</big></center>
  
Unsafe string replacement occurs when a replacement call is used to remove a series of text longer than one character from a string, invoked only once, to sanitize it. Because string replacement (str_replace in PHP, =~ s/// in Perl, etc) functions only do a single replacement, it is necessary to loop over them until all unsafe characters or strings are removed if you are replacing more than a single character. This also applies to replacements powered by regular expressions.
+
'''The Shellcode Appendix''' is a collection of shellcodes and documentation developed by our staff. The included shellcode is flexible, can bypass firewalls, automated detection, and demonstrate advanced shellcoding techniques.
  
<center>'''''[[Unsafe string replacement|Learn more - Unsafe string replacement]]'''''</center>
+
<center>'''''[[Shellcode/Appendix|Learn more - Shellcode Appendix]]'''''</center>

Latest revision as of 23:38, 22 April 2013

Shellcode Appendix

The Shellcode Appendix is a collection of shellcodes and documentation developed by our staff. The included shellcode is flexible, can bypass firewalls, automated detection, and demonstrate advanced shellcoding techniques.

Learn more - Shellcode Appendix