Author | Whats Next |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
I have been "hacking" for almost a year now. Here are some of the
the thing's I have picked up along the way so far.....
sql injection (simple, some advanced, working on blind)
xss (escaping filters and also cookie stealing)
Phreaking (a little bit)
Social Engineering (very fun by the way)
cookie poisoning
RFI
LFI
etc.
(basic web hacking I guess)
My question to you guys is whats next? Maybe some ways to exploit
servers? Maybe more advanced web hacking? I just want some names
of "hacks" for me to study and research. I'm not asking for you to
explain them to me (unless you want to...). Any and all suggestions
are welcome. (note: I haved used google but mostly come up with
the skills I have already acquired.)
Edited by on 08-08-08 05:10 |
 |
Author | RE: Whats Next |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
Well at the moment I am learnin C++ and Python (can't code anything useful yet but I got the basics down) and of course I know HTML and Javascript. I guess I am just at a standstill with web page based hacking, and am just asking what are some other hacking methods besides the ones I mentioned in my first post. And maybe some ways that servers/routers can be exploited (no need to explain I can do the research just looking for names I guess of exploits/vulns I can research)
|
 |
Author | RE: Whats Next |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
Try looking this up:
DNS cache poisoning
ARP Spoofing
Mail Spoofing
Overflows(Stack, Heap, and Buffer)
|
 |
Author | RE: Whats Next |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
Pwnzall wrote:
Try looking this up:
DNS cache poisoning
ARP Spoofing
Mail Spoofing
Overflows(Stack, Heap, and Buffer)
Thanks That will keep me occupied for a while.
EDIT: still up for ideas though :happy:
Edited by on 08-08-08 06:14 |
 |
Author | RE: Whats Next |
clone4 Member

Posts: 586 Location: He is back and he's bad!
Joined: 25.11.07 Rank: Mad User | |
wow so relevant, I'm having same 'problem' kinda stuck on the web hacking basics. Anyway I would also aim just on one language now, and perfect it, write usefull scripts like ftp bruteforcer, port scanner, vulnerability scanner, md5 password cracker. That is what I wanna start work on myself. Also I would recommend to look at rooting little more 
[img][/img]

spyware - "They see me trollin'..."
<yaragn> ever seen that movie? The Matrix?
<yaragn> with those green lines of flying text?
<yaragn> *THAT'S* Perl
|
 |
Author | RE: Whats Next |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
You could give RCE a go. (Remote Code Execution)
|
 |
Author | RE: Whats Next |
spyware Member

Posts: 4192 Location:
Joined: 14.04.07 Rank: God Warn Level: 90
| |
SaMTHG wrote:
You could give RCE a go. (Remote Code Execution)
Code ssh server.org
username:
Using keyboard-interactive authentication.
Password:
Last login: xxx from x.x.x.x
[[email protected] ~]$ how can I has RCE?
-bash: how: command not found
[[email protected] ~]$ RCE -?
-bash: RCE: command not found
Yeah. RCE is tricky.
Halp?

"The chowner of property." - Zeph [small]�Widespread intellectual and moral docility may be convenient for leaders in the short term,
but it is suicidal for nations in the long term.� - Carl Sagan [center]�Since the grid is inescapable, what were the earlier lasers about? Does the corridor have a sense of humor?� - Ebert[/ce |
 |
Author | RE: Whats Next |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
You should look up DNS injection.
|
 |
Author | RE: Whats Next |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
Go down to your local bookstore like Barnes & Noble with your laptop when you get some time and go through some books on topics that look interesting.
Actually reading a book compared to an ebook can help you learn so much more.
|
 |
Author | RE: Whats Next |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
i would move onto some seriouse stuff
HTML? very complicated stuff |
 |
Author | RE: Whats Next |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
Inject0r wrote:
i would move onto some seriouse stuff
HTML? very complicated stuff
Go fuck your self
@ Everyone else thank all of you for the suggestions :happy: this is what I wanted and more.
EDIT: Still wouldn't mind some names of "hacks" I could research and learn.
Edited by on 08-08-08 16:54 |
 |
Author | RE: Whats Next |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
You have to know where you want to go. Instead of just looking up exploits, you should look 'behind the scenes' if you want to continue hacking be it from more of a rooting perspective, web hacking etc, know where you want to go and learn the code that goes along with it. You can't be a good hacker unless you know the language behind what it is you're trying to hack and when you learn that language well, hacking it should be like 2nd nature.
|
 |
Author | RE: Whats Next |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
Uber0n once told me about "DLL injection" B)
Seems interesting, why dont you look it up.
=]
cueballr.
|
 |
Author | RE: Whats Next |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
cueballr wrote:
Uber0n once told me about "DLL injection" B)
Seems interesting, why dont you look it up.
=]
cueballr.
Interesting stuff thanks 
|
 |
Author | RE: Whats Next |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
^^Above 2 posts...you're getting way too far ahead of yourselves. Do you even know how to code your own custom DLLs?? From the sounds of your programming knowledge, you don't. One step at a time grasshoppa.
|
 |
Author | RE: Whats Next |
Uber0n Member

Posts: 1963 Location: Sweden
Joined: 13.06.06 Rank: Hacker Level 3 | |
slpctrl wrote:
^^Above 2 posts...you're getting way too far ahead of yourselves. Do you even know how to code your own custom DLLs?? From the sounds of your programming knowledge, you don't. One step at a time grasshoppa.
At least DLLs are extremely easy to code in C++ 

http://uber0n.web. . . |
 |