It looks like you're new here. If you want to get involved, click one of these buttons!
I am really interested in learning about website/forum hacking. Such as defacing, rooting, sql, LFI, RFI, Shells, etc.
If anyone would be kind enough to teach me these please pm me or post here.
Thanks in advance,
-C10Wn.
Don't become a skid. Half the things you listed are skid techniques. Learn to code. I recommend Python first, then C or C++ then something else. Learn Buffer Over Flows and stack "smashing" techniques. Read some of my tutorials // papers they may prove useful :P
doesn't anyone like myself think that "hacking" has gotten too easy and automated with the release of tools like CANVAS/VAS/ and metasploit? i mean damn, you grab nmap, point it at a target (you can even have nmap randomnly create one!)scan it, then fire up msploit, then get your vuln list then run auto-pwn and you can then run around and yell "i own you--i am leet". please tell me others out there like myself think this stuff has gotten too damn simple. does anyone take the time while they are scanning to watch the traffic they are sending and coming back? do they watch wireshark captures of protocol fields after they run their msploit dll injection to see what is actually happening? i hope so, because that is how one truly learns
doesn't anyone like myself think that "hacking" has gotten too easy and automated with the release of tools like CANVAS/VAS/ and metasploit? i mean damn, you grab nmap, point it at a target (you can even have nmap randomnly create one!)scan it, then fire up msploit, then get your vuln list then run auto-pwn and you can then run around and yell "i own you--i am leet". please tell me others out there like myself think this stuff has gotten too damn simple. does anyone take the time while they are scanning to watch the traffic they are sending and coming back? do they watch wireshark captures of protocol fields after they run their msploit dll injection to see what is actually happening? i hope so, because that is how one truly learns
Hacking hasn't got too easy (I don't think so anyway), there are just alot of tools around that make traditionally hard processes easy for noobs to perform. Metasploit and NMAP definitely are at the top of the list. I hardly ever hear of people using packet analysis to analyse data crossing networks for example and yet i see it as the norm (it saves me a hell of alot of trouble when targetting systems).