Kodewerx
https://www.kodewerx.org/forum/

Command Prompt
https://www.kodewerx.org/forum/viewtopic.php?f=2&t=979
Page 1 of 1

Author:  ack1234 [ Tue Mar 13, 2007 6:06 pm ]
Post subject:  Command Prompt

My school system administrator has command prompt blocked off. Is there any way that i can unblock it without administrative acess. I don't know the correct terminology for "all of the computers linked somehow," but they are all linked together if that helps in any way.

Author:  dexter0 [ Tue Mar 13, 2007 6:12 pm ]
Post subject: 

Batch Scripts ;)

The word you are looking for is network or domain.

Author:  ?man [ Tue Mar 13, 2007 9:23 pm ]
Post subject: 

This thread is full of fail.

Author:  kickenchicken57 [ Wed Mar 14, 2007 5:03 am ]
Post subject:  Re: Command Prompt

ack1234 wrote:
I don't know the correct terminology for "all of the computers linked somehow"


lol, definitely called a network. unless they are connected by chains to prevent theft.

Author:  ness31 [ Wed Mar 14, 2007 7:48 am ]
Post subject: 

You can also make a command prompt. I'm not sure if it will work at school though, I haven't tried using it yet.

Author:  Modman [ Wed Mar 14, 2007 12:10 pm ]
Post subject: 

put the following in a txt document, and save it as runme.bat. Then open it on your school computer:

@ECHO OFF
:start
net send /domain HIHIHIHIHIHIHIHIHIHI
goto start

Author:  kickenchicken57 [ Wed Mar 14, 2007 12:14 pm ]
Post subject: 

my college disabled net send on all computers because of me, mostly because every room has the teachers computer on a projector :)

Author:  ness31 [ Wed Mar 14, 2007 12:43 pm ]
Post subject: 

Here's the code for the command prompt:

]@echo off
cls
:loop
set command=
echo --------------------------------
chdir
set /P command="Prompt: "
echo --------------------------------
%command%
goto loop

You save it the same way as Modman's file.

Author:  Modman [ Wed Mar 14, 2007 3:13 pm ]
Post subject: 

I mean, seriously, I like mine better.

Author:  IronJoey27 [ Wed Mar 14, 2007 3:20 pm ]
Post subject: 

kickenchicken57 wrote:
my college disabled net send on all computers because of me, mostly because every room has the teachers computer on a projector :)


lmao my friend wants to shut down all the schools computers

Author:  kickenchicken57 [ Wed Mar 14, 2007 3:33 pm ]
Post subject: 

Modman: how about a slight mod to your original:

put the following in a txt document, and save it as runme.bat. Then open it on your school computer:

@ECHO OFF
:start
net send /domain 'first/last name / student ID#' is hacking school computers.
goto start

Author:  Dualscreenman [ Wed Mar 14, 2007 3:52 pm ]
Post subject: 

LoLz.

Author:  ack1234 [ Wed Mar 14, 2007 6:01 pm ]
Post subject: 

kickenchicken57 wrote:
Modman: how about a slight mod to your original:

put the following in a txt document, and save it as runme.bat. Then open it on your school computer:

@ECHO OFF
:start
net send /domain 'first/last name / student ID#' is hacking school computers.
goto start

Funny :roll:

Author:  cady_driver [ Wed Mar 14, 2007 6:37 pm ]
Post subject: 

Whats so funny I dont get it.

Author:  ack1234 [ Wed Mar 14, 2007 7:20 pm ]
Post subject: 

cady_driver wrote:
Whats so funny I dont get it.

If i ran the batch file he instructed me to make it would display my first name, last name, and student id# to everybody on the network of computers. (Thanks dexter0 for the clarification)

Author:  cady_driver [ Wed Mar 14, 2007 7:25 pm ]
Post subject: 

Sorry I'm kindof new to the "Hacking" thing.

Author:  IronJoey27 [ Wed Mar 14, 2007 7:54 pm ]
Post subject: 

ack1234 wrote:
cady_driver wrote:
Whats so funny I dont get it.

If i ran the batch file he instructed me to make it would display my first name, last name, and student id# to everybody on the network of computers. (Thanks dexter0 for the clarification)


do that code you will win...

Author:  ?man [ Wed Mar 14, 2007 8:16 pm ]
Post subject: 

None of this is hacking. Not in the slightest.

Author:  cady_driver [ Wed Mar 14, 2007 8:18 pm ]
Post subject: 

?man wrote:
None of this is hacking. Not in the slightest.


Well that proves that I'm new. (Well to alot of stuff)

Author:  TS_Death_Angel [ Thu Mar 15, 2007 8:42 am ]
Post subject: 

Quote:
This thread is full of fail.


Oh yeah. ack1234, that wouldn't send your name and ID to everyone, idiot. Whoever told you that should be slapped as well. The intention of that was for you to replace those fields with someone's name/ID and trick the officials into thinking that that individual was hacking the school (but again, none of this is hacking, as ?man said). You guys shouldn't really reply to these topics (I know I'm going against what I'm saying, oh well), it'll give n00bs the idea that they can "hack".

Author:  ness31 [ Thu Mar 15, 2007 10:15 am ]
Post subject: 

I just tried it at my school. Batch files don't work. :(

Author:  Modman [ Thu Mar 15, 2007 10:38 am ]
Post subject: 

It's not like my script wouldn't inform everyone which computer sent the message from... I mean, you're just ridiculous.

Author:  kickenchicken57 [ Thu Mar 15, 2007 10:54 am ]
Post subject: 

well, just in case he flees the scene.....

Author:  ack1234 [ Thu Mar 15, 2007 4:10 pm ]
Post subject: 

TS_Death_Angel wrote:
Quote:
This thread is full of fail.


Oh yeah. ack1234, that wouldn't send your name and ID to everyone, idiot. Whoever told you that should be slapped as well. The intention of that was for you to replace those fields with someone's name/ID and trick the officials into thinking that that individual was hacking the school (but again, none of this is hacking, as ?man said). You guys shouldn't really reply to these topics (I know I'm going against what I'm saying, oh well), it'll give n00bs the idea that they can "hack".
First off, I never thought this was hacking in any way shape or form. It was cady driver that mentioned that. Also, i should not have made any assumptions towards the function of the batch file. I screwed up, but please dont insult me.

Author:  Modman [ Thu Mar 15, 2007 10:07 pm ]
Post subject: 

If there's one thing that is very important on this board, it's the ability to take criticism. Feel free to dish it out wherever you can, just be able to take it as well. No hard feelings are meant; don't take any of this personally.

Author:  kickenchicken57 [ Fri Mar 16, 2007 5:07 am ]
Post subject: 

we see how certain things could be a funny situation, and then we try to outdo one another with them. Just as modman, I am not mocking you, only taking his joke and adding on to it :)

Author:  tolos [ Fri Mar 16, 2007 10:06 am ]
Post subject: 

Can't help but think of http://www.erratasec.com/ferret.html

PS

http://erratasec.blogspot.com/

Quote:
The source code will also compile on Linux or MacOS with only a couple obvious modifications. Just "gcc *.c" the source code and fix __int64, stricmp, and memicmp. Again, you need libpcap for it to work. Add these when things don't work on gcc:
Code:
#define __int64 long long
#define stricmp strcasecmp
#define strnicmp strncasecmp
#define memicmp memcmp


Page 1 of 1 All times are UTC - 8 hours [ DST ]
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/