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

Difference between revisions of "User:Hatter/bhl2"

From NetSec
Jump to: navigation, search
(Todo list)
(Todo list)
Line 6: Line 6:
  
 
== Todo list ==
 
== Todo list ==
 +
{{info|If you dont know already, when i say meta linking, im referring to linking from a subsection of a page to relevant subsections of other pages, and from those relevant subsections back to the original subsection.}}
  
Primary:
+
 
* [[web exploitation]] updates & re-organization- see [[User:Hatter/brainstorming|hatter's brainstorm]]
+
 
 +
 
 +
* [[programming]] updates (see: [[User:Hatter/programming_principles|programming principles]] and [[secure programming]]).
 +
:# We must define a standard table of contents format for language references for meta linking between the [[User:Hatter/programming_principles|programming category page to be]] and the programming language subsections. 
 +
:# [[Bitwise math]] operators must be part of the programming language standard.  This should also be meta linked to each programming section and language.
 +
:# Identify and isolate different programming languages not adhering to standard or unable to be metalinked and what they need to get there
 +
:# [[Assembly]] category - finish syscall tables and set appendix up for [[Linux assembly]], document more instructions and clean up the asm page in general
 +
:# machine language category - put all assembly pages and all shellcode pages in here
 +
:# interpreted languages category - make sure [[LUA]], [[php]], [[ruby]], [[perl]], [[python]], and [[sql]] make it here at the least.
 +
:# compiled languages category - just place [[C]] and [[C++]] there for now.
  
  
Line 25: Line 35:
 
:# categorize the above pages
 
:# categorize the above pages
  
 +
* [[web exploitation]] updates & re-organization- see [[User:Hatter/brainstorming|hatter's brainstorm]]
  
* [[programming]] updates (see: [[User:Hatter/programming_principles|programming principles]] and [[secure programming]]).
 
  
 
Secondary:  
 
Secondary:  
 
* [[Administration]] updates - tons of articles in this category are in the requested maintenance area.   
 
* [[Administration]] updates - tons of articles in this category are in the requested maintenance area.   
 
* [[Countermeasures]] updates - tons of articles in this category are in the requested maintenance area.
 
* [[Countermeasures]] updates - tons of articles in this category are in the requested maintenance area.

Revision as of 06:23, 6 December 2012

This is the brainstorming page for bhl2. First, lets go over a few things.

Release process

Any time someone writes an article, they should prove the concept locally before starting the article's first sentence. Once this is complete, they can basically paste the proof of concept, and its example. After that, break the example up into small parts and document each section - then have someone do grammar edits. Once grammar edits are done, have someone who speaks english as a foreign language attempt to read the article. If they can understand it, proceed to link all of the necessary subsections and cross links for the article, categorize it and add its social bar.

Todo list

c3el4.png If you dont know already, when i say meta linking, im referring to linking from a subsection of a page to relevant subsections of other pages, and from those relevant subsections back to the original subsection.



  1. We must define a standard table of contents format for language references for meta linking between the programming category page to be and the programming language subsections.
  2. Bitwise math operators must be part of the programming language standard. This should also be meta linked to each programming section and language.
  3. Identify and isolate different programming languages not adhering to standard or unable to be metalinked and what they need to get there
  4. Assembly category - finish syscall tables and set appendix up for Linux assembly, document more instructions and clean up the asm page in general
  5. machine language category - put all assembly pages and all shellcode pages in here
  6. interpreted languages category - make sure LUA, php, ruby, perl, python, and sql make it here at the least.
  7. compiled languages category - just place C and C++ there for now.


  1. Shellcode/Loaders is finalized save for categorization and release
  2. Shellcode/Environment needs lots of work.
  3. Shellcode/Null-free needs updates and fixup, then grammar check and cross linking
  4. Shellcode/Self-modifying needs grammar and cross linking
  5. Shellcode/Alphanumeric Still needs updates before final grammar check or cross linking
  6. Shellcode/Socket-reuse needs review, grammar check, cross linking
  7. Shellcode/Parsing needs major overhaul, then grammar check, then cross linking
  8. Shellcode/Dynamic needs grammar check then cross linking
  9. shellcode needs: grammar check, slight re-wording/reorganization/rewrite. afterwards, final grammar check, then cross linking
  10. finalize shellcodecs
  11. categorize the above pages


Secondary:

  • Administration updates - tons of articles in this category are in the requested maintenance area.
  • Countermeasures updates - tons of articles in this category are in the requested maintenance area.