Skip to content

Commit 480fb87

Browse files
author
HackSys Team
committed
Update README.md
1 parent 043501b commit 480fb87

1 file changed

Lines changed: 33 additions & 1 deletion

File tree

README.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
11
ShellcodeOfDeath
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

0 commit comments

Comments
 (0)