EvilZone

Hacking and Security => Hacking and Security => : craggs2010 February 23, 2012, 11:41:58 PM

: where to find the basics on hacking
: craggs2010 February 23, 2012, 11:41:58 PM
im looking for a good friendly place to learn about hacking im kinda new i know a little but not enough to help me i was wondering if there is and tutorials on the basics to get me started thanks in advance
: Re: where to find the basics on hacking
: petermlm February 23, 2012, 11:47:48 PM
Well you need to know how to program. That is the first thing!

I advise you to start with the Python programming language.

After that there are many paths you can take.

There aren't many tutorials that actually teach you about hacking. You just need to explore security and anti-security.

Good luck!
: Re: where to find the basics on hacking
: craggs2010 February 23, 2012, 11:56:33 PM
Thanks i shall have a look im just generally looking to know the basics to start with then will see if i can handle it lol much appreciated for your help 
: Re: where to find the basics on hacking
: gh0st February 24, 2012, 01:14:18 AM
I remember when I did my first .ccp  :'(  is so magic to start underestanding how the flow of the information works good luck on youtube you will find tons of videos you wanna make virus then just play with a window library or stuff like that make it undetectable is hard tho but a very interesting topic
: Re: where to find the basics on hacking
: Kulverstukas February 24, 2012, 10:13:04 AM
There is no basics on "hacking".
: Re: where to find the basics on hacking
: Infinityexists February 24, 2012, 11:25:27 AM
Hacking is , using your programming skills in an ILLEGAL way that may cause harm to someone.
There is no basics on Hacking because hacking is not an Application like MS Office or blah blah that you can easily learn , it is just using your programming skills in a negative way.

Not everyone could become a Hacker , until He's an evil mind and think like an Evil,
if you're an evil mind you'll see everything as Negative,
like if you are learning a programming language and you strike with Loops (as name suggest loops are something that allow code to be repeatedly executed ) .

A normal person would never think of how to use loops in a wrong way but an evil mind person would try to find out the dark side of loops. like you can run a single application unlimited number of times ?  This is what a loop can do ?

Sending an email through coding is the easiest task for a programmer but an Evil person will look into it as how he can utilize it in a negative way ?

This is all hacking is about , If you want to be a hacker you should be an evil :P and have a good programming skills, not a particular language like Delphi or C++ because almost every programming language has same syntax.

In short,

Utilizing your programming skills in wrong way is Hacking !! ( atleast for me )
: Re: where to find the basics on hacking
: Kulverstukas February 24, 2012, 11:47:54 AM
Hacking is not for Evil only. It is for anything anyone would apply to.

Refer to the topic we discussed earlier: http://evilzone.org/general-discussion/exactly-what-is-hacking/
: Re: where to find the basics on hacking
: atsuktuvas February 24, 2012, 03:30:26 PM
Infinityexists, I disagree with you.
Your definition of the word "Hacking" is very limited and aimed at one specific aspect of hacking. Being evil or good has nothing to do with "hacking".

Just my opinion.
: Re: where to find the basics on hacking
: petermlm February 24, 2012, 03:39:36 PM
Infinityexists, I disagree with you.
Your definition of the word "Hacking" is very limited and aimed at one specific aspect of hacking. Being evil or good has nothing to do with "hacking".

Just my opinion.

I agree with atsuktuvas. In fact. For some people just correcting a vulnerability in a program or web service is a hack. Therefor someone that improves security is a hacker.

I like this definition.
: Re: where to find the basics on hacking
: atsuktuvas February 24, 2012, 04:12:43 PM
In my personal view, all of the following are examples of "hacking":

-finding a hole in a piece of code and exploiting that vulnerability.
-dissasembling obect code (executable) and modifying the assembly code in order to change the way the program functions.
-figuring out an encryption system, and creating an exploit that can decrypt an encrypted file without having the key.
-rewriting the source code of a program to come up with a program that will do the exact same thing but twice faster.
-using the hardware of one system to build another system that does a completely different thing.

These are just a few examples of millions of what "hacking" can be, as far as I am concerned.

: Re: where to find the basics on hacking
: Infinityexists February 24, 2012, 04:38:42 PM
Hacking is not for Evil only. It is for anything anyone would apply to.

Refer to the topic we discussed earlier: http://evilzone.org/general-discussion/exactly-what-is-hacking/ (http://evilzone.org/general-discussion/exactly-what-is-hacking/)

