Masquerade Posted December 7, 2008 Share Posted December 7, 2008 Hey everyone, I just have a short question. Assumed, you have physical access to the guest account of a computer. You have not the privileges to run batches or to view the command prompt by executiny 'cmd'. What i want to ask if there is any other way to bypass this and getting access to the command prompt. Thankies Benny Quote Link to comment Share on other sites More sharing options...
Sparda Posted December 7, 2008 Share Posted December 7, 2008 command.com? Quote Link to comment Share on other sites More sharing options...
Masquerade Posted December 7, 2008 Author Share Posted December 7, 2008 excuse me? If you mean this as a link: This domain seems to be parked somewhere Quote Link to comment Share on other sites More sharing options...
Sparda Posted December 7, 2008 Share Posted December 7, 2008 run command.com Quote Link to comment Share on other sites More sharing options...
Retro-Starr Posted December 7, 2008 Share Posted December 7, 2008 I don't see why they'd disable scripting host (the service that enables VBscripts and batch files), that would stop alot of stuff like windows update. They only option I think would be the commond.com or make the batch file an exe Quote Link to comment Share on other sites More sharing options...
DingleBerries Posted December 7, 2008 Share Posted December 7, 2008 excuse me? If you mean this as a link: This domain seems to be parked somewhere LMAO Quote Link to comment Share on other sites More sharing options...
Masquerade Posted December 8, 2008 Author Share Posted December 8, 2008 i know it was silly but dont laugh at me, how should i know? ive never heard it before. Quote Link to comment Share on other sites More sharing options...
Sparda Posted December 8, 2008 Share Posted December 8, 2008 i know it was silly but dont laugh at me, how should i know? ive never heard it before. On that basis I would guess you where born around 1994 Quote Link to comment Share on other sites More sharing options...
Masquerade Posted December 8, 2008 Author Share Posted December 8, 2008 lol, indeed, im born '93 im going to try command.com out tomorrow Quote Link to comment Share on other sites More sharing options...
kickarse Posted December 8, 2008 Share Posted December 8, 2008 This thread turned interesting very fast. Quote Link to comment Share on other sites More sharing options...
geekdba Posted December 8, 2008 Share Posted December 8, 2008 i was thinking about maybe a batch job that could create a at job to call cmd.exe but just read you can't do batch scripts D'oh Quote Link to comment Share on other sites More sharing options...
aeturnus Posted December 9, 2008 Share Posted December 9, 2008 Hey everyone, I just have a short question. Assumed, you have physical access to the guest account of a computer. You have not the privileges to run batches or to view the command prompt by executiny 'cmd'. What i want to ask if there is any other way to bypass this and getting access to the command prompt. Thankies Benny What do you need to execute 'cmd' for? If you have physical access to the box, you likely don't need to take the approach that you're attempting to take. Look into LiveCDs like Backtrack. Quote Link to comment Share on other sites More sharing options...
digip Posted December 10, 2008 Share Posted December 10, 2008 command.com is the pre cmd.exe for DOS windows users(95, 98, etc). Its still installed on xp but if you are on a guest account, they may have both disabled all together. Even if you can bring it up, without bringing it up as administrator you probably can't do some things like run system commands or such. If you can execute wscipt and cscript, then you may be able to hack your way back to a full cmd prompt by entering things to bypass controls in the registry through the run prompt and some home made vbs files: http://msdn.microsoft.com/en-us/library/ey73d9d3(VS.85).aspx To test if you can run scripts of any kind, create the following in notepad and save it as test.vbs msgbox "Hello World!" and then just click it. If it doesn't run try using wscript or cscript from the run prompt to execute it with the following "cscript c:\test.vbs" without the quotes, and only if you saved to file to c:\ If you get an alert box, chances are you can pretty much do anything with the machine. Quote Link to comment Share on other sites More sharing options...
0xC0FF33 Posted December 10, 2008 Share Posted December 10, 2008 To get a command shell, try opening the task manager and then File -> New Task. There you can try command.com or cmd.exe. If you even can't open the task manager I think you probably need an account with more privileges or think of getting more "creative". And notice: If you have access to the command line you will not be able to do other stuff than in GUI mode. Command line alone means not administrative rights. ;) Quote Link to comment Share on other sites More sharing options...
Masquerade Posted December 10, 2008 Author Share Posted December 10, 2008 Hey everyone. First, thanks everyone for your replies. Launching the task manages is disabled and running scripts that are going to open a command prompt do not work neither. Nor command.com. However, it seems like just displaying the shell (im not whether its the right word, excuse my english) window is disabled. I can execute the scripts, but the "shell" window only appears for about a second and is disappearing then. If you even can't open the task manager I think you probably need an account with more privileges or think of getting more "creative". And what would you say, is then more creative? I can not boot from a live CD, because i cant access the BIOS settings. Sure, there are ways to work around this, like setting a jumper, but im searching for other ways without modifying the hardware. Quote Link to comment Share on other sites More sharing options...
charm_quark Posted December 11, 2008 Share Posted December 11, 2008 i not exactly sure ( i dont remember it it was way long ago), but there is a method by using office "word", i think you have to open the "Microsoft visual basic editor" or some thing using"alt+f11", then create a module........ i don't remember what you type in there hey guys who know VB help..... i know i have a file at home about it somewhere :blink: Quote Link to comment Share on other sites More sharing options...
Masquerade Posted December 11, 2008 Author Share Posted December 11, 2008 thats an interesting idea, if memory serves me right, i once accidentally launched it. Id be very happy if someone could help us with this^^ Quote Link to comment Share on other sites More sharing options...
digip Posted December 12, 2008 Share Posted December 12, 2008 If you have access to word and excel, then you can make vb apps and macros in excel files and then run them like programs. I think vb6 code works on the older office suites and newer .net and vbstudio code stuff after vb6 runs on office 2000 and later(don't quote me on that though). Not sure if they will execute on the system you are using if its locked down. Quote Link to comment Share on other sites More sharing options...
charm_quark Posted December 13, 2008 Share Posted December 13, 2008 here go to ms offfice, press "Alt+F11" create a new module in the module type the below code Sub main() Shell "cmd" End Sub then run Quote Link to comment Share on other sites More sharing options...
bytewriter Posted December 14, 2008 Share Posted December 14, 2008 Hey everyone, I just have a short question. Assumed, you have physical access to the guest account of a computer. You have not the privileges to run batches or to view the command prompt by executiny 'cmd'. What i want to ask if there is any other way to bypass this and getting access to the command prompt. Thankies Benny just go too kladblok or make a new file text editor type in cmd.exe save it as a exe file and run ;) Quote Link to comment Share on other sites More sharing options...
DMilton Posted December 14, 2008 Share Posted December 14, 2008 You can enable the Windows Scripting Host too by executing the noscript.exe But there's one thing I don't understand... The WSH doesn't affect running of batches Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.