Page 1 of 2

DOS COMMANDS

Posted: Wed Oct 08, 2008 1:16 pm
by SUNNY
iI am not a Hacker yet!
But a programmer.
& no language teaches to Hack!

I heard DOS COMMANDS are important here,
I know few but not sufficient enough to hack,
Can someone tell me the commands and procedure to use them.

Re: DOS COMMANDS

Posted: Wed Oct 08, 2008 2:57 pm
by canine
SUNNY wrote:iI am not a Hacker yet!
But a programmer.
& no language teaches to Hack!

I heard DOS COMMANDS are important here,
I know few but not sufficient enough to hack,
Can someone tell me the commands and procedure to use them.
Learn perl, python and c.

Write clever/useful programs.

That's hacking.

DOS commands are worthless.

Posted: Thu Oct 09, 2008 9:25 am
by SUNNY
bUT i THOUGHT GETTING IN IN SOMEONES SYSTEM ILLEGALLY IS hACKING!
Is it not so,
And about programming,
I am not so worse!

Posted: Thu Oct 09, 2008 12:03 pm
by canine
SUNNY wrote:bUT i THOUGHT GETTING IN IN SOMEONES SYSTEM ILLEGALLY IS hACKING!
Is it not so,
And about programming,
I am not so worse!
No, no it isn't.

That's cracking. It's shameful and it's pissing away your time. Learn to program well and write good/interesting software.

Posted: Thu Oct 09, 2008 3:50 pm
by 0.Dark.Thought
wrong!!!

Posted: Thu Oct 09, 2008 3:51 pm
by 0.Dark.Thought
SUNNY wrote:bUT i THOUGHT GETTING IN IN SOMEONES SYSTEM ILLEGALLY IS hACKING!
Is it not so,
And about programming,
I am not so worse!
You couldnt be more wrong http://www.catb.org/~esr/faqs/hacker-howto.html

tHANKS FOR EXPLANATION

Posted: Fri Oct 10, 2008 12:33 pm
by SUNNY
O.K.
I was wrong,
But what is diffrence in programming and Hacking,
And do the Cracking requires any Language!
If not then what it needs![/list]

Re: tHANKS FOR EXPLANATION

Posted: Fri Oct 10, 2008 2:10 pm
by canine
SUNNY wrote:O.K.
I was wrong,
But what is diffrence in programming and Hacking,
And do the Cracking requires any Language!
If not then what it needs![/list]
The difference between ordinary programming and hacking is that hacking is clever, excellently done programming for the collective good of other hackers and yourself. If you go to work for a large company, churning out code for some internal piece of software, written in cobol, you're not hacking. Writing a program that benefits large amounts of people and releasing it under the GPL is hacking.

Also, I'm not going to help you learn to crack.

Posted: Sat Oct 11, 2008 3:38 am
by SUNNY
Yeh!
I know this,
Because there is thousand others asking the same,
But you should tell me what it needs,
I will appiy my own logic,
Just want to know it is haard knowledge of networking
OR
just rubbish tricks!

Posted: Sat Oct 11, 2008 6:34 am
by canine
SUNNY wrote:Yeh!
I know this,
Because there is thousand others asking the same,
But you should tell me what it needs,
I will appiy my own logic,
Just want to know it is haard knowledge of networking
OR
just rubbish tricks!
Cracking involves exploiting errors in code.

Code: Select all

char name[15];

printf("Enter your name: ");
scanf("%s", name);
In this example, entering a name longer than fifteen will write to memory that was not intended by the programmer. This sorta shit fucks stuff up.

Programming knowledge is big, but networking is not quite so important. I don't know, I'd say you could be a genius programmer and piss away your time cracking, but a stupid pink could do exactly the same stuff for no effort. What takes effort, and cannot be duplicated by pinks, is real hacking: writing bangin' software, coding with other talented people, and other interesting things.

Posted: Sun Oct 12, 2008 4:03 pm
by unflies
program with C# is easier~

Posted: Sun Oct 12, 2008 5:34 pm
by canine
unflies wrote:program with C# is easier~
Than what? C?

Not especially. Unless you're doing something out of the ordinary, most high level languages are just about the same difficulty level.

Posted: Sun Oct 12, 2008 5:52 pm
by SUNNY
I suppose VB is Easiest!
But I am still unable to make loop for Search Query!
My school project requires that loop!
Any Sol!

Posted: Sun Oct 12, 2008 7:13 pm
by canine
SUNNY wrote:I suppose VB is Easiest!
But I am still unable to make loop for Search Query!
My school project requires that loop!
Any Sol!
VB is horrible. It teaches you poor programming practices and just generally makes you a shitty coder.

Avoid it like the plague, if possible.

Posted: Mon Oct 13, 2008 3:32 pm
by SUNNY
Can you tell me something about "Apache Server"!,
Can this help to understand Networking!
And Will it work on my System.