Kodewerx

Our culture has advanced beyond all that you could possibly comprehend with one hundred percent of your brain.
It is currently Mon May 13, 2024 6:18 am

All times are UTC - 8 hours [ DST ]


Forum rules


Discussion of illegal hacking/cracking is prohibited. (No virus/trojans/cracks/warez/etc allowed.)



Post new topic Reply to topic  [ 27 posts ] 
Author Message
 Post subject: Command Prompt
PostPosted: Tue Mar 13, 2007 6:06 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Mon Jan 08, 2007 4:30 pm
Posts: 18
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.

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Mar 13, 2007 6:12 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Sat Oct 14, 2006 5:41 pm
Posts: 99
Location: 38.90N 77.03W
Batch Scripts ;)

The word you are looking for is network or domain.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Mar 13, 2007 9:23 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Sun Oct 01, 2006 9:36 pm
Posts: 283
This thread is full of fail.

_________________
"The man who trades freedom for security does not deserve nor will he ever receive either." -Benjamin Franklin


Top
 Profile  
Reply with quote  
 Post subject: Re: Command Prompt
PostPosted: Wed Mar 14, 2007 5:03 am 
Offline
Kommunist
Kommunist

Joined: Mon Jan 29, 2007 2:23 pm
Posts: 313
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.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Mar 14, 2007 7:48 am 
Offline
Kommunist
Kommunist

Joined: Mon Feb 12, 2007 4:12 pm
Posts: 143
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.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Mar 14, 2007 12:10 pm 
Offline
Krew (Moderator)
Krew (Moderator)
User avatar

Joined: Mon Oct 02, 2006 7:05 pm
Posts: 494
Location: In Time
Title: Algorithm Strategist
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


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Mar 14, 2007 12:14 pm 
Offline
Kommunist
Kommunist

Joined: Mon Jan 29, 2007 2:23 pm
Posts: 313
my college disabled net send on all computers because of me, mostly because every room has the teachers computer on a projector :)


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Mar 14, 2007 12:43 pm 
Offline
Kommunist
Kommunist

Joined: Mon Feb 12, 2007 4:12 pm
Posts: 143
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.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Mar 14, 2007 3:13 pm 
Offline
Krew (Moderator)
Krew (Moderator)
User avatar

Joined: Mon Oct 02, 2006 7:05 pm
Posts: 494
Location: In Time
Title: Algorithm Strategist
I mean, seriously, I like mine better.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Mar 14, 2007 3:20 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Sun Feb 18, 2007 10:23 am
Posts: 271
Location: Chicago
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

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Mar 14, 2007 3:33 pm 
Offline
Kommunist
Kommunist

Joined: Mon Jan 29, 2007 2:23 pm
Posts: 313
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


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Mar 14, 2007 3:52 pm 
Offline
Komrade
Komrade
User avatar

Joined: Mon Oct 02, 2006 5:56 pm
Posts: 1978
Title: Mr. Bitches
LoLz.

_________________
Image
Image
<EggWerx> MetalOverlord: Dsman and lemmayoshi will be used for taco meat, ask mo he knows me.
jleemero wrote:
Being required to learn Java for a Comp Sci MAJOR is like being required to shit on a lawnmower to be an astronaut.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Mar 14, 2007 6:01 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Mon Jan 08, 2007 4:30 pm
Posts: 18
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:

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Mar 14, 2007 6:37 pm 
Offline
Kunt (Banned)
Kunt (Banned)
User avatar

Joined: Wed Jan 24, 2007 2:20 pm
Posts: 121
Location: Durant Oklahoma......Please send help!
Whats so funny I dont get it.

_________________
Image

^courtesy of Z3R0^


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Mar 14, 2007 7:20 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Mon Jan 08, 2007 4:30 pm
Posts: 18
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)

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Mar 14, 2007 7:25 pm 
Offline
Kunt (Banned)
Kunt (Banned)
User avatar

Joined: Wed Jan 24, 2007 2:20 pm
Posts: 121
Location: Durant Oklahoma......Please send help!
Sorry I'm kindof new to the "Hacking" thing.

_________________
Image

^courtesy of Z3R0^


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Mar 14, 2007 7:54 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Sun Feb 18, 2007 10:23 am
Posts: 271
Location: Chicago
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...

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Mar 14, 2007 8:16 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Sun Oct 01, 2006 9:36 pm
Posts: 283
None of this is hacking. Not in the slightest.

_________________
"The man who trades freedom for security does not deserve nor will he ever receive either." -Benjamin Franklin


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Mar 14, 2007 8:18 pm 
Offline
Kunt (Banned)
Kunt (Banned)
User avatar

Joined: Wed Jan 24, 2007 2:20 pm
Posts: 121
Location: Durant Oklahoma......Please send help!
?man wrote:
None of this is hacking. Not in the slightest.


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

_________________
Image

^courtesy of Z3R0^


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Mar 15, 2007 8:42 am 
Offline
Kommunist
Kommunist

Joined: Wed Nov 01, 2006 10:29 am
Posts: 25
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".


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Mar 15, 2007 10:15 am 
Offline
Kommunist
Kommunist

Joined: Mon Feb 12, 2007 4:12 pm
Posts: 143
I just tried it at my school. Batch files don't work. :(


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Mar 15, 2007 10:38 am 
Offline
Krew (Moderator)
Krew (Moderator)
User avatar

Joined: Mon Oct 02, 2006 7:05 pm
Posts: 494
Location: In Time
Title: Algorithm Strategist
It's not like my script wouldn't inform everyone which computer sent the message from... I mean, you're just ridiculous.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Mar 15, 2007 10:54 am 
Offline
Kommunist
Kommunist

Joined: Mon Jan 29, 2007 2:23 pm
Posts: 313
well, just in case he flees the scene.....


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Mar 15, 2007 4:10 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Mon Jan 08, 2007 4:30 pm
Posts: 18
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.

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Mar 15, 2007 10:07 pm 
Offline
Krew (Moderator)
Krew (Moderator)
User avatar

Joined: Mon Oct 02, 2006 7:05 pm
Posts: 494
Location: In Time
Title: Algorithm Strategist
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.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Mar 16, 2007 5:07 am 
Offline
Kommunist
Kommunist

Joined: Mon Jan 29, 2007 2:23 pm
Posts: 313
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 :)


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Mar 16, 2007 10:06 am 
Offline
Kommunist
Kommunist

Joined: Fri Nov 10, 2006 12:42 am
Posts: 63
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



Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 27 posts ] 

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 27 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group