xmlrpc.php

Recently in the server logs I saw lots of attempts to /xmlrpc.php/xmlrpc.php is the file used for Pingbacks, so if someone links to my blog , they […]

WordPress Exploits and Solutions

Issue Description 1In default WordPress installation there are several methods to enumerate authors username. These Word Press users can then be used in brute­ force attacks against […]

How to remove Reply Link on WordPress Comments

The Fucntion for this is :  http://codex.wordpress.org/Function_Reference/comment_reply_linkHowvever you can disable discussions in Comments via :Enable nested comments in Admin > Settings > Discussion:Enable threaded (nested) comments levels […]

How To Enable The SSH Server on Bitnami WordPress Turnkey

Debiansudo rm -f /etc/ssh/sshd_not_to_be_run sudo systemctl enable ssh sudo systemctl start sshUbuntusudo mv /etc/init/ssh.conf.back /etc/init/ssh.conf sudo start sshSetting the IPsudo ifconfig eth0 192.168.1.234 netmask 255.255.255.0 up Check […]