|
|
Always remember that the point of Hacking, or any other form of keying for information, is strictly for the sole purpose of finding information. The true "Hacker" engages by learning the different forms of programming languages and creating programs that help accomplish tasks. A lot of individuals look at hackers the way the police looks at criminals. This is not the case. Granted, they're some individuals that break the law in terms of creating programs that distroy property that is not theirs, however, it is my belief that information should be granted to people who feel they know how to deal with it respectfully and can handle it responsibly. These individuals represent 98% of hackers. |
|
 |
|
A lot of what is on TV has been glamorized in order to gain the interest of the average computer user. If the average user ever looked at real lines of code, worms, viruses, etc... they would be extremely bored. Hackers, however, look at code in a way that a mother looks at their child. A computer is a living, breathing entity that acts and reacts the way that people do. I know, scientists say, "The computer only does what it is told to do." These are the same people that wonder why their hardrive crashes when they did not tell it to. I really wanted to create this site not for anyone in specific, I guess not even myself, I just wanted to put a few things down that I believe in and if anyone else is interested they can also observe these few pages of information. My ultimate goal for the site is to talk to visitors and give them the respect that they should have, if they should have it, and see if anyone else shares my view points and has anything to add. OK, lets get starded. |
|
 |
|
Don't worry about what I'm about to show you. There is a lot more information that has to go with it in order for it to work, but as an example here is a section of source code of the original virus program know as violator. This program has been compromised.
|
|
 |
|
CODE SEGMENT
ASSUME DS:CODE,SS:CODE,ES:CODE
ORG $+0100H
VCODE: JMP
...
virus: PUSH CX
MOV DX,OFFSET vir_dat
CLD
MOV SI,DX
ADD SI,first_3
MOV CX,3
MOV DI,OFFSET 100H
REPZ MOVSB
MOV SI,DX
mov ah,30h
int 21h
cmp aI,0
JnZ dos_ok
JMP quit |
|
IF YOU CAN UNDERSTAND THIS YOU MAY BE A HACKER |
 |
|
|
|
|
|