I answered the question by keeping in mind the one who has asked the question , and i answered what i think is useful for him and what he is looking for
: Re: where to find the basics on hacking
: noob February 24, 2012, 05:22:03 PM
"Im new to hacking where to start?"
This subject is posted every week by some new member and there are always 5-10 people ready to argue who is right what is hacking cracking bla bla..boring
: Re: where to find the basics on hacking
: atsuktuvas February 25, 2012, 12:29:28 AM
Also THIS  (http://evilzone.org/ebooks/hacking-the-art-of-exploitation-2nd-ed/)book.
: Re: where to find the basics on hacking
: ande February 25, 2012, 06:54:47 PM
Loads of posts deleted for stupidity.


im looking for a good friendly place to learn about hacking im kinda new i know a little but not enough to help me i was wondering if there is and tutorials on the basics to get me started thanks in advance

Learn to write. Your post makes no sense. From what I can understand you want easy, short, simple and basic tutorials on hacking. Such things does not exist. Hacking is a HUGE field, and you cant possibly learn it all in a day or 100.

Like already said, programming is a very common way to get started, that in combination with reading tutorials on various hacking and security topics. Tho I would recommend C or C++ instead of Python, alternatively PHP.


I remember when I did my first .ccp  :'(  is so magic to start underestanding how the flow of the information works good luck on youtube you will find tons of videos you wanna make virus then just play with a window library or stuff like that make it undetectable is hard tho but a very interesting topic

I reckon you mean .cpp :P You also need to learn to write. Use commas, punctuations and new lines.



Hacking is , using your programming skills in an ILLEGAL way that may cause harm to someone.
There is no basics on Hacking because hacking is not an Application like MS Office or blah blah that you can easily learn , it is just using your programming skills in a negative way.

Not everyone could become a Hacker , until He's an evil mind and think like an Evil,
if you're an evil mind you'll see everything as Negative,
like if you are learning a programming language and you strike with Loops (as name suggest loops are something that allow code to be repeatedly executed ) .

A normal person would never think of how to use loops in a wrong way but an evil mind person would try to find out the dark side of loops. like you can run a single application unlimited number of times ?  This is what a loop can do ?

Sending an email through coding is the easiest task for a programmer but an Evil person will look into it as how he can utilize it in a negative way ?

This is all hacking is about , If you want to be a hacker you should be an evil :P and have a good programming skills, not a particular language like Delphi or C++ because almost every programming language has same syntax.

In short,

Utilizing your programming skills in wrong way is Hacking !! ( atleast for me )

You're an idiot.



Also THIS  (http://evilzone.org/ebooks/hacking-the-art-of-exploitation-2nd-ed/)book.

Almost deleted this one as well(deleted the other post about some stupid books). This book is shit old, but I guess its okay. But nothing more.
: Re: where to find the basics on hacking
: Axon February 25, 2012, 09:34:34 PM
Hacking is , using your programming skills in an ILLEGAL way that may cause harm to someone.
There is no basics on Hacking because hacking is not an Application like MS Office or blah blah that you can easily learn , it is just using your programming skills in a negative way.

Not everyone could become a Hacker , until He's an evil mind and think like an Evil,
if you're an evil mind you'll see everything as Negative,
like if you are learning a programming language and you strike with Loops (as name suggest loops are something that allow code to be repeatedly executed ) .

A normal person would never think of how to use loops in a wrong way but an evil mind person would try to find out the dark side of loops. like you can run a single application unlimited number of times ?  This is what a loop can do ?

Sending an email through coding is the easiest task for a programmer but an Evil person will look into it as how he can utilize it in a negative way ?

This is all hacking is about , If you want to be a hacker you should be an evil :P and have a good programming skills, not a particular language like Delphi or C++ because almost every programming language has same syntax.

In short,

Utilizing your programming skills in wrong way is Hacking !! ( atleast for me )


This dude is fucked up in the brain... :o  I've never read something stupid and funny at the same time like this in a long time (especially the evil part), I think this dude is like 8 or 10 years old


I took a screen-cap for future lol'z
: Re: where to find the basics on hacking
: atsuktuvas February 25, 2012, 10:21:14 PM

Almost deleted this one as well(deleted the other post about some stupid books). This book is shit old, but I guess its okay. But nothing more.


Ande, please don't take offence, but have you actually read this book? And have you concidered it from the perspective of someone who has absolutely no idea of what linux, command line, source code, programming, algorithms, assembly, memory locations, execution stack, router, switches, encryption, shell code, etc is? This book won't give anyone step-by-step instructions of how to gain access to some blog or something like that, but it will show a complete newbie of how different technologies, come together, and will give a basic overview of what is what. Then the reader will be able to choose what he wants to do next. The techniques discussed in this book might be useless as far as practical "hacking" is concerned, BUT, the info in the book can definitely help someone just starting out to get an overall idea of the bigger picture.

Anyway, maybe it is just me, but I just don't see why that book is bad.

Mind you, just my personal thoughts, please no one take it personally :D
: Re: where to find the basics on hacking
: ande February 25, 2012, 10:39:18 PM
Ande, please don't take offence, but have you actually read this book? And have you concidered it from the perspective of someone who has absolutely no idea of what linux, command line, source code, programming, algorithms, assembly, memory locations, execution stack, router, switches, encryption, shell code, etc is? This book won't give anyone step-by-step instructions of how to gain access to some blog or something like that, but it will show a complete newbie of how different technologies, come together, and will give a basic overview of what is what. Then the reader will be able to choose what he wants to do next. The techniques discussed in this book might be useless as far as practical "hacking" is concerned, BUT, the info in the book can definitely help someone just starting out to get an overall idea of the bigger picture.

Anyway, maybe it is just me, but I just don't see why that book is bad.

Mind you, just my personal thoughts, please no one take it personally :D

My main concern was its age. But then I looked it up and found out the book is from 2008, which is not to bad. This made me realize I must have confused it with one of those Hacking Exposed books which is from 2000-2002. The book you posted is not as bad as I may have expressed.
: Re: where to find the basics on hacking
: petermlm February 25, 2012, 11:15:00 PM
My main concern was its age. But then I looked it up and found out the book is from 2008, which is not to bad. This made me realize I must have confused it with one of those Hacking Exposed books which is from 2000-2002. The book you posted is not as bad as I may have expressed.

I remember those Hacking Exposed. I read one about Wireless Networking, but I just got confused and couldn't really get anything from it.

Anyway, about the topic. I have read Hacking: The Art of Exploitation and I too advise it.
: Re: where to find the basics on hacking
: Kulverstukas February 26, 2012, 10:14:12 AM
I have both - hacking exposed and first edition of Art of exploitation (in paper), but unfortunately they are in my language (translated from english), so I can't really understand much what is written because translators at the publishing company didn't know what they are translating...