DOS COMMANDS

SUNNY
Posts: 8
Joined: Wed Oct 08, 2008 12:59 pm

DOS COMMANDS

Post 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.
ABC
canine
Posts: 190
Joined: Sun Sep 14, 2008 5:38 am

Re: DOS COMMANDS

Post 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.
SUNNY
Posts: 8
Joined: Wed Oct 08, 2008 12:59 pm

Post 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!
ABC
canine
Posts: 190
Joined: Sun Sep 14, 2008 5:38 am

Post 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.
User avatar
0.Dark.Thought
Posts: 103
Joined: Sun Mar 16, 2008 5:56 pm

Post by 0.Dark.Thought »

wrong!!!
Last edited by 0.Dark.Thought on Tue Oct 21, 2008 12:16 pm, edited 1 time in total.
Education is a progressive discovery of our own ignorance.
User avatar
0.Dark.Thought
Posts: 103
Joined: Sun Mar 16, 2008 5:56 pm

Post 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
Education is a progressive discovery of our own ignorance.
SUNNY
Posts: 8
Joined: Wed Oct 08, 2008 12:59 pm

tHANKS FOR EXPLANATION

Post 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]
ABC
canine
Posts: 190
Joined: Sun Sep 14, 2008 5:38 am

Re: tHANKS FOR EXPLANATION

Post 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.
SUNNY
Posts: 8
Joined: Wed Oct 08, 2008 12:59 pm

Post 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!
ABC
canine
Posts: 190
Joined: Sun Sep 14, 2008 5:38 am

Post 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.
User avatar
unflies
Posts: 10
Joined: Fri Oct 10, 2008 9:36 am

Post by unflies »

program with C# is easier~
canine
Posts: 190
Joined: Sun Sep 14, 2008 5:38 am

Post 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.
SUNNY
Posts: 8
Joined: Wed Oct 08, 2008 12:59 pm

Post 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!
ABC
canine
Posts: 190
Joined: Sun Sep 14, 2008 5:38 am

Post 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.
SUNNY
Posts: 8
Joined: Wed Oct 08, 2008 12:59 pm

Post by SUNNY »

Can you tell me something about "Apache Server"!,
Can this help to understand Networking!
And Will it work on my System.
ABC
Post Reply