Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to realize password cracking by dos

2025-03-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly introduces dos how to achieve password cracking, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let Xiaobian take you to understand.

Stack segment

Cache db 10 dup (?)

Stack ends

Code segment

Assume cs:code,ds:code,es:code,ss:stack

Message db 'Made by correy',24h

Email db 0dhpentry 0a, 0a, e, e,.

Notice db 0dh.0h.0h.j.j.cn input password:',24h.

Password db 'correy999'

Main proc

Mov ax, code

Mov ds, ax

Mov es, ax

Mov ax,stack

Mov ss,ax

Mov dx, offset message

Mov ah, 09

Int 21h

Mov dx, offset email

Mov ah, 09

Int 21h

Start:mov dx, offset notice

Mov ah, 09

Int 21h

Mov cx, 9

Mov bx,offset cache

Show:mov ah, 00

Int 16h

Cmp al, 0Dh

Je comp

Mov [bx], al

Inc bx

Mov dl, 2Ah

Mov ah, 02

Int 21h

Loop show

Comp:mov cx, 9

Mov si, offset password

Mov di, offset cache

Repz cmpsb

Jne start

Mov ah, 4Ch

Int 21h

Main endp

Code ends

End main

Thank you for reading this article carefully. I hope the article "how to crack the dos password" shared by the editor will be helpful to everyone. At the same time, I also hope that you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report