- This topic has 16 replies, 9 voices, and was last updated 9 years, 6 months ago by
lorddicranius.
-
AuthorPosts
-
-
July 26, 2011 at 2:38 pm #6643
CTRLS
Participantwhat knowledge do you need to know to start hacking websites
-
July 26, 2011 at 4:31 pm #41286
impelse
Participanthttml, php and some knowledge of SQL transactions (query), just to begin
-
July 26, 2011 at 5:02 pm #41287
CTRLS
ParticipantWell I know most of that but isnt there more to it
-
July 26, 2011 at 5:04 pm #41288
MaXe
ParticipantAnd legal issues Β π If you’re a total newbie, you can A) Search forums (and blogs) for tutorials on Web Application Security; B) Read The Web Application Hackers Handbook.
Both things are worth doing, even though I didn’t read the second one, it certainly did look interesting Β π I think reading that book will probably be a shortcut to most, to get most of the basics and even some more advanced stuff.
When you’re ready to dive into the more advanced stuff, with or without programming knowledge, you need to find some good resources for web app sec like ha.ckers.org, etc. Β π (Find them yourself, you should. If you’re going to become a real hardcore web app hacker.)
And last but not least, learn how to spot coding errors in e.g. PHP scripts so you can find 0days yourself as well. Sometimes, it’s boring to look through a billion lines of code, but then you can alternatively grab a copy of the web app, install it on your own server, test it for vulnerabilities Β π (With your own methods, NO automated scanners. In most popular web app’s they wouldn’t do any good except waste your time. This doesn’t apply to addons for popular web apps, as the addons are often vulnerable.)
PS:
@CTRLS wrote:Well I know most of that but isnt there more to it
There’s A LOT more to it thank you think!Β ;D
Create something like this: http://www.exploit-db.com/vbseo-from-xss-to-reverse-php-shell/
Video: http://www.youtube.com/watch?v=B6QAjB3kYecThat’s pretty much when I go in-depth with my skills, to prove that even XSS can be deadly if you just use your knowledge (and imagination) right.
Reference: http://www.exploit-db.com/category/maxe/
-
July 26, 2011 at 5:51 pm #41289
CTRLS
ParticipantIs it neccesary to learn reverse enigeneering (my bad abou the speling im at school)
-
July 26, 2011 at 5:59 pm #41290
CTRLS
ParticipantThank you once again MaXe (you’ve been a bigg help)
-
July 26, 2011 at 6:42 pm #41291
cd1zz
ParticipantWhen I think of RE I think of compiled code. If you’re trying to test a specific web application, it wont help. If you’re trying to find 0 days in the web server that the web app is running on, you could RE the binaries of the webserver.
-
July 26, 2011 at 8:26 pm #41292
CTRLS
ParticipantIs CSS required to know while hacking???
i havn’t really looked at it :/ -
July 26, 2011 at 8:48 pm #41293
cd1zz
ParticipantYes, if you want to “hack”, you need to know every thing about whatever you’re testing. So, go learn that too.
-
July 26, 2011 at 9:11 pm #41294
rattis
Participant@MaXe wrote:
Read The Web Application Hackers Handbook.
I want to read that book. Looks and sounds better than Hacking Exposed: Web Applications 3rd Edition (granted I’ve only thumbed the other one and going on what I’ve heard here). Not that I’m knocking HE:WA3E.
Anyway the new edition of The Web Application Hackers Handbook is due out in September. I’m waiting til then to order.
-
July 26, 2011 at 9:14 pm #41295
tturner
ParticipantYou can port scan intranets with CSS π
-
July 26, 2011 at 9:46 pm #41296
CTRLS
Participantok cause i was just going to move onto .ASP and the rest of PHP
-
July 26, 2011 at 9:49 pm #41297
cd1zz
ParticipantThat’s a great place to start.
-
July 27, 2011 at 4:46 pm #41298
MaXe
Participant@CTRLS wrote:
Is it neccesary to learn reverse enigeneering (my bad abou the speling im at school)
It’s good to learn about, but don’t start with this unless you want to go deep straight ahead. Reverse engineering PHP applications is not really necessary, but reverse engineering flash scripts may become useful in some cases, including java applications as well. (With PHP scripts you either have the source and search through it for errors, or you fuzz all possible user-input fields, or combine both!)
@CTRLS wrote:
Is CSS required to know while hacking???
i havn’t really looked at it :/Cascading Style Sheets I presume you’re referring to, and not XSS (Cross-Site Scripting). You won’t use it that much, but for XSS it can prove very useful to know about. Sometimes, a CSS file may contain hidden directories as well and generally it is very easy to learn, as the CSS language is very easy.
JavaScript on the other hand, which is not the same as Java at all, may take some time to learn.Β π
-
July 29, 2011 at 9:39 am #41299
ShadowReaper
Participant@MaXe wrote:
When you’re ready to dive into the more advanced stuff, with or without programming knowledge, you need to find some good resources for web app sec like ha.ckers.org, etc. Β π (Find them yourself, you should. If you’re going to become a real hardcore web app hacker.)
maxe, could you provide more links for resources?
thank you
-
July 29, 2011 at 2:11 pm #41300
-
July 29, 2011 at 3:09 pm #41301
lorddicranius
Participant
-
-
AuthorPosts
- You must be logged in to reply to this topic.