Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-4041-

Hacking

Name: Anonymous 2007-08-12 19:00 ID:fMdWwdU+

Hi, do you need very highskills like programming to hack some smaller sites for example?

I have no idea how to do it at all.

Are there some manuals for beginners? What tools do you need for?

Or better just demonstrating pages, where you can test you hacking skills (of course for very beginners;) ?

Name: Anonymous 2007-08-12 19:20 ID:eZOXdcgn

How do I 1337 hax pl0x?

Name: Anonymous 2007-08-12 19:56 ID:afcp3v6H

hello im fairX the haxxor join my community of hackers if you payme enough i will give you access to a private area of haxx ;)
 
http://forum.curse-x.com/index.php

Name: Anonymous 2007-08-12 21:01 ID:r5ZLgXBg

Again, someone who came here because of HACKERS ON STEROIDS

Name: Anonymous 2007-08-12 21:21 ID:afcp3v6H

>>1,2,4
want to talk whit me?
Teamspeak server ts.curse-x.com:9797
Dont use guest names!
www.goteamspeak.com/downloads.php

Name: Anonymous 2007-08-12 23:16 ID:aSU9OfwF

Everything you need to know about hacking is in the movie "Hackers"

Name: Anonymous 2007-08-12 23:20 ID:NLMsfyLn

>>6
i lol'd
that movie is terrible

Name: Anonymous 2007-08-13 5:02 ID:9gFERlnA

I think to be able to "hack" you need certain tools.

Don't know where you get it from though.

I wish i have more pc-skill too.

I think there a even books how to hack :)xD

Name: Anonymous 2007-08-13 5:34 ID:5MIwrKtN

>>1
The first rule of hacking is you do not ask questions about hacking.
Not being a fucktard helps too.

Name: Anonymous 2007-08-13 6:19 ID:9gFERlnA

#9 true^^

But aren't there example servers/sites which are designed to test the skill of oneself.
So somehow like see if you can intrude the system etc.

Something like that must exists for beginners too, or?

Name: Anonymous 2007-08-13 7:29 ID:VlhDFeK9

>>10
Yes, a number of such projects exist.

Your first task would be finding them.

Name: Anonymous 2007-08-13 7:51 ID:QYJVzO+G

if 4failchan is such leet haxzr then crack my ip address:

http://211.248.156.177

Name: Anonymous 2007-08-13 7:54 ID:+CTdgcyt

i need help in hackin sumones myspace, any links for helpin me on this?

Name: Anonymous 2007-08-13 7:55 ID:qXFGSbHU

Name: Anonymous 2007-08-13 7:56 ID:+CTdgcyt

a more spicific link please... im trying google just now, its just comin up with ppl askin how 2 do it but no answers

Name: Anonymous 2007-08-13 8:11 ID:QYJVzO+G

Name: Anonymous 2007-08-13 12:33 ID:9gFERlnA

>>12

Has someone already "hacked" into his PC?

I mean persons with 1337.skills should be able to do it.

Name: Anonymous 2007-08-13 13:05 ID:u7b3k81F

Name: Anonymous 2007-08-13 22:05 ID:qXFGSbHU

>>17
STOP WATCHING MOVIES!

Name: Anonymous 2007-08-13 23:36 ID:5Q/BgAW0

HACK MY GIBSON!
http://127.0.0.1

Name: Anonymous 2007-08-14 5:56 ID:jxpfU532

>>19 So you say it is impossible or?

Name: Anonymous 2007-08-14 11:26 ID:gbsaqgZz

ITT we make fun out of a wannabe scriptkiddie

Name: Anonymous 2007-08-14 12:35 ID:N9XjfLnB

wannabe script kiddie = fail of a fail

Name: Anonymous 2007-08-15 15:37 ID:5XifzWkq

>>23
Does failing at failing constitute success?

Name: RedCream 2007-08-15 16:00 ID:vd1YkU3O

>>24
Nope.  That's just more fail.  Fails are additive (f+f), at best.  Often they multiply (fxf).  In uncommon cases, they exponentiate (ff).  In rare instances, the tetration operator comes into play (ff, or "f^^f").  Woosh!  You don't want to go there, man!

Name: Anonymous 2007-08-16 8:55 ID:Aj3BKXma

step 1 access driver,, google for it
step 2

Name: Anonymous 2007-08-16 8:57 ID:Aj3BKXma

step 1 access driver,, google for it
step 2 get a proxy list
step 3 get a word list
step 4 import both lists to access drivers and profit???????

Name: Anonymous 2007-08-16 9:04 ID:Heaven

>>26
,(macro-faggotry)

