Template:Tree

From Skypher

Jump to: navigation, search

Usage {{Tree|Branch|Category}} Outputs a tree like overview of all pages, opened up to reveal the given Branch on the left and a __TOC__ next to it on the right. If Category is provided, the page is added to that Category.

Examples

Complete tree

Main Page
├─▷Programming
│ ├─▷JavaScript
│ │ ├─▷JSSh
│ │ │ └─○Command line
│ │ ├─○JavaScriptStringEncode()
│ │ ├─○serialize()
│ │ ├─○visualize()
│ │ ├─○stackDump()
│ │ ├─○errorHandler()
│ │ └─○Array extensions
│ ├─▷ASP
│ │ └─○ServerVariables
│ └─○Chimera code
└─▷Hacking
  ├─▷Shellcode
  │ ├─▷Bind
  │ │ └─○NGS
  │ ├─○Restricted instruction set
  │ ├─▷Alphanumeric
  │ │ ├─○ALPHA2
  │ │ ├─▷ALPHA3
  │ │ │ ├─▷x86
  │ │ │ │ ├─▷ASCII
  │ │ │ │ │ ├─▷Lowercase
  │ │ │ │ │ │ └─○Decoder
  │ │ │ │ │ ├─▷Mixedcase
  │ │ │ │ │ │ ├─▷Decoder
  │ │ │ │ │ │ │ ├─○[EAX]
  │ │ │ │ │ │ │ ├─○[EBX]
  │ │ │ │ │ │ │ ├─○[ECX]
  │ │ │ │ │ │ │ ├─○[EDX]
  │ │ │ │ │ │ │ ├─○[ESI]
  │ │ │ │ │ │ │ ├─○[EDI]
  │ │ │ │ │ │ │ ├─○[ESP]
  │ │ │ │ │ │ │ └─...
  │ │ │ │ │ │ └─▷SEH GetPC (XP sp3)
  │ │ │ │ │ │   ├─○[ESI]
  │ │ │ │ │ │   └─○ESI+4
  │ │ │ │ │ └─▷Uppercase
  │ │ │ │ │   └─○Decoder
  │ │ │ │ └─▷Unicode
  │ │ │ │   ├─▷Lowercase
  │ │ │ │   │ └─○Decoder
  │ │ │ │   ├─▷Mixedcase
  │ │ │ │   │ └─○Decoder
  │ │ │ │   └─▷Uppercase
  │ │ │ │     └─○Decoder
  │ │ │ └─▷x64
  │ │ │   ├─▷ASCII
  │ │ │   │ ├─○Lowercase
  │ │ │   │ ├─▷Mixedcase
  │ │ │   │ │ └─○Decoder
  │ │ │   │ └─○Uppercase
  │ │ │   └─▷Unicode
  │ │ │     ├─○Lowercase
  │ │ │     ├─○Mixedcase
  │ │ │     └─○Uppercase
  │ │ ├─○IMUL 0x30 encoding
  │ │ ├─○x86 printable opcodes
  │ │ ├─○x86 printable operands
  │ │ ├─○x64 printable opcodes
  │ │ └─○x64 printable operands
  │ ├─▷ASCII Art
  │ │ ├─○Organic
  │ │ ├─○Julia
  │ │ └─○Blocky
  │ ├─○kernel32
  │ ├─○GetPC
  │ └─▷Egg hunt
  │   └─○w32 SEH omelet shellcode
  ├─▷Windows internals
  │ ├─○PE
  │ ├─▷DLL
  │ │ ├─○ntdll
  │ │ └─○kernel32
  │ ├─▷Process
  │ │ ├─▷Memory
  │ │ │ ├─○Heap
  │ │ │ ├─▷Stack
  │ │ │ │ ├─○Canary
  │ │ │ │ ...
  │ │ │ ├─○PEB
  │ │ │ ├─○TEB
  │ │ │ ├─○DEP
  │ │ │ ├─○ASLR
  │ │ │ ...
  │ │ ├─○Thread
  │ │ ├─○SEH
  │ │ ...
  │ ...
  ├─○Vulnerabilities
  ├─○Heap spraying
  └─○List of security teams contact information

Contents


Programming

Sub template: {{Tree/Programming}}

Main Page
├─▼Programming
│ ├─▷JavaScript
│ ├─▷ASP
│ └─○Chimera code
└─▷Hacking


Hacking

Sub template: {{Tree/Hacking}}

Main Page
├─▷Programming
└─▼Hacking
  ├─▷Shellcode
  ├─▷Windows internals
  ├─○Vulnerabilities
  ├─○Heap spraying
  └─○List of security teams contact information