Author Topic: Newbie wanting to learn  (Read 6236 times)

0 Members and 1 Guest are viewing this topic.

Offline Magus

  • /dev/null
  • *
  • Posts: 6
  • Cookies: 0
    • View Profile
Newbie wanting to learn
« on: October 13, 2011, 02:36:16 am »
While I was at school I was hacked and he took control of my facebook as well as many other programs and sites. I was wondering how to trace the IP back and fuck his world up so to speak. I will also be reading many other forums just to learn, just for the fact that I am intrigued with programming as well as computing in general. I have never went into depth before into learning programming/C++, due to the face the lack of time in college that I have. I was just wondering where to start or if someone can fill me in personally, either way would be greatly appreciated.

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Newbie wanting to learn
« Reply #1 on: October 13, 2011, 07:43:45 am »
Well... I'd delete this, but since you are asking for help and not directions...
To trace who "hacked" you is impossible, unless you do it right away or on the fly, not the next day... Be paranoid and NEVER send passwords over the web on public networks and if you REALLY have to - use https/SSL. I know it because I am doing it myself (sniffing passwords and sessions at school xD).

To start off with programming, you can check out the topics I posted:
http://evilzone.org/other/(java)-exercises/
http://evilzone.org/other/uml-learning-material-and-excercises/

They are for Java, but I suppose you can use them to write in any language you like. I would recommend to go for Python if you are a beginner.

Offline xzid

  • Knight
  • **
  • Posts: 329
  • Cookies: 41
    • View Profile
Re: Newbie wanting to learn
« Reply #2 on: October 13, 2011, 08:41:54 am »
I'd recommend you not start with programming, learning things such as networking would be more useful(don't go too far though, learning the inner workings of tcp is good.. but not for a beginner). A solid grip of command lines(cmd/bash) is also a plus, learning how to use different OS's(backtrack should take care of your linux needs).

Learning to use tools like metasploit/nmap/nc, sniffer/MITM, vuln scanner, etc..(whatever comes with backtrack) is an excellent way to start, unless you wish to delay hacking for a while. You pick the tools, alot of choices.

The tools you choose will have a wiki/documentation, read it. There are also books available for the more popular ones, there was the nmap book and I saw recently released "metasploit the penetration tester's guide".. Haven't read it, have a long to-read list. Quick scan of it though looks good.

As for hacking techniques, there are many websites to consult. Read the papers, tutorials, etc.. Most of the sites have useful tools as well, since I'm on EZ I'll say start with this sites tutorial section.

As for languages you may wish to focus on easier to use, more often encountered languages like sql, bash. Basic PHP, JS/HTML & a scripting language of your choice. Also not only languages, protocols: HTTP should be the first.

Diving straight into Java or C++ right away will not help you. You'll find all you need has already been coded, although if you wish to take the opposite route(from the ground up), C & asm under linux.

IMO, haven't done this in a while.

> Evilzone should have a sticky for this question, it's a very popular one and for a very good reason. One made by several members, with a big ass collection of links.

Offline Magus

  • /dev/null
  • *
  • Posts: 6
  • Cookies: 0
    • View Profile
Re: Newbie wanting to learn
« Reply #3 on: October 13, 2011, 04:27:59 pm »
I really appreciate you guys taking your time to help me point me in the right direction and also giving me programs to get acquainted.


To Kulver: I understand that it's impossible to retrace the hacker the next day, I was intending to set it up so that he would do it again, making it possible for me to get his IP maybe through Zonealarm. But getting his IP with my skills do about next to nothing lol. Also, since I was on a school computer and not my own, there wasn't really that I could do about it.


To Xzid: I really appreciate your suggestions and will get started as soon as I can. Just so many things to learn all at once. I just need need to pick something and get started, guess that's how everything else is done in life also though :P. Was wondering if you have any recommended links to reading and/or tutorials that go in depth that could possible cut down the searching time, would be highly appreciated.

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Newbie wanting to learn
« Reply #4 on: October 13, 2011, 06:23:42 pm »
Even if you get his IP, you won't be able to do shit with it.
Learn what xzid said to understand why.
« Last Edit: October 13, 2011, 06:24:02 pm by Kulverstukas »

