by Tentra on Wed Jul 24, 2013 10:49 am
([msg=76591]see Re: How to hack a website and edit the info[/msg])
There's no one-size-fits-all method of hacking, you will have to learn various techniques and paths of exploitation and use them together to be able to gain control of a system. For a website, like you mentioned, the general idea would likely be to find some sort of SQL injection or XSS vuln to be able to extract admin credentials from a database that you could use to access the CMS to modify whatever you want. It is highly dependent on what software is running on the target system.