手机
当前位置:查字典教程网 >脚本专栏 >DOS/BAT >进入dos的一个密码破解方法
进入dos的一个密码破解方法
摘要:stacksegmentcachedb10dup('?')stackendscodesegmentassumecs:code,ds:code...

stacksegment

cachedb10dup('?')

stackends

codesegment

assumecs:code,ds:code,es:code,ss:stack

messagedb'Madebycorrey',24h

emaildb0dh,0ah,'Email:leguanyuan@126.com',24h

noticedb0dh,0ah,'inputpassword:',24h

passworddb'correy999'

mainproc

movax,code

movds,ax

moves,ax

movax,stack

movss,ax

movdx,offsetmessage

movah,09

int21h

movdx,offsetemail

movah,09

int21h

start:movdx,offsetnotice

movah,09

int21h

movcx,9

movbx,offsetcache

show:movah,00

int16h

cmpal,0Dh

jecomp

mov[bx],al

incbx

movdl,2Ah

movah,02

int21h

loopshow

comp:movcx,9

movsi,offsetpassword

movdi,offsetcache

repzcmpsb

jnestart

movah,4Ch

int21h

mainendp

codeends

endmain

【进入dos的一个密码破解方法】相关文章:

at命令的详细用法

cygwin 在windows下使用linux命令的方法

DOS下网络浏览器的使用方法

bat命令入门与高级技巧详解

DOS中判断进程是否存在的方法

使用dos批处理文件的意义与应用方法

经过整理的一些dos/bat批处理教程

制作伪开机密码

使用批处理bat更改hosts的多个方法

通过批处理调用SQL的方法(osql)

精品推荐
分类导航