Command prompt opening problem
**Ok his is really annoying me. The problem is that I think I have used all the techniques that there is to open the command prompt. Here's what I have used. Ctrl alt Del-new task-didnt work C:\WNDOWS\system32\cmd.exe -didnt work search c:\ -didnt work
and more. But when I come to think of it when I sucseed It will say disabled by admin. So im begging you how can I get it enabled and open it?!**
well if you know how to code in c++ you can build your own pretty easily.
int main()
{
System("ipconfig");
return 0;
}
That will run a ipconfig command. So with a bit on I/O you can build your own go between. But if you are still trying to find a way around you can try command.com in the URL bar of IE, you've probably already tried it tho. Why are you trying to get command opened? what are you trying todo with it?
Uber0n wrote: If you can't get to CMD through C++, why not do this instead:
using namespace std;
int main()
{
int size = 200;
char command[size];
while (1)
{
cout << "\nEnter command: ";
cin.getline(command,size);
system(command);
}
return 0;
}```
i copied it to a cd wil i take it to school i dont have the guts to use it during computing becuase my teacher used to be a programmer.
when can i use it?
is takeing it to school a good thing to do and will nslookup give me the i.p adress of the server and what can i do with the I.p i know other commands but i hope they work.
DataCrash wrote: **Ok his is really annoying me. The problem is that I think I have used all the techniques that there is to open the command prompt. Here's what I have used. Ctrl alt Del-new task-didnt work C:\WNDOWS\system32\cmd.exe -didnt work search c:\ -didnt work
and more. But when I come to think of it when I sucseed It will say disabled by admin. So im begging you how can I get it enabled and open it?!**Will i be able to access the Dos prompt froma pc and be able to use commands at it. Alos i know this sounds No0bish but i know alot of commands but how csan i hack the system(i know i know dont flame me)its just that everyday i think of usign commands and getting The i.p adress to hack it but when i get the i.p adress where do i go after that.
my code wasnt using IPCONFIG to us command…it was showing an example of a command put in….all it needed was the IO and var instead of that string…anyways… you can get the IP using IPCONFIG, nslookup i guess can resolve it, but its not the best thing. You can nab the gateway address and if you schools admins are really shitty, and by the sounds of it they're not…you may be able to telnet into that and use it as a mail server after using nslookup from home or something…but really…odds are you wont be able to do all that much right off hand. PM me if you want any more specific help mate
DataCrash wrote: [quote]Uber0n wrote: If you can't get to CMD through C++, why not do this instead:
using namespace std;
int main()
{
int size = 200;
char command[size];
while (1)
{
cout << "\nEnter command: ";
cin.getline(command,size);
system(command);
}
return 0;
}```
i copied it to a cd wil i take it to school i dont have the guts to use it during computing becuase my teacher used to be a programmer.
when can i use it?
is takeing it to school a good thing to do and will nslookup give me the i.p adress of the server and what can i do with the I.p i know other commands but i hope they work.[/quote]
I hope you compiled it first!!!
BC
DataCrash wrote: Will i be able to access the Dos prompt froma pc and be able to use commands at it. Alos i know this sounds No0bish but i know alot of commands but how csan i hack the system(i know i know dont flame me)its just that everyday i think of usign commands and getting The i.p adress to hack it but when i get the i.p adress where do i go after that.
Sry, you asked for me not to flame you etc but seriously… What the fuck are you trying to do? You want to be able to use CMD at school without even knowing some basic commands? You think it's called 'i.p adress'? You don't know how to obtain an IP? YOU SERIOUSLY THINK YOU CAN 'HACK' A COMPUTER BY JUST KNOWING ITS IP?! And what do you mean by 'hack' anyway?
OMG this is so stupid…
Ponguile wrote: Well, since this hasnt been posted yet, try the shortcut to open it.. (windows key + r[hit at the same time{or hold win key and hit r}])
i justed wanted to use all the brackets..lol That opens Run, not the command prompt. You can type "command" or "cmd" in Run to get to the command prompt, and run many of the same comands through it, but its different.
J-Wreck wrote: [quote]Ponguile wrote: Well, since this hasnt been posted yet, try the shortcut to open it.. (windows key + r[hit at the same time{or hold win key and hit r}])
i justed wanted to use all the brackets..lol That opens Run, not the command prompt. You can type "command" or "cmd" in Run to get to the command prompt, and run many of the same comands through it, but its different.[/quote]
OMFG i forgot!! but yea i meant type cmd in run…heh
Uber0n wrote: [quote]DataCrash wrote: Will i be able to access the Dos prompt froma pc and be able to use commands at it. Alos i know this sounds No0bish but i know alot of commands but how csan i hack the system(i know i know dont flame me)its just that everyday i think of usign commands and getting The i.p adress to hack it but when i get the i.p adress where do i go after that.
Sry, you asked for me not to flame you etc but seriously… What the fuck are you trying to do? You want to be able to use CMD at school without even knowing some basic commands? You think it's called 'i.p adress'? You don't know how to obtain an IP? YOU SERIOUSLY THINK YOU CAN 'HACK' A COMPUTER BY JUST KNOWING ITS IP?! And what do you mean by 'hack' anyway?
OMG this is so stupid…[/quote]Dude.Calm. I mean hack as in exploring new ways and thinking outside the box. And i now that when you get the IP adress you need more stuff e.g (ports scaneers,exploits_…
DataCrash wrote: Ive always asked that question how do you get the extension Bat.? its not in the drop down box..XD
Just choose the 'All formats .' option and type something.bat as the filename. Voila!
PS. If you mean hack like 'think outside the box' then why do you ask for CMD and port scanners? That is nothing about being outside the box or thinking in different ways. Sounds to me like you just think you can gain administrator rights by using some SK tools… I think you should learn the basics of hacking before attempting to beat your school's network. It's simple to get the server's IP but that won't give you access to anything special. Lol
Uber0n wrote: [quote]DataCrash wrote: Ive always asked that question how do you get the extension Bat.? its not in the drop down box..XD
Just choose the 'All formats .' option and type something.bat as the filename. Voila!
PS. If you mean hack like 'think outside the box' then why do you ask for CMD and port scanners? That is nothing about being outside the box or thinking in different ways. Sounds to me like you just think you can gain administrator rights by using some SK tools… I think you should learn the basics of hacking before attempting to beat your school's network. It's simple to get the server's IP but that won't give you access to anything special. Lol[/quote]Word procosser doesent have all formats.
only_samurai wrote: I agree with uberon, you sound like your tying to be a grade A skiddie. Dont take that the wrong way man, its never too late to change.
were you asking tho, to open a .bat in word??? try notepad mateRight ok listen i know i sound like a script kiddie T.T and maby i am (o god) but get this im really young honestly im just proud of what i can do when most people cant even start a computer in my class!!!! (i can program-they dont know what an oeprating system is..) ect. im just cheesed of! and i think i might have to slow down.
OMG you're infected with the 'alloween virus. On halloween it will delete all the important files on your computer starting with notepad. The virus gets activated by surfing the web.
Try downloading a virusscanner or bring your pc to a pc-guru. The virus is highly dangerous!
PM me for further information!
(here's the link on information 'bout the virus: http://vil.nai.com/vil/content/v_544.htm)
[EDIT] Here's some information I found on the web:
The following text strings are found within the viral code of Halloween infected files:
"." "ALL GONE" "Happy Halloween"
The Halloween virus activates when an infected file is executed on October 31st. At that time a 10,000 byte file with a blank file name is created in the current directory with the current system date and time. This file contains pure virus code. The user receives the following error message:
"Runtime error 150 at 0000:0AC8"
Halloween infected systems may experience extremely slow file loads when an infected file is executed. It is not unusual for these file loads to last 2 to 5 minutes.
Halloween infected files have a file length increase of 10,000 bytes. The virus is located at the beginning of the infected file. The file's date and time in the DOS disk directory listing are not altered
[/EDIT]
Halloween virus… that's hilarious. Seriously, though, if you have this "deep down urge to destroy", I think you need to re-evaluate why you're doing what you're doing, and exactly what you're doing. Also, if they seem to have it pretty well locked-down, then you kinda have to expect that they log traffic; don't get yourself in trouble because of an empty skiddie conquest. Finally, learning to hack is about the learning; don't forget that.
Zephyr_Pure wrote: Halloween virus… that's hilarious. Seriously, though, if you have this "deep down urge to destroy", I think you need to re-evaluate why you're doing what you're doing, and exactly what you're doing. Also, if they seem to have it pretty well locked-down, then you kinda have to expect that they log traffic; don't get yourself in trouble because of an empty skiddie conquest. Finally, learning to hack is about the learning; don't forget that. ^_^ i wont..