Login Register




The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Is There Any Exploit to get into a wordpress filter_list
Author
Message
RE: Is There Any Exploit to get into a wordpress #11
Thanks Guys SmileSmileSmile

Reply

RE: Is There Any Exploit to get into a wordpress #12
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.

Reply

RE: Is There Any Exploit to get into a wordpress #13
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

Reply

RE: Is There Any Exploit to get into a wordpress #14
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

Reply

RE: Is There Any Exploit to get into a wordpress #15
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

Reply

RE: Is There Any Exploit to get into a wordpress #16
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.com

This will return all indexed results on this domain excluding all starting with www

Hope this helps a bit Smile
Happy hacking
"SQL Injection-a-holic"

Twitter | Security Sucks | My Blog

Reply

RE: Is There Any Exploit to get into a wordpress #17
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.com

This will return all indexed results on this domain excluding all starting with www

Hope this helps a bit Smile
Happy hacking
"SQL Injection-a-holic"

Twitter | Security Sucks | My Blog

Reply

RE: Is There Any Exploit to get into a wordpress #18
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.com

This will return all indexed results on this domain excluding all starting with www

Hope this helps a bit Smile
Happy hacking
"SQL Injection-a-holic"

Twitter | Security Sucks | My Blog

Reply

RE: Is There Any Exploit to get into a wordpress #19
Hmm run a SQL Injection on the webpage but as said before,depends on what pages you want to get into.

Reply

RE: Is There Any Exploit to get into a wordpress #20
(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
need some sorta way i want to get into the cp

i think SOCIAL ENGINEering Is Simple Methode.
:Sealed:

Reply