Author Topic: Hacking Basics  (Read 3896 times)

0 Members and 1 Guest are viewing this topic.

Offline Dark Nebulae

  • Peasant
  • *
  • Posts: 117
  • Cookies: -79
  • Unleash the Hacker within you
    • View Profile
Hacking Basics
« on: September 07, 2012, 02:15:20 pm »
I want to be a hacker. I wanted to ask from where should I start from. Should I master assembly or any other language first or do anything else. Please guide me. Thank u
Trust is like a piece of paper.Once it is crumbled,it can never be perfect.

Offline namespace7

  • Sir
  • ***
  • Posts: 561
  • Cookies: 115
  • My Brother's Keeper
    • View Profile
Re: Hacking Basics
« Reply #1 on: September 07, 2012, 02:31:40 pm »
Welcome to the forums, please make an introduction at the member intro section.

Before anyone less patient then me comes here and kicks the hell out of you, let me tell you this nicely:

- Go and read this many times until you understand what is written there:
http://www.catb.org/esr/faqs/hacker-howto.html

- After that, go to the ebooks section and find some book on programming. Start with Python if you want a gentle start, start with C if you want to go straight to the holy grail language.

- Once you have made several programs and understand how programming works, go to the ebooks section and find a book called Hacking: The Art of Exploitation. Always use the search bar to find things quickly.

- Programming and that book will take you some time, but once you feel more confident about what you have learned, then move unto a book called Shellcoders Handbook.
After this, you will know what to do next.

- In the meantime, please read all the sticky posts here, and read some tutorials and ebooks. Feel free to ask questions, just try to do a bit more searching and googling next time, because everything I said was already said before on this forum.

Cheers and good luck. :)
 
« Last Edit: September 07, 2012, 02:32:18 pm by namespace7 »
"A programmer’s greatest enemy isn’t the tools or the boss or the artists or the design or the legacy code or the third party code or the API or the OS. A programmer’s greatest enemy is getting stuck.
Therefore a crucial step to becoming a better programmer is learning how to avoid getting stuck, to recognize when you’re stuck, and to get unstuck." -Jeff Wofford

Offline Dark Nebulae

  • Peasant
  • *
  • Posts: 117
  • Cookies: -79
  • Unleash the Hacker within you
    • View Profile
Re: Hacking Basics
« Reply #2 on: September 07, 2012, 02:56:26 pm »
Thanks man for your help.
Trust is like a piece of paper.Once it is crumbled,it can never be perfect.

Offline z3ro

  • Knight
  • **
  • Posts: 345
  • Cookies: 60
    • View Profile
Re: Hacking Basics
« Reply #3 on: September 07, 2012, 05:10:14 pm »

Welcome to *Le forum dude..  ;)
hope to see you around...

Want a Free advice? dump this 'i-wanna-be-a-hacker-attitude' (most guys around here don't like it :P )
~ God is real. Unless declared as an integer.

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: Hacking Basics
« Reply #4 on: September 07, 2012, 10:10:09 pm »
Welcome to *Le forum dude..  ;)
hope to see you around...

Want a Free advice? dump this 'i-wanna-be-a-hacker-attitude' (most guys around here don't like it :P )


It's not that we don't like it, it is because people have this misconception of what hacking is, and are more referring to being a script kiddie.


@OP, yes. Learn to code before anything.
>>>import this
-----------------------------

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: Hacking Basics
« Reply #5 on: September 07, 2012, 11:10:04 pm »
Don't try and learn to learn assembly first. I tried that once when I was dumb because I thought low-level meant easier. :P

If you must, try C and then go to asm. The two sort of complement each other.


"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline kateus

  • Peasant
  • *
  • Posts: 89
  • Cookies: 11
  • scientia potentia est
    • View Profile
Re: Hacking Basics
« Reply #6 on: September 08, 2012, 12:48:47 am »

If you must, try C and then go to asm. The two sort of complement each other.



This is very true, I learned C as my first programming language which really helped me out later when I started looking into assembly. So if you really just want to start looking at assembly, C would probably be a good place to start. Otherwise Python is really fun, and it is quite a bit easier than C to learn up front.

Offline Daemon

  • VIP
  • Baron
  • *
  • Posts: 845
  • Cookies: 153
  • A wise man fears a gentle mans anger
    • View Profile
Re: Hacking Basics
« Reply #7 on: September 08, 2012, 02:23:48 am »
Shameless plug time: http://evilzone.org/projects-and-discussion/(guide)-which-language-to-start-with/

Good luck with your first language!
This lifestyle is strictly DIY or GTFO - lucid

Because sexploits are for h0edays - noncetonic


Xires burns the souls of HF skids as a power supply

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: Hacking Basics
« Reply #8 on: September 08, 2012, 05:06:35 am »
You can be a hacker by learning small basic of hacking here or another hacking related forum. never try to learn big hacking at first.

Is that really your signature?
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline z3ro

  • Knight
  • **
  • Posts: 345
  • Cookies: 60
    • View Profile
Re: Hacking Basics
« Reply #9 on: September 08, 2012, 09:43:40 am »
Quote
Hack Any Facebook Account => Click here


Would you mind explaining how it works?  :P
~ God is real. Unless declared as an integer.

Offline HeRo

  • Peasant
  • *
  • Posts: 76
  • Cookies: 1
  • -HeRo
    • View Profile
Re: Hacking Basics
« Reply #10 on: September 12, 2012, 02:07:51 am »
Welcome to the forums, please make an introduction at the member intro section.

Before anyone less patient then me comes here and kicks the hell out of you, let me tell you this nicely:

- Go and read this many times until you understand what is written there:
http://www.catb.org/esr/faqs/hacker-howto.html

- After that, go to the ebooks section and find some book on programming. Start with Python if you want a gentle start, start with C if you want to go straight to the holy grail language.

- Once you have made several programs and understand how programming works, go to the ebooks section and find a book called Hacking: The Art of Exploitation. Always use the search bar to find things quickly.

- Programming and that book will take you some time, but once you feel more confident about what you have learned, then move unto a book called Shellcoders Handbook.
After this, you will know what to do next.

- In the meantime, please read all the sticky posts here, and read some tutorials and ebooks. Feel free to ask questions, just try to do a bit more searching and googling next time, because everything I said was already said before on this forum.

Cheers and good luck. :)


I was about to ask the same question. Thanks for your tip. Will read through all of it before I ask anything else. I'm hoping to become one of the finest hacker in my country. I know it's a bit ambitious, but I will.

Offline AmyNelle

  • /dev/null
  • *
  • Posts: 9
  • Cookies: 2
  • Love the life you live, live the life you love.
    • View Profile
Re: Hacking Basics
« Reply #11 on: September 12, 2012, 11:07:40 pm »
Before anyone less patient then me comes here and kicks the hell out of you, let me tell you this nicely


I just love this.