Offline xzid

  • Knight
  • **
  • Posts: 329
  • Cookies: 41
    • View Profile
Re: Newbie wanting to learn
« Reply #5 on: October 13, 2011, 07:30:24 pm »
Start with learning cmd prompt, basics like navigating will be sufficient. A tutorial like this makes me lol but can be of help to newbie. Hope you enjoy text, because you'll be seeing it alot. A unix shell is very similar, but different cmds. Download the back track livecd and boot it(no need to install it yet, you can also use a VM if you prefer). Learn to use the linux shell.

Afterwards networking. This tutorial is good for basics.

What I said about the metasploit book was underestimated, upon further review he goes into alot of hacking techniques. You can find the pdf through google. It may require a little bit of startup knowledge though.

Anything you do not understand, google it. Soon you'll know exactly what you should be learning next. Cannot go into more detail, typing this on android device(am starting to get pretty fast with this touch keyboard).

SoulSaber1

  • Guest
Re: Newbie wanting to learn
« Reply #6 on: October 31, 2011, 09:46:19 pm »
Thanks. I'm more experienced, but these tutorials helped me a lot to. Great to be part of a community who welcomes newcomers. Thanks guys!

Offline bubzuru

  • Knight
  • **
  • Posts: 395
  • Cookies: 21
  • everything is contained in the data
    • View Profile
    • New School Tools
Re: Newbie wanting to learn
« Reply #7 on: October 31, 2011, 10:18:00 pm »
Everyone just listen to xzid

i love you ....... +1
Damm it feels good to be gangsta
http://bubzuru.comule.com

Offline Rafy

  • Peasant
  • *
  • Posts: 111
  • Cookies: 5
    • View Profile
Re: Newbie wanting to learn
« Reply #8 on: November 17, 2011, 01:00:13 am »
About what you said on the IP , it's not impossible to trace him because the IP itself is dynamic, so if you could find from which pc he did it in the school
network you maybe on to something but other than that it would be quite difficult to find him/her.
If it moves shoot it,if it runs... hack it!

Offline 5November

  • NULL
  • Posts: 1
  • Cookies: 0
    • View Profile
Re: Newbie wanting to learn
« Reply #9 on: November 20, 2011, 09:03:47 pm »
I'm also new to hacking and have a book that's teaching me a lot about networks from my college class but I noticed that some of the links in the about posts are inactive.  I have basic knowledge of networks now and wondering if there are any other tutorials that I should be looking at next.

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Newbie wanting to learn
« Reply #10 on: November 20, 2011, 10:52:22 pm »
I'm also new to hacking and have a book that's teaching me a lot about networks from my college class but I noticed that some of the links in the about posts are inactive.  I have basic knowledge of networks now and wondering if there are any other tutorials that I should be looking at next.
Again, see the tutorial section...

Offline Kevin

  • NULL
  • Posts: 3
  • Cookies: 0
    • View Profile
Re: Newbie wanting to learn
« Reply #11 on: November 24, 2011, 02:52:58 pm »
I need to hack someone because they hacked me, spammed me, or scammed me.
Plz Guys...Help me.....
« Last Edit: November 24, 2011, 02:53:39 pm by Kevin »

Offline bubzuru

  • Knight
  • **
  • Posts: 395
  • Cookies: 21
  • everything is contained in the data
    • View Profile
    • New School Tools
Re: Newbie wanting to learn
« Reply #12 on: November 24, 2011, 03:15:46 pm »
I need to hack someone because they hacked me, spammed me, or scammed me.
Plz Guys...Help me.....

i will help you



GO READ ... simple
Damm it feels good to be gangsta
http://bubzuru.comule.com

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: Newbie wanting to learn
« Reply #13 on: November 24, 2011, 10:59:27 pm »
And I dont think you were hacked, I think you walked away for a sec from your school pc and then they changed or posted weird stuff on your facebook
what ever would be
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!