![]() |
|
Is There Any Exploit to get into a wordpress - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Hacking (https://sinister.li/Forum-Hacking) +--- Forum: Website & Server Hacking (https://sinister.li/Forum-Website-Server-Hacking) +--- Thread: Is There Any Exploit to get into a wordpress (/Thread-Is-There-Any-Exploit-to-get-into-a-wordpress) |
RE: Is There Any Exploit to get into a wordpress - JackoLantern - 09-26-2013 Thanks Guys ![]() ![]()
RE: Is There Any Exploit to get into a wordpress - zomgwtfbbq - 09-26-2013 Another approach you could take is looking for other vulnerabilties. Maybe he has different software running on the site as well or like others stated, vulnerable plugins. If you can find a file upload vulnerability, you can use the medusa app(thc hacksuite cms, see my sig link) in order to steal the configuration file or to crack accounts w/o bruteforcing the server physically. RE: Is There Any Exploit to get into a wordpress - balmohan - 10-03-2013 If you want to hack you should first search for plugins and then search for each plugins loop hole on internet or detect yourself most of time plugins related to filemanager helps a lot RE: Is There Any Exploit to get into a wordpress - balmohan - 10-03-2013 If you want to hack you should first search for plugins and then search for each plugins loop hole on internet or detect yourself most of time plugins related to filemanager helps a lot RE: Is There Any Exploit to get into a wordpress - balmohan - 10-03-2013 If you want to hack you should first search for plugins and then search for each plugins loop hole on internet or detect yourself most of time plugins related to filemanager helps a lot RE: Is There Any Exploit to get into a wordpress - RogueCoder - 10-03-2013 I would say that wordpress is actually the easiest platform to hack. Not because wordpress itself is very vulnerable, but because most plugin developers has little to no knowledge about security. XSS, CSRF and SQLi are all over the place. Like stated by others you should find out what plugins they have installed, this can of course be done manually, but I would suggest you use WPScan for this. It gives you three options on enumerating plugins 1) p - Plugins (looks for around 2k plugins) 2) vp - Vulnerable plugins only 3) ap - All plugins (this looks for an installation of every single plugin on wordpress.org - last I checked it was just over 36k plugins) The result will give you info if any of the existing plugins are vulnerable. If you don't find anyone with known vulnerabilities you can analyse the code yourself to see if you can find some holes (the beauty of open source) either in the svn repo on wordpress.org or download the plugin. You could also, as mentioned earlier, look for other installations... One method is to look for this is to search for sub domains. To do this go to google and type the following Code: site:domain.com -site:www.domain.comThis will return all indexed results on this domain excluding all starting with www Hope this helps a bit ![]() Happy hacking RE: Is There Any Exploit to get into a wordpress - RogueCoder - 10-03-2013 I would say that wordpress is actually the easiest platform to hack. Not because wordpress itself is very vulnerable, but because most plugin developers has little to no knowledge about security. XSS, CSRF and SQLi are all over the place. Like stated by others you should find out what plugins they have installed, this can of course be done manually, but I would suggest you use WPScan for this. It gives you three options on enumerating plugins 1) p - Plugins (looks for around 2k plugins) 2) vp - Vulnerable plugins only 3) ap - All plugins (this looks for an installation of every single plugin on wordpress.org - last I checked it was just over 36k plugins) The result will give you info if any of the existing plugins are vulnerable. If you don't find anyone with known vulnerabilities you can analyse the code yourself to see if you can find some holes (the beauty of open source) either in the svn repo on wordpress.org or download the plugin. You could also, as mentioned earlier, look for other installations... One method is to look for this is to search for sub domains. To do this go to google and type the following Code: site:domain.com -site:www.domain.comThis will return all indexed results on this domain excluding all starting with www Hope this helps a bit ![]() Happy hacking RE: Is There Any Exploit to get into a wordpress - RogueCoder - 10-03-2013 I would say that wordpress is actually the easiest platform to hack. Not because wordpress itself is very vulnerable, but because most plugin developers has little to no knowledge about security. XSS, CSRF and SQLi are all over the place. Like stated by others you should find out what plugins they have installed, this can of course be done manually, but I would suggest you use WPScan for this. It gives you three options on enumerating plugins 1) p - Plugins (looks for around 2k plugins) 2) vp - Vulnerable plugins only 3) ap - All plugins (this looks for an installation of every single plugin on wordpress.org - last I checked it was just over 36k plugins) The result will give you info if any of the existing plugins are vulnerable. If you don't find anyone with known vulnerabilities you can analyse the code yourself to see if you can find some holes (the beauty of open source) either in the svn repo on wordpress.org or download the plugin. You could also, as mentioned earlier, look for other installations... One method is to look for this is to search for sub domains. To do this go to google and type the following Code: site:domain.com -site:www.domain.comThis will return all indexed results on this domain excluding all starting with www Hope this helps a bit ![]() Happy hacking RE: Is There Any Exploit to get into a wordpress - Anonymous36 - 10-08-2013 Hmm run a SQL Injection on the webpage but as said before,depends on what pages you want to get into. RE: Is There Any Exploit to get into a wordpress - sangpenguasa - 10-09-2013 (09-19-2013, 09:08 PM)JackoLantern Wrote: Admin Pages Like Password Protected Canyt brute force because i know that the password will not be in my wordlist i think SOCIAL ENGINEering Is Simple Methode. :Sealed: |