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

Difference between revisions of "User:Mike/Sandbox"

From NetSec
Jump to: navigation, search
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}}
+
==Posting Policy==
  
 +
===Scope===
  
<center>
+
This wiki is dedicated to learning above all else. Anything that about hacking or security, including anything that explains elements of them in-depth is considered on-topic. An article on an Operating System for instance may not be directly correlated with how to hack or keep them secure, but it does give a greater understanding.
  
 +
We do not have a requirement for reading our wiki. The goal is to explain all topics so those completely inexperienced can learn about any of even the advanced topics with nothing required but aptitude.
  
<table style="border:.5em solid #aaaaaa; border-radius:.9em; -o-border-radius:radius|.9em; -icab-border-radius:.9em; -khtml-border-radius:.9em; -moz-border-radius:.9em; -webkit-border-radius:.9em; background-color:background|#dddddd; width:100%;"><tr><td>
+
===Rules===
<center><big>'''Articles'''</big>
+
  
----
+
#To avoid abuse, mainspace article creation is disabled for most users. If you would like to create a new article, please do so on your user page and tag it with <nowiki>{{editrequest}}</nowiki>. This will mark it for review and assuming it is within scope and follows policy, it will be moved promptly. This is not to discourage article creation, and all users are urged to not be afraid of creating new articles on new topics. <br />
 
+
#Nothing that interferes with or breaks the law including but not limited to copyright violations and attacks on other users or websites is allowed. We are a how-to site for security, not an attack front for personal drama.<br />
'''Exploitation:'''
+
#This wiki is not for advertisement. You are allowed to post any source code for anything you write that falls into our scope but anybody obviously pushing their own product or idea for personal gain will have their contributions removed.<br />
 
+
#This is a professional wiki. A basic command of English is required, so keep edits to the mainspace professional. This means avoid things like bad grammar, swearing, and text speak when editing articles.<br />
[[Buffer overflow|Stack overflows]] &bull; [[SQL injection]] &bull; [[XSS]] &bull; [[Cookies]] &bull; [[File inclusion]] &bull; [[Command Injection|Command injection]] &bull; [[XSCF]] &bull; [[Cold Fusion Hacking]]
+
#No fun<br />
 
+
#[[Gentoo Installation|Install Gentoo]]
'''Programming:'''
+
 
+
[[Ascii shellcode]] &bull; [[C]] &bull; [[CPP|C++]] &bull; [[Perl]] &bull; [[Python]] &bull; [[LUA]] &bull; [[Polymorphic]] &bull; [[Bash book|The bash book]]
+
 
+
<small>([[Special:AllPages|All Pages]])</small></center></td></tr></table></center>
+
 
+
 
+
 
+
{|style="border:.5em solid #aaaaaa; border-radius:.9em; -o-border-radius:radius|.9em; -icab-border-radius:.9em; -khtml-border-radius:.9em; -moz-border-radius:.9em; -webkit-border-radius:.9em; background-color:background|#dddddd; width:100%;"
+
!colspan="6" align="center"|<big>'''Tools</big>
+
|-
+
|valign="top"|'''[[Vanguard]]'''
+
|valign="top"|''[[Web Exploitation|web application vulnerability]] testing engine written in [[perl]] with LibWhisker2 support''
+
|
+
|valign="top"|'''[[Jynx2]]'''
+
|valign="top"|''Version 2.0 of the classic [[LD_Preload]] userland rootkit written in [[C]]''
+
|-
+
|valign="top"|'''[[Bleeding Life]]'''
+
|valign="top"|''[[PHP]] and [[MySQL]] based browser [[buffer overflow]] exploit pack''
+
|
+
|valign="top"|'''[[Kolkata]]'''
+
|valign="top"|''Configurable [[perl]] scanner that analyzes [[cryptography|checksums]] to perform fingerprinting on web applications with static file analysis''
+
|-
+
|valign="top"|'''[[GScrape]]'''
+
|valign="top"|''Google scraper written [[perl]] for rapidly identifying vulnerable websites and generating statistics''
+
|
+
|valign="top"|'''[[Lfi_autopwn.pl]]'''
+
|valign="top"|''Given a [[File inclusion|file inclusion]] vulnerability, this [[Perl]] script will spawn a shell''
+
|-
+
|valign="top"|'''[[MySql 5 Enumeration|Mysql5 enumerator]]'''
+
|valign="top"|''Automatically map contents or query a remote database given a URL vulnerable to [[SQL injection]] with this [[perl]] script''
+
|
+
|valign="top"|'''[http://chokepoint.net/?id=5 Social Network Redirection Utility]'''
+
|valign="top"|''Rickroll your friends with forged image redirects''
+
 
+
|}
+

Revision as of 21:48, 9 May 2012

Posting Policy

Scope

This wiki is dedicated to learning above all else. Anything that about hacking or security, including anything that explains elements of them in-depth is considered on-topic. An article on an Operating System for instance may not be directly correlated with how to hack or keep them secure, but it does give a greater understanding.

We do not have a requirement for reading our wiki. The goal is to explain all topics so those completely inexperienced can learn about any of even the advanced topics with nothing required but aptitude.

Rules

  1. To avoid abuse, mainspace article creation is disabled for most users. If you would like to create a new article, please do so on your user page and tag it with {{editrequest}}. This will mark it for review and assuming it is within scope and follows policy, it will be moved promptly. This is not to discourage article creation, and all users are urged to not be afraid of creating new articles on new topics.
  2. Nothing that interferes with or breaks the law including but not limited to copyright violations and attacks on other users or websites is allowed. We are a how-to site for security, not an attack front for personal drama.
  3. This wiki is not for advertisement. You are allowed to post any source code for anything you write that falls into our scope but anybody obviously pushing their own product or idea for personal gain will have their contributions removed.
  4. This is a professional wiki. A basic command of English is required, so keep edits to the mainspace professional. This means avoid things like bad grammar, swearing, and text speak when editing articles.
  5. No fun
  6. Install Gentoo