|
-
Nov 19th, 2002, 07:38 AM
#1
Thread Starter
Junior Member
Hack a web-site
I want to know all the ways to hack a website (not hack server).
i only want to prevent my web-site (written in ASP).
pls tell me!
Thanks for regard!
White Rose.
-
Nov 19th, 2002, 08:57 AM
#2
Hyperactive Member
hi,
wat do u mean by hack a web site?
Do u mean that no one shud grab info from ur asp/html pages??
regds,
ashay
"If you should die before me, ask if you could bring a friend."
- Stone Temple Pilots
-
Nov 19th, 2002, 09:53 AM
#3
If they cant get on your server, they cant see your ASP code.
-
Nov 19th, 2002, 04:08 PM
#4
Junior Member
If you look at www.geocities.com/ganglepangle (a bad web site i made once) (and select DHTML vresion) then it seems like a kinda normal site but i bet you didn't notice that the pages are decoded using javascript so no-one ever sees the original html??
Unless you encode the data 'on the fly' then you can still get the HTML (even if u got no right click and auto frame load and JS password protection) by using a network moniter and looking at the HTTP requests.
[vbcode]
Start:
'...thinks... ...remembers... ...forgets...
If Not gotanswer Then
GoTo Start
Else
'dur - it'l never get here
End If
[/vbcode]
-
Nov 20th, 2002, 02:40 PM
#5
Black Cat
Originally posted by P9846
If you look at www.geocities.com/ganglepangle (a bad web site i made once) (and select DHTML vresion) then it seems like a kinda normal site but i bet you didn't notice that the pages are decoded using javascript so no-one ever sees the original html??
Unless you encode the data 'on the fly' then you can still get the HTML (even if u got no right click and auto frame load and JS password protection) by using a network moniter and looking at the HTTP requests.
I seen other pages that try this, but it is still trivial to beat (IE will gladly give you the HTML source of whatever it's rendering).
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Nov 21st, 2002, 02:57 AM
#6
New Member
why would anyone even want to protect HTML source? Nobody wants it anyhow, HTML is worthless.
-
Nov 21st, 2002, 03:52 AM
#7
Hyperactive Member
Did you guys ever see the +.htr for asp?
I was working on a site a few years back now, and a sysadmin showed me it... freaked me right out!!!!
I think that it has been fixed in an IIS service release but you could see the entire contents of the global.asa file....
Cheers
MarkusJ
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|