The other side of the security dog to add the user

Source: Internet
Author: User

Found a few days ago, slightly silent, because simple to ...

Use directly under the command line

For/l%i in (1,1,1000) do @net user test test/add& @net localgroup Administrators Test/add

Save As Ad.bat use

FOR/L%%i in (1,1,1000) do @net user test test/add& @net localgroup Administrators Test/add

The command means to loop 1000 times to execute the command add user after do

To talk about a safe dog. To intercept the principle of adding a user

Security dog interception is not a real interception, but every 2 seconds to detect whether there is a new user added, if there are new users, then delete.

So we direct net user test Test/add is able to successfully add users, only two seconds after the security dog was removed.

The above command is repeated with the user's operation, until 1000 times, about two minutes will be completed automatically exit {after remote login test, regardless of whether the test has been deleted, will not be affected}, if an infinite loop is required, the number in parentheses is changed to (1,0,1), Then remember to manually stop



Detected once every two seconds

What's more, if the security dog and 360 exist at the same time, then 360 of the ability to block add users will become invalid
Direct use of the above command can be

guard: Safety Hook +mcafee Control simultaneously, This problem is basically not going to happen.

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.