Go to a page where the Serv-U password is generated

Source: Internet
Author: User
In fact, sometimes we need to copy the hash on our own machine during penetration, which is very troublesome. It is not as straightforward as this...
PS: Find md5.asp by yourself ~~ This is available in the include directory of dvbbs.
The following code is used:
Program code:
<! -- # Include file = "md5.asp" -->
<%
Public Function ServU (strpass)
Randomize
AA = CHR (INT (97-122 + 1) * RND () + 122 ))
BB = lcase (CHR (INT (65-90 + 1) * RND () + 90 )))
ServU = MD5 (AA & BB & strpass)
ServU = AA & BB & ServU
End Function
Pass = request ("MD5 ")
If Len (PASS) = 0 then pass = "Serv-U password algorithm Demo"
%>
<Head>
<Title> Serv-U cryptographic algorithm </title>
<Meta http-equiv = "Content-Type" content = "text/html; charset = gb2312">
<Style> body, TD, input </style>
</Head>
<Body bgcolor = "# ffffff" text = "#000000">
<Form name = "md5pass" method = "Post">
Plaintext: <input type = "text" name = "MD5" value = "<% = pass %>">
<Input type = "Submit" name = "Submit" value = "Submit">
</Form>
Hash: <input type = text size = 34 maxlength = 16 value = '<% = ServU (PASS) %>'>
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.