EvilZone

Hacking and Security => Hacking and Security => : Infinityexists February 19, 2012, 07:52:34 PM

: Hacking a HTML website
: Infinityexists February 19, 2012, 07:52:34 PM
Is there any way we could hack a website totally based on HTML and no PHP / MySQL / ASP / Ajax  ?
: Re: Hacking the HTML website
: ande February 19, 2012, 07:53:29 PM
Copy-paste my PM please.
: Re: Hacking the HTML website
: Infinityexists February 19, 2012, 07:55:28 PM
Copy-paste my PM please.

Ande: Hacking html-only pages is not possible. Not by web application at least. You will need to look into exploiting the web server or other services running on the server
: Re: Hacking the HTML website
: neusbeer February 20, 2012, 05:48:50 PM
If they use <script></script> there can be a possibility,..
but don't count on it.
you can indeed try to break through their webserver,
ftp bruteforce, etc
: Re: Hacking the HTML website
: Infinityexists February 20, 2012, 06:29:06 PM
How to get into their web-server , their website sucks and they don't have a cpanel either , like when i type website.com:8080 or 8082 or 8083 it redirects me to nothing :S

they have a website without a cpanel install
: Re: Hacking the HTML website
: ande February 20, 2012, 06:38:37 PM
How to get into their web-server , their website sucks and they don't have a cpanel either , like when i type website.com:8080 or 8082 or 8083 it redirects me to nothing :S

they have a website without a cpanel install


Few people use cpanel. And even if they did, what you gonna do with it? It seams you are lacking some knowledge or skills for thinking outside the box, perhaps both. No offense of course, nothing wrong with that. I would suggest you look into buffer overflow and fuzzing. Perhaps programming if you do not already know that.
: Re: Hacking the HTML website
: neusbeer February 22, 2012, 02:51:14 PM
There is always 1 transmission possibility. how else can he update the site?
so changes are small.
... indeed think outside the box which ande already concludes.
check for open ports with for example nmap and look for flaws.
how the site is uploaded is a dead give away for the possibilities, so check How..
(frontpage, ftp, etc).
or just break in at his home/place where the server stands and start a fire or something :)
: Re: Hacking the HTML website
: Axon February 22, 2012, 03:58:20 PM
Copy-paste my PM please.

huh  :-\
You could've said it here instead of asking him to copy-paste it, It's the same ?  :o
: Re: Hacking the HTML website
: ande February 22, 2012, 04:18:22 PM
huh  :-\
You could've said it here instead of asking him to copy-paste it, It's the same ?  :o

I had already sent him the message when I saw this thread :P And because I am lazy, I asked him if he could copy-paste it.
: Re: Hacking the HTML website
: Satori February 23, 2012, 02:44:44 PM
You should always gather as much information on the target as possible.
For example, if it's hosted on shared hosting (which i suspect in this case) then there's a big chance that another webpage hosted on that server is vulnerable. Hack that site, root the box, edit the html page, voilĂ ! you just pwnt the html page and a handful of other ones..


tl;dr: Find out everything you can before trying to hack it.
: Re: Hacking a HTML website
: Infinityexists February 24, 2012, 11:29:06 AM
Thanks everyone , When I'll be free i will look into it in detail