Securing your wordpress from sql injection and hack attempt

In general there are many form of hacking attempt in real world but with little practice we can lowering that risk.

Protect your configuration files :

chmod 444

just reminder :

4 = read

2 = write

1 = execute

First 4 for owner

Second 4 for group

third 4 for others (beside owner dan group)

Make sure you chmod 444 to :

How to do this chmod?

1. Using your FTP client ( I use coreftp ) :

Right click on file or folder you want to change mode (chmod).

Click ‘Properties

chmod Securing your wordpress from sql injection and hack attempt

Delete 644, change it into 444, click OK to apply.

chmod2 Securing your wordpress from sql injection and hack attempt

After successfully chmod, you’ll see the attribut into r-r-r (read)

chmod3 Securing your wordpress from sql injection and hack attempt

2. Using File manager (cpanel)

Tick folder or file you want change its chmod, then click ‘Change Permissions’

chmod4 Securing your wordpress from sql injection and hack attempt

Untick selected mode, number will change automatically. Click ‘Change Permission’ to apply.

chmod5 Securing your wordpress from sql injection and hack attempt

At right side on ‘Perms’ you’ll see ’0444′ on succesfull chmod.

chmod6 Securing your wordpress from sql injection and hack attempt

Related Reading:

Using DrupalUsing Drupal

With the recipes in this book, you can take full advantage of the vast collection of community-contributed modules that make the Drupal web framewo... Read More >

Drupal For DummiesDrupal For Dummies

Learn to set up, manage, and administer a Drupal Web site

Drupal offers unparalleled flexibility for content-managed Web sites, but most ... Read More >

Pro Drupal Development, Second EditionPro Drupal Development, Second Edition

Widely praised for its in–depth coverage of Drupal internals, bestselling Pro Drupal Development has been completely updated for Drupal 6 in thi... Read More >

Front End Drupal: Designing, Theming, ScriptingFront End Drupal: Designing, Theming, Scripting

“For Drupal to succeed, we need books like this.”

–Dries Buytaert, Drupal founder and project... Read More >

Cracking Drupal: A Drop in the BucketCracking Drupal: A Drop in the BucketThe first book to reveal the vulnerabilities and security issues that exist in the sites that have been built with Drupal?and how to prevent them from... Read More >

Thanks for reading, if you think this post help you please consider to buy me a beer

Search Terms :

  • chmod hack
  • chmod rrr
  • wordpress hack chmod
  • addon domains stop hacks on phpmyadmin
  • securing wampserver wordpress
  • securing wordpress with cpanel
  • sql error hac
  • sql injection 644
  • sql injection ? ???????
  • sql injection powered by wordpress
  • wordpress ?feed= injection
  • wordpress chmod 444
  • wordpress hack attempt
  • wordpress sql injection attempt
  • wordpress sql permission
  • php chmod wordpress
  • indonesia hacking attempts up
  • check folder chmod for wordpres
  • CHMOD 444 es posible hackeralo
  • chmod permission wordpress hostgator
    • Share/Bookmark
    Tips

    If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

    Comments

    2 Responses to “Securing your wordpress from sql injection and hack attempt”