Difference between revisions of "Main Page"
(→Featured Articles) |
|||
Line 1: | Line 1: | ||
− | + | {{info|<center>More tools and articles coming in '''June'''. Until then, you can get involved by joining [[IRC]] or subscribing to [http://www.reddit.com/r/blackhat /r/blackhat].</center>}}{{social}} | |
+ | |||
+ | <center> | ||
− | |||
− | |||
= Featured Articles = | = Featured Articles = | ||
− | |||
'''Exploitation:''' | '''Exploitation:''' | ||
Line 13: | Line 12: | ||
[[Ascii shellcode]] • [[C]] • [[CPP|C++]] • [[Perl]] • [[Python]] • [[LUA]] • [[Polymorphic]] • [[Out of Order Code Execution]] • [[Bash book|The bash book]] | [[Ascii shellcode]] • [[C]] • [[CPP|C++]] • [[Perl]] • [[Python]] • [[LUA]] • [[Polymorphic]] • [[Out of Order Code Execution]] • [[Bash book|The bash book]] | ||
− | |||
+ | = Tools = | ||
+ | '''[[Vanguard]]''' | ||
+ | ''[[Web Exploitation|web application vulnerability]] testing engine written in [[perl]] with LibWhisker2 support'' | ||
+ | '''[[Jynx2]]''' | ||
− | + | ''Version 2.0 of the classic [[LD_Preload]] userland rootkit written in [[C]]'' | |
+ | |||
+ | '''[[Bleeding Life]]''' | ||
+ | |||
+ | ''[[PHP]] and [[MySQL]] based browser [[buffer overflow]] exploit pack'' | ||
+ | |||
+ | '''[[Kolkata]]''' | ||
+ | |||
+ | ''[[Perl]] scanner that analyzes [[cryptography|checksums]] to perform fingerprinting on web applications with static file analysis'' | ||
+ | |||
+ | '''[[GScrape]]''' | ||
+ | |||
+ | ''Google scraper written [[perl]] for rapidly identifying vulnerable websites and generating statistics'' | ||
+ | |||
+ | '''[[Lfi_autopwn.pl]]''' | ||
+ | |||
+ | ''Given a [[File inclusion|file inclusion]] vulnerability, this [[Perl]] script will spawn a shell'' | ||
+ | |||
+ | '''[[MySql 5 Enumeration|Mysql5 enumerator]]''' | ||
+ | |||
+ | ''Automatically map contents or query a remote database given a URL vulnerable to [[SQL injection]] with this [[perl]] script'' | ||
+ | |||
+ | '''[http://chokepoint.net/?id=5 Social Network Redirection Utility]''' | ||
+ | |||
+ | ''Rickroll your friends with forged image redirects'' | ||
+ | |||
+ | ([http://www.blackhatacademy.org/security101/index.php?title=Special:AllPages All Pages]) | ||
+ | </center> |
Revision as of 05:25, 9 May 2012
Featured Articles
Exploitation:
Stack overflows • SQL injection • XSS • Cookies • File inclusion • Command injection • XSCF • Cold Fusion Hacking
Programming:
Ascii shellcode • C • C++ • Perl • Python • LUA • Polymorphic • Out of Order Code Execution • The bash book
Tools
web application vulnerability testing engine written in perl with LibWhisker2 support
Version 2.0 of the classic LD_Preload userland rootkit written in C
PHP and MySQL based browser buffer overflow exploit pack
Perl scanner that analyzes checksums to perform fingerprinting on web applications with static file analysis
Google scraper written perl for rapidly identifying vulnerable websites and generating statistics
Given a file inclusion vulnerability, this Perl script will spawn a shell
Automatically map contents or query a remote database given a URL vulnerable to SQL injection with this perl script
Social Network Redirection Utility
Rickroll your friends with forged image redirects