search for: chkd

Displaying 3 results from an estimated 3 matches for "chkd".

Did you mean: chad
2010 Jul 01
2
[PATCH] ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabled
...e which check if the PLoP Boot Loader already has booted a CDROM or USB drive by checking for the presence of the PLoP INT13h hook. The following assembly code (NASM) can detect the PLoP INT13h hook: mov eax,'PoLP' ; Reverse of 'PLoP' mov ebp,'DKHC' ; Reverse of 'CHKD' int 13h cmp eax,' sey' ; Reverse of 'yes ' jz plop_INT13h_active Signed-off-by: Gert Hulselmans <gerth at zytor.com> Signed-off-by: Shao Miller <shao.miller at yrdsb.edu.on.ca> --- com32/modules/Makefile | 2 +- com32/modules/ifplop.c | 166 ++++++++++++...
2010 Jun 13
0
[PATCH]: ifplop.c32: COM32 module for detection of PLoP USB boot-loader
...le which detects if the PLoP bootmanager was used to boot a CDROM drive or USB drive, by checking for the presence of the PLoP INT13h hook. The PLoP INT13h hook check works like this (NASM syntax): mov eax,'PoLP' ; Reverse of 'PLoP' mov ebp,'DKHC' ; Reverse of 'CHKD' int 13h cmp eax,' sey' ; Reverse of 'yes ' jz plop_int13_active More info: http://forum.plop.at/index.php/topic,165.0.html The syntax for using this module is the same as for ifcpu.c32 and ifcpu64.c32: Usage: ifplop.c32 [<plop_detected>] -- [<plop_not_de...
2004 Sep 23
0
3.0.7 net join to NT4 domain - silently fails?
...l with subject 'samba 3.0.7 cannot join NT4 domain', so I dug deeper. I also read carefully these docs: swat/help/Samba-HOWTO-Collection/domain-member.html swat/help/Samba-HOWTO-Collection/winbind.html This is what I observe: 1.I srtart from clean state: PDC has no HUNTER machine account (chkd with L0phtcrack) HUNTER has empty var/{lock,private} samba daemons are stopped, logs are deleted. 2.I run: # net join -U domadmin%password Joined domain PORT. l0phtcrack and SrvMgr show hunter$ now. (grayed out "WinNT wks or server") However, I have a msg in PDC security log (traslation...