Name: Anonymous 2007-08-16 11:47 ID:IWsOdGBP

>>27 for real? thanks........^^

Name: Anonymous 2007-08-16 16:01 ID:FIMt+7Lp

>>1
So you wanna be a hacker? You pretty much failed already to become one by being stupid enough to post this question here. LEARN LEARN LEARN LEARN. If you cannot do that, you FAIL. The kids who 'want to become a hacker' always fail like this. This is because they do not have a real interest in technology, but just think that if they learn how to hack, it makes them special or cool. They quickly lose interest. Just learn about computers, that's pretty much the only usefull advice anyone can give to you.

Name: Anonymous 2007-08-16 17:08 ID:IWsOdGBP

>>30 i think you are right ;)

Name: Anonymous 2007-08-17 5:25 ID:TIkbEWL4

HOW TO HACK IN 5 EASY STEPS:

1. GREAT REALIZATION I: Realize that anything, ANYTHING that has to do with software, computers, or anything "digital" is reducible to lists of bytes, i.e. lists of numbers that can range from 0 to 255.  "Anything" means just that, programs, data, etc.
2. Learn about all the hardware and hardware systems you can, down to the schematic level if possible.  Nothing gets in and out of hardware without some sort of communication protocol. which is usually how software and hardware are connected.  So especially study hardware's communication protocols.  You aren't done with this step until you can build a multi-core superscalar CPU with built-in memory controller and video hardware from sand off the beach and wires scavenged from broken, old televisions.
3. Learn about all the data formats and programming languages you can.  Including assembly.  You aren't done with this step until you can write a 100% bug-free C compiler in assembly for ALL currently available CPUs.
4. GREAT REALIZATION II: Realize that writing programs and designing systems that do exactly what the programmer wants without intended side effects is generally an impossible feat, given the sheer complexity of 2 and 3. 
5. Once you have truly achieved the two Great Realizations, if the knowledge you've pursued in 2 and 3 are sufficient, then you can "hack."

IT'S THAT EASY!

Name: Anonymous 2007-08-17 7:24 ID:djSMm+2Y

>>32
 
Wow, i am speechless :)

Name: Anonymous 2007-08-17 8:00 ID:Ie5/u06J

How to hack: 

Learn every goddamn thing about computers that you possibly can.  By the time you've gotten about a quarter of the way through that, you'll know what you need to know (or at least know what you need to learn).

Also:  FUCKING GOOGLE FOR THE LOVE OF FUCK GOOGLE GOOGLE GOOGLE

DASU DASU DASU

Name: Anonymous 2007-08-17 19:09 ID:Heaven

>>32
don't forget to learn to love maths and mathematical logic. this would belong with step 1.

Name: Anonymous 2007-08-17 21:54 ID:JloN9spi

become familiar with RUN and CMD Prompt

Name: Anonymous 2007-08-17 22:58 ID:H/LoOihy

GTFO newfag, gb2 /fox/

Name: Anonymous 2007-08-17 23:32 ID:6yKFSgCT

>>1 Collage was pretty fucking useless for you wasn't it...

Name: Anonymous 2007-08-18 15:09 ID:+W2QqD2F

hack my ip to test ur sk!llZ
my ip iz: 127.0.0.1

Name: ANON 2007-08-18 16:11 ID:B4CWXr/O

ping 127.0.0.1 -65509

gg

Name: Anonymous 2007-08-18 16:43 ID:FfxW2hKF

lol go for it u guyz 127.0.0.1 is online every fucking time i ping it lawl ^^

Name: Anonymous 2007-08-18 16:43 ID:JAJXPqKL

dumbass@dumbass [/] # nc 127.0.0.1 80
OH SHIT THERE'S SOMEONE IN MY COMPUTER ECHOING EVERYTHING I'M DOING.

Name: Anonymous 2007-08-19 11:26 ID:fukbelZG

Start > Run > "ping -t -l 65000 127.0.0.1"
will set up a server that you can take down other sites with

Name: Anonymous 2007-08-19 12:09 ID:B/khl/E8

>>43
because 64k of loopback traffic per second will really put a dent in my box... rrrriiiigggghhhhtttt.

Name: Anonymous 2007-08-19 13:03 ID:NzNoPbJI

Linux is better for hacking than Windows

Name: Anonymous 2007-08-19 13:52 ID:FO5CoyNh

>>45
OpenBSD is better for _cracking_ than Linux. Given its target domain, some great security tools come on the CDs (for evaluating your own servers' security, of course).

Name: Anonymous 2007-08-19 16:42 ID:DhkF5DfS

>>46
BackTrack

End of discussion.

Don't change these.
Name: Email:
Entire Thread Thread List