File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ShellcodeOfDeath
22================
33
4- Shellcode Of Death
4+
5+ _ __ _____
6+ /\ /\__ _ ___| | __/ _\_ _ ___ /__ \___ __ _ _ __ ___
7+ / /_/ / _` |/ __| |/ /\ \| | | / __| / /\/ _ \/ _` | '_ ` _ \
8+ / __ / (_| | (__| < _\ \ |_| \__ \ / / | __/ (_| | | | | | |
9+ \/ /_/ \__,_|\___|_|\_\\__/\__, |___/ \/ \___|\__,_|_| |_| |_|
10+ |___/
11+ http://hacksys.vfreaks.com/
12+ hacksysteam@hotmail.com
13+
14+ Shellcode Of Death
15+ v1.0
16+
17+ Ashfaq Ansari (ashfaq_ansari1989@hotmail.com)
18+ Ruei-Min Jiang (@mike820324) a.k.a MicroMike
19+
20+ Still a lot can be done to improve this shellcode. This is the first release.
21+ Further, a lot of improvement and optimization can be done to this shellcode.
22+ Any bugs, suggestions or contribution is most welcomed.
23+
24+ Lenth of shellcode: 387 bytes
25+ Number of NULL byte: 49
26+
27+ Notes: There are more NULL bytes due to a fact that few of the Windows API used
28+ accepts input in UNICODE format. Still, NULL bytes can be reduces further.
29+ We can use any simple encoder to xor encode the shellcode and eventually
30+ eliminate NULL bytes.
31+
32+ Things to do:
33+ 1. Code cleanup
34+ 2. Optimization
35+ 3. Minification
36+ 4. Add suggestions
You can’t perform that action at this time.
0 commit comments