Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - D4rkC10ud

Pages: [1]
1
Scripting Languages / [AutoIt] Start shallcode
« on: October 15, 2012, 07:57:12 pm »
fun with AutoIt.

Code: (AutoIt) [Select]
#include <winapi.au3>
$strucGetKernelHandle_x86 = DllStructCreate("char[64]");
$GetKernelHandle_x86 = Chr(0x64)&Chr(0xA1)&Chr(0x30)&Chr(0x0)&Chr(0x0)&Chr(0x0)&Chr(0x8B)&Chr(0x40)&Chr(0x0C)&Chr(0x8B)
$GetKernelHandle_x86 &= Chr(0x40)&Chr(0x1c)&Chr(0x8B)&Chr(0x0)&Chr(0x8B)&Chr(0x40)&Chr(0x08)&Chr(0xC3)
DllStructSetData ($strucGetKernelHandle_x86, 1, $GetKernelHandle_x86)
$hKernel32 = _WinAPI_CallWindowProc(DllStructGetPtr($strucGetKernelHandle_x86), 0, 0, 0, 0)
MsgBox (0, "Address of Kernel32.dll", Hex($hKernel32))

I precompiled this code for retrieving address of kernel32.dll

Code: (asm) [Select]
GetKernelHandle_x86:
mov eax, [fs:030h]
mov eax, [eax+0ch]
mov eax, [eax+01ch]
mov eax, [eax]
mov eax, [eax+08h]
ret

2
I think what idea of cooperation specialists for development open source gun is great in any way! Yes, now they has not good result, but it`s beginning.

3
Some bad guys development open source guns. These guns everyone can make in cheap 3d printers. link

4
Projects and Discussion / Re: Forum Spammer.
« on: August 30, 2012, 06:51:30 am »

5
Projects and Discussion / Re: Forum Spammer.
« on: August 30, 2012, 05:37:20 am »
I don`t like coding GUI in asm and write network at sokets. It`s possible, but it takes many time. And sokets in win32 has many difference from sokets in *nix.

6
Operating System / Re: Is it possible to make a modyfied/own Os ?
« on: August 30, 2012, 05:23:29 am »
firstly look at MenuetOS - little os wtitten in FASM for both intel architectures (x86, x86-64). FreeDOS is great one too! Anybody can write own OS.

7
Projects and Discussion / Re: Forum Spammer.
« on: August 30, 2012, 05:02:55 am »
Socket is good but it`s too hardly. I think for these works CURL is better because it`s multyplatform and multythread library.

8
Projects and Discussion / Re: My finished [for the most part] Botnet :D
« on: August 30, 2012, 04:56:15 am »
In Pyton coder can`t create bad formatted code :)

9
Projects and Discussion / Re: Malware development tips and tricks
« on: August 30, 2012, 04:54:51 am »
I think what languages need to generate native code and has inline assembler. I used Visual C++, Delphi, VB, Pellec C and  AutoIt ;-) but now I stopped at PureBasic+FASM
And for written good malware you must to know about rootkits and write/use it.

10
Projects and Discussion / Re: Want to make a new scripting language
« on: August 30, 2012, 04:34:19 am »
If Khokhar want to learn about compiler then it's good! Many scripting language don`t have compiler, only interpreter (BASH for example). Once even I written subset of basic :-)

11
Good news! ;D Old good HackHound don`t died - it`s reborn to ImSecure.org

Pages: [1]