Title: Hacking
Last modified: August 19, 2016

---

# Hacking

 *  [slamd](https://wordpress.org/support/users/slamd/)
 * (@slamd)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/hacking/)
 * Any wordpress plugins made to prevent hacking?
 * thanks

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/hacking/page/2/?output_format=md) [→](https://wordpress.org/support/topic/hacking/page/2/?output_format=md)

 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/hacking/#post-757949)
 * prevent hacking?
 * No. There are a ton of plugins that can help in that regard though.
 * Perhaps your search-fu no worky.
 *  [Michael Torbert](https://wordpress.org/support/users/hallsofmontezuma/)
 * (@hallsofmontezuma)
 * WordPress Virtuoso
 * [17 years, 11 months ago](https://wordpress.org/support/topic/hacking/#post-757951)
 * There’s a search function?
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/hacking/#post-757953)
 * you wouldn’t know it 😛 I can see you are acclimating well to being around longer
   than a day or two. It can turn you [smug](http://www.merriam-webster.com/dictionary/smug),
   you know.
 * That old saying “when youve walked in someones shoes..” really applies around
   here. 🙂
 *  [Michael Torbert](https://wordpress.org/support/users/hallsofmontezuma/)
 * (@hallsofmontezuma)
 * WordPress Virtuoso
 * [17 years, 11 months ago](https://wordpress.org/support/topic/hacking/#post-757961)
 * Well whooami,
 * We’ve certainly had quite a history together over the past few months or so, 
   but I think we’ve come to a pretty good common understanding with a mutual respect.
   
   🙂
 *  Thread Starter [slamd](https://wordpress.org/support/users/slamd/)
 * (@slamd)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/hacking/#post-757984)
 * I searched already with no luck. and you take that Female simon cowell of word
   press thing to serious. i hope your getting payed.
 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/hacking/#post-757986)
 * Please, also review [Hardening_WordPress](http://codex.wordpress.org/Hardening_WordPress).
 *  Thread Starter [slamd](https://wordpress.org/support/users/slamd/)
 * (@slamd)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/hacking/#post-757987)
 * Thanks for the help Michael
 *  [Michael Torbert](https://wordpress.org/support/users/hallsofmontezuma/)
 * (@hallsofmontezuma)
 * WordPress Virtuoso
 * [17 years, 11 months ago](https://wordpress.org/support/topic/hacking/#post-757995)
 * I suppose I could give you the link to [this](http://wordpress.org/extend/plugins/wp-security-scan/)
   plugin.
 *  Thread Starter [slamd](https://wordpress.org/support/users/slamd/)
 * (@slamd)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/hacking/#post-758005)
 * thanks
 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/hacking/#post-758044)
 * And this site also has some good stuff:
    [http://blogsecurity.net/](http://blogsecurity.net/)
 *  [ronchicago](https://wordpress.org/support/users/ronchicago/)
 * (@ronchicago)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/hacking/#post-758078)
 * i just upgraded to v2.5 after my 2.1.1 was infiltrated. while preparing for the
   changes/upgrade i did create a htaccess configure for the wp-admin directory 
   as described in hardening wordpress. but fortifying the directory made this too
   difficult for humans who wish to access the site for comments.
 * if we are just trying to stop robots isn’t there code that goes into wp-admin
   that filters out characters like single quote, double quote, slash, back slash,
   semi colon, extended character like NULL, carry return, new line, etc. this setup
   makes it tough on sql injections without normal humans even knowing about the
   extra security.
 * also wish there was a way to make a new registration have to confirm via an email
   response. i get so many fake registrations.
 *  [Michael Torbert](https://wordpress.org/support/users/hallsofmontezuma/)
 * (@hallsofmontezuma)
 * WordPress Virtuoso
 * [17 years, 11 months ago](https://wordpress.org/support/topic/hacking/#post-758079)
 * Always make sure that you have the latest version of WordPress. I know this can
   be frustrating depending on your specific setup, but that’s really the first 
   step in security.
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/hacking/#post-758081)
 * > i get so many fake registrations.
 * I can provide the ultimate fix for that. I have stopped using deadbolt even since
   this is so much better.
 * Im not to sure about it being pluginable though, but if youre game to modifying
   1-2 files, it is the show stopper for spam registrations (and I can prove it 
   from my post logs).
 * And just something along those same lines.. try and find that captcha thing that
   works on the registration .. isnt there one, wasnt there one??
 * The spam registrations are scripted and easily thwarted by adding anything to
   the current registration fields. That or removing/renaming something. You just
   need to check, on the other side of the form submission that what you asked for
   was what you received.
    —
 * Edit: on second glance, it might be 3 files, but done correctly,.. maybe ill 
   write this up, and include some really good commenting.
 * You might even do most of the work, with the custom fields for registration plugin,
   if there was one, is there one?? 😛
 *  [ronchicago](https://wordpress.org/support/users/ronchicago/)
 * (@ronchicago)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/hacking/#post-758123)
 * whoo, no offense but you can talk yoda-like… anyway, a little more registration
   write up would indeed be beneficial and appreciated.
 * back to the htaccess barrier == is it effective to include some of this code 
   to limit bot entries to just jpgs, pngs, and not executable codes, etc.? here
   are tips – any opines on some of these tips?
 * [http://www.askapache.com/htaccess/security-with-apache-htaccess.html](http://www.askapache.com/htaccess/security-with-apache-htaccess.html)
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/hacking/#post-758126)
 * > you can talk yoda-like
 * ahahh, like Yoda from star wars?? 🙂 Thats cool.
 * I could have explained in more detail, but you would have probably ended up confused(
   more).

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/hacking/page/2/?output_format=md) [→](https://wordpress.org/support/topic/hacking/page/2/?output_format=md)

The topic ‘Hacking’ is closed to new replies.

 * 17 replies
 * 5 participants
 * Last reply from: [ronchicago](https://wordpress.org/support/users/ronchicago/)
 * Last activity: [17 years, 10 months ago](https://wordpress.org/support/topic/hacking/page/2/#post-758147)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
