Author Topic: Beginner "Hacker" (super noob)  (Read 1145 times)

TunnelMice

  • Noob
  • *
  • Posts: 34
  • Reputation: 0
Beginner "Hacker" (super noob)
« on: January 18, 2013, 12:54:40 am »
Hello everybody I do not know anything about hacking. Can any of you guys point me in the right direction on where to start, since you guys are experienced? What programming languages do I start with?
Beginner Languages:
Intermediate Languages:
Expert Languages:
Any good books you guys have read that would point me in the right direction, any answer is welcome thanks! I know this isn't something you learn over night.

Alex47

  • Hero Member
  • *****
  • Posts: 1368
  • Reputation: 48
  • (I can't think of something funny to go here)
  • Computers: Asus k55v, custom built self-acclaimed tank of a pc
  • iDevices: iPhone 3G, iPod touch 4g, iPod touch 2g
Re: Beginner "Hacker" (super noob)
« Reply #1 on: January 18, 2013, 01:04:01 am »
Manuals section has PDFs on everything, and a good beginner language would be python or even better HTML. They will both teach you basic syntax and programming rules
My Number:00110110 00110110 00110110

TunnelMice

  • Noob
  • *
  • Posts: 34
  • Reputation: 0
Re: Beginner "Hacker" (super noob)
« Reply #2 on: January 18, 2013, 01:07:12 am »
Thanks man +1

Alex47

  • Hero Member
  • *****
  • Posts: 1368
  • Reputation: 48
  • (I can't think of something funny to go here)
  • Computers: Asus k55v, custom built self-acclaimed tank of a pc
  • iDevices: iPhone 3G, iPod touch 4g, iPod touch 2g
Re: Beginner "Hacker" (super noob)
« Reply #3 on: January 18, 2013, 01:13:08 am »
Np
My Number:00110110 00110110 00110110

A12danrulz

  • Leader
  • Hero Member
  • *****
  • Posts: 4016
  • Reputation: 216
  • Badges:
Re: Beginner "Hacker" (super noob)
« Reply #4 on: January 18, 2013, 08:24:02 am »
A good beginner language would be python. Easy to pick up an learn, also really easy to toss up something quickly.

I think C, C++, Obj-C, or any C language would be a good mid level language. C is often used in programs with common vulnerabilities like malicious string formats, heap sprays, buffer overflows, etc. Learning that will be invaluable.

If you get really serious about it, in a few years consider studying x86 assembly. If you get into exploit development, debugging, reverse engineering, then you WILL need to know it. But its also great to know as it teaches you a great deal how your computer works under the hood.

This is just my opinion on what you should do. Everyone has their own preference for languages to learn, these are just mine.

Don't like seeing ads? Click here to register!

TunnelMice

  • Noob
  • *
  • Posts: 34
  • Reputation: 0
Re: Beginner "Hacker" (super noob)
« Reply #5 on: January 18, 2013, 08:50:41 am »
Thanks

Godman777

  • Hero Member
  • *****
  • Posts: 982
  • Reputation: 27
  • Have a good day!
  • Computers: Dell Inspiron 560 with HD 5450 silence
  • iDevices: Galaxy Note 2 Rooted
Re: Beginner "Hacker" (super noob)
« Reply #6 on: January 18, 2013, 12:09:55 pm »
I agree with A12, most big programs today are written in C. If you want to know how to exploit go for C.
If I assist you please consider giving me a +1.

grinch

  • Administrator
  • Hero Member
  • *****
  • Posts: 1926
  • Reputation: 187
  • the digital grinch who stole your data
    • @DigitalGrinch
  • Badges:
  • iDevices: iPhone 3GS 4.3.3, HTC Evo V 4G ICS
Re: Beginner "Hacker" (super noob)
« Reply #7 on: January 19, 2013, 10:28:45 am »
python is a good language to start with as it will get you instant results, which will help keep you motivated to learn

you definitely want to learn at least basic C. Most of the GNU/Linux OS is written in C, and "C syntax" languages like C++, Obj-C, Java, etc, are all easier to learn once you know some C.

RTFM means read the manuals in our manual section, as well as using manuals in your shell like 'man rm'

Google is your friend, chances are VERY GOOD that you are not the first person to do whatever it is you are doing, and there is information out there. Use it, learn it, love it.
If I help you or you appreciate my work, clicking that +1 button is the best thanks I could get.

My opinions are my own, you may agree or disagree with them, but they are only just that; opinions
For example: facebook is the microsoft of social networks

http://goo.gl/PiVjI

@DigitalGrinch
https://twitter.com/DigitalGrinch

I follow all iNinjas members back. PM me if I am not following you

[null]

  • Hero Member
  • *****
  • Posts: 646
  • Reputation: 42
  • the halloween jack is a real cool cat
  • Computers: I have a PC running Windows 7 that was built by my uncle. I also have a Newsmy T3 Android Tablet.
  • iDevices: iPod Touch 4G
Re: Beginner "Hacker" (super noob)
« Reply #8 on: January 19, 2013, 10:43:29 am »
Yeah, I definitely reccomend python as a starting language. Try learning some basics like import, print, if, while, raw_input, variables, etc., and then get right into a big project. That's what I did, my first python project was a SMS bomber. Then from what I learned from doing that project, I wrote an SMTP bruteforcer. But don't stop at python, like grinch said definitely learn some C or C++. I've been learning some C myself, and even though I like python better you'd be surprised how much it comes in handy. Good luck!
__  __           ___    ___          
/\ \/\ \         /\_ \  /\_ \          
\ \ `\\ \  __  __\//\ \ \//\ \     
 \ \ , ` \/\ \/\ \ \ \ \  \ \ \          
  \ \ \`\ \ \ \_\ \ \_\ \_ \_\ \_
   \ \_\ \_\ \____/ /\____\/\____\
    \/_/\/_/\/___/  \/____/\/____/

TunnelMice

  • Noob
  • *
  • Posts: 34
  • Reputation: 0
Re: Beginner "Hacker" (super noob)
« Reply #9 on: January 20, 2013, 09:02:14 pm »
lol nice an sms bomber, the person you used it on must of gotten annoyed xD

Don't like seeing ads? Click here to register!

Xonkdp

  • Newbie
  • Posts: 4
  • Reputation: 0
  • iDevices: Ipad2
Re: Beginner "Hacker" (super noob)
« Reply #10 on: March 01, 2013, 10:52:52 pm »
@[null] +1 for inspiration! I wrote a simple SMS script today and an email sending script. Tomorrow I will attempt to have them read from a text file containing an email or cell number list. If you have anymore simple script ideas please pass them on!

grinch

  • Administrator
  • Hero Member
  • *****
  • Posts: 1926
  • Reputation: 187
  • the digital grinch who stole your data
    • @DigitalGrinch
  • Badges:
  • iDevices: iPhone 3GS 4.3.3, HTC Evo V 4G ICS
Re: Beginner "Hacker" (super noob)
« Reply #11 on: March 02, 2013, 10:15:53 am »
The best "ideas" for scripts are scripts that will do something cool for you. Something you want to do. Those are the projects that will keep you interested, and will motivate you to spend time on them

Do what you are doing, start with small scripts or programs, simple functions. Then build on them, adding complexity and "features" and assemble them together into finished project
If I help you or you appreciate my work, clicking that +1 button is the best thanks I could get.

My opinions are my own, you may agree or disagree with them, but they are only just that; opinions
For example: facebook is the microsoft of social networks

http://goo.gl/PiVjI

@DigitalGrinch
https://twitter.com/DigitalGrinch

I follow all iNinjas members back. PM me if I am not following you

Xonkdp

  • Newbie
  • Posts: 4
  • Reputation: 0
  • iDevices: Ipad2
Re: Beginner "Hacker" (super noob)
« Reply #12 on: March 02, 2013, 12:10:21 pm »
Thanks grinch! I have reading your stuff all over the forum too, and really appreciate everything you share.

Yoyotje

  • Jr. Members
  • **
  • Posts: 84
  • Reputation: 4
  • Keep up the good work!
  • Computers: Mac Mini, MacBook Pro, iMac
  • iDevices: iPod Touch 3, 4 , iPhone 4
Re: Beginner "Hacker" (super noob)
« Reply #13 on: March 06, 2013, 01:18:45 pm »
I began with HTML. I think it's very easy to understand. You should visit w3schools.com
Yoyotje
- Not a proffesional hacker, but I know a lot!
- You can always ask me a question :)


To my forum

I know:
HTML
CSS
JAVASCRIPT


+1 always appreciated!

Kolyma

  • Noob
  • *
  • Posts: 14
  • Reputation: 3
Re: Beginner "Hacker" (super noob)
« Reply #14 on: March 06, 2013, 06:28:25 pm »
Lena's Reversing for newbies has a fantastic tutorial on ollydbg. It allows you to follow along the tutorial while having ollydbg open and perform exercises while watching the tutorial.