Web site security flaws besides server exploits
An "acquaintance" of mine told me he got in trouble for hacking a web site. I took interest and asked him what web server the site was running and he said he didn't know. Is there some other types of vulverabilities that I should worry about, is there something I can do to protect my own server?
no need to know o/s to hack a site
There is no need to know the o/s to "hack" a site. A lot of vulnerabilities are coded right into the pages that are displayed. But of course, it depends on what you are calling a "hack" ... a definition of terms is needed.
When I do a security assessment I sit down at a browser and just start viewing the pages and links and source code. My 1st question isn't ever "is it apache or IIS?" nor is it "is it running on *nix or Win?" My first question is: "What's going on here? What can I do?" I let my curiosity lead.
Most of the time, with corporate entities, the systems ppl and the pgmrs aren't in cahoots. Also, the systems ppl will have hardened the o/s....it's the pgmrs that are sloppy and create the vulnerabilities....holes in php, asp or other cgi components.