cat_ID) != "") {
?>
Subcategories
";
wp_list_categories('orderby=id&show_count=0&title_li=
&use_desc_for_title=1&child_of='.$this_category->cat_ID);
echo "
";
?>
Posts Tagged symlink
April 28, 2014
This attack usually occurs after the attacker has been able to read the contents of the /etc/passwd file and has enumerated the server’s users. The attacker then runs a script which blindly builds symbolic links (a bit like shortcuts on Windows or Aliases on a Mac) to locations where configuration files for commonly used CMS […]
+
June 6, 2013
Find Symlink files or folders in your cpanel server There are many symlink hacking attempt caused trouble in your server. they can create a sym link folder by using script. This is major security issues. how to find all the symbolic links under a particular directory using the “find” command. Use the below commands to […]
+