monit
+ Reply to Thread
Page 4 of 4 FirstFirst ... 234
Results 46 to 49 of 49

Thread: Net Send DOS Help!

  1. #46
    Join Date
    Apr 2006
    Posts
    5

    command.com

    i'm not sure if anyone mentioned this but if you can't get into the command prompt (cmd.exe) you should still be able to get into command.com which is (i'm pretty sure) a windows dos simulator (so pretty much another command prompt with real dos directories (names with more than 8 characters get trimmed down to six then a ~* or ~2 depending on how many files start with the 6 letters) and some other dos style things (you can't go back to the start of the line without erasing all the text) ANYWAYS) all you have to do is create a .bat file with command.com in it, pretty simple. Once your in you pretty much have full system access (like as in you can view restricted (non unc) paths like c:\). and from there you can access all the games and shit as well as:

    Command Name........Command You Enter

    Admin Tools

    Services............services.msc
    Admin Tools.........control admintools
    Components..........dcomcnfg
    Management..........compmgmt.msc
    Event Viewer........eventvwr.msc

    User Accounts & Password Management

    Group Editor........gpedit.msc*
    Users & Groups......lusrmgr.msc
    Pwd. Prop. .........password.cpl*
    Sys. Security.......syskey*
    User Accounts.......control userpasswords2

    Control Panel Access

    Hardware Wizard.....hdwwiz.cpl
    A.R.Programs........appwiz.cpl
    Control Panel.......control
    Device Manager......devmgmt.msc
    Display #*..........control desktop
    Display #2..........desk.cpl
    Folder Properties...control folders
    Shared Folders......fsmgmt.msc
    Sys. Info...........msinfo*2*

    Games

    Spider Solitare.....spider
    Free Cell...........freecell
    Hearts..............mshearts
    Minesweeper.........winmine
    Pinball.............pinball* (c:\progra~*\windows nt\pinball\pinball)

    System Tools

    Calculator..........calc
    Character Map.......charmap
    Indexing Serv. .....ciadv.msc
    Internet Prop. .....inetcpl.cpl
    Security Sett. .....secpol.msc*
    Microsoft Chat......winchat
    Phone Dialer........dialer
    Task Sched. ........control schedtasks
    Sys. Prop. .........sysdm.cpl
    Sys. Config. .......msconfig*? (this should work)

    Microsoft Office & Programs

    MS Access...........access.cpl
    MS Excel............excel
    MS Frontpage........frontpg
    MS Movie Maker......moviemk
    MS Paint............mspaint
    MS Powerpoint.......powerpoint
    MS Word.............winword
    Notepad.............notepad
    Wordpad.............write

    Random

    Rem. Desktop........mstsc

    note: all the *'d commands are either windows version specific or they just don't work. And about half of these commands will give you a "program disabled by admin" (most of the obvious ones like the user groups and password ones but they're still good to know).

    And for those of you who can't open .bat files (thought i heard something like that) you can build a primitive dos prompt in microsoft word. Just goto view->toolbars->control toolbox then make a button and a textbox. then double click on the button you made and put in this in between the "Private Sub CommandButton*_Click()" and the "End Sub":
    Shell(TextBox*.text())

    and there you go you have a really primitive disguised dos prompt, it won't accept any dos commands that aren't files (like rename or ren) and for some reason it refuses to open command.com . also you can change the button label by right clicking it and changing the caption (NOT the name).

    And thats pretty much all you'll ever need to know about getting into the dos prompt. yeah. And most school admins don't like when you get into the command prompt or play games, so if you manage not to get banned/expelled/suspended congratulations!

    -Stove
    I'm not a complete n00b...

  2. #47
    Join Date
    Sep 2005
    Posts
    2,050
    Command.com is the older shell for Windows systems, but offers most the functionality of cmd.exe.

    Nice tut, if you wrote it. I made one like this for my site, and I'll probably integrate a few of those ideas.

  3. #48
    Join Date
    Apr 2006
    Posts
    5
    Thanks Mike, I wrote this a while ago for one of my friends, hope it comes in handy.
    I'm not a complete n00b...

  4. #49
    Join Date
    Jun 2006
    Posts
    459
    Quote Originally Posted by Stove
    i'm not sure if anyone mentioned this but if you can't get into the command prompt (cmd.exe) you should still be able to get into command.com which is (i'm pretty sure) a windows dos simulator (so pretty much another command prompt with real dos directories (names with more than 8 characters get trimmed down to six then a ~* or ~2 depending on how many files start with the 6 letters) and some other dos style things (you can't go back to the start of the line without erasing all the text) ANYWAYS) all you have to do is create a .bat file with command.com in it, pretty simple. Once your in you pretty much have full system access (like as in you can view restricted (non unc) paths like c:\). and from there you can access all the games and shit as well as:

    Command Name........Command You Enter

    Admin Tools

    Services............services.msc
    Admin Tools.........control admintools
    Components..........dcomcnfg
    Management..........compmgmt.msc
    Event Viewer........eventvwr.msc

    User Accounts & Password Management

    Group Editor........gpedit.msc*
    Users & Groups......lusrmgr.msc
    Pwd. Prop. .........password.cpl*
    Sys. Security.......syskey*
    User Accounts.......control userpasswords2

    Control Panel Access

    Hardware Wizard.....hdwwiz.cpl
    A.R.Programs........appwiz.cpl
    Control Panel.......control
    Device Manager......devmgmt.msc
    Display #*..........control desktop
    Display #2..........desk.cpl
    Folder Properties...control folders
    Shared Folders......fsmgmt.msc
    Sys. Info...........msinfo*2*

    Games

    Spider Solitare.....spider
    Free Cell...........freecell
    Hearts..............mshearts
    Minesweeper.........winmine
    Pinball.............pinball* (c:\progra~*\windows nt\pinball\pinball)

    System Tools

    Calculator..........calc
    Character Map.......charmap
    Indexing Serv. .....ciadv.msc
    Internet Prop. .....inetcpl.cpl
    Security Sett. .....secpol.msc*
    Microsoft Chat......winchat
    Phone Dialer........dialer
    Task Sched. ........control schedtasks
    Sys. Prop. .........sysdm.cpl
    Sys. Config. .......msconfig*? (this should work)

    Microsoft Office & Programs

    MS Access...........access.cpl
    MS Excel............excel
    MS Frontpage........frontpg
    MS Movie Maker......moviemk
    MS Paint............mspaint
    MS Powerpoint.......powerpoint
    MS Word.............winword
    Notepad.............notepad
    Wordpad.............write

    Random

    Rem. Desktop........mstsc

    note: all the *'d commands are either windows version specific or they just don't work. And about half of these commands will give you a "program disabled by admin" (most of the obvious ones like the user groups and password ones but they're still good to know).

    And for those of you who can't open .bat files (thought i heard something like that) you can build a primitive dos prompt in microsoft word. Just goto view->toolbars->control toolbox then make a button and a textbox. then double click on the button you made and put in this in between the "Private Sub CommandButton*_Click()" and the "End Sub":
    Shell(TextBox*.text())

    and there you go you have a really primitive disguised dos prompt, it won't accept any dos commands that aren't files (like rename or ren) and for some reason it refuses to open command.com . also you can change the button label by right clicking it and changing the caption (NOT the name).

    And thats pretty much all you'll ever need to know about getting into the dos prompt. yeah. And most school admins don't like when you get into the command prompt or play games, so if you manage not to get banned/expelled/suspended congratulations!

    -Stove
    all you did was list common filenames. (theres not much you can do in dos that you cant do in windows)

    but yeah good starters(idiots) tutorial nice job.

    ps- why do all god damn teachers and librarians think dos is such a bad thing!!!!?
    Last edited by ~~smart~fool~~; 12-08-2006 at 07:13 PM.
    7h* L**7*57 c4n7 h4ck m*!
    Proud to have quit playing ®µÑȧ©ÅÞË

    If you write like a semi-literate boob you will very likely be ignored.
    Writing like a l**t script kiddie hax0r is the absolute l**t*st way to write!
    L0L

+ Reply to Thread

Similar Threads

  1. Net Send Command
    By bambamm89 in forum Internet Privacy
    Replies: 0
    Last Post: 02-16-2006, 08:54 AM
  2. Replies: 4
    Last Post: 01-26-2006, 10:43 AM
  3. Net Send
    By hotjiggaman in forum Proxies and Firewalls
    Replies: 1
    Last Post: 12-13-2005, 06:44 PM
  4. net send more codes
    By Unregistered in forum Internet Privacy
    Replies: 4
    Last Post: 04-29-2005, 09:36 PM
  5. Net Send Help in DOS
    By Unregistered in forum Proxies and Firewalls
    Replies: 7
    Last Post: 03-23-2005, 03:57 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