wordpress_xmlrpc
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wordpress_xmlrpc [2016/03/22 07:50] – luke7858 | wordpress_xmlrpc [2024/05/23 07:26] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 29: | Line 29: | ||
**__NOTE__**: | **__NOTE__**: | ||
\\ | \\ | ||
- | It can be used with Perl, Java, Python, C, C++, PHP and many other programming languages | + | It can be used with Perl, Java, Python, C, C++, PHP and many other programming languages. |
\\ | \\ | ||
\\ | \\ | ||
- | === Checking apache | + | Checking apache |
\\ | \\ | ||
- | == httpd == | ||
<sxh bash> | <sxh bash> | ||
- | awk '/ | + | awk '/ |
- | </ | + | |
- | \\ | + | |
- | == nginx == | + | |
- | <sxh bash> | + | |
- | awk '/ | + | |
</ | </ | ||
\\ | \\ | ||
Line 48: | Line 41: | ||
<sxh bash> | <sxh bash> | ||
To prevent xmlrpc attacks add the following to a .htaccess | To prevent xmlrpc attacks add the following to a .htaccess | ||
- | <sxh bash> | ||
<Files " | <Files " | ||
Order Allow,Deny | Order Allow,Deny | ||
Line 58: | Line 50: | ||
**__Apache .htaccess: | **__Apache .htaccess: | ||
<sxh bash> | <sxh bash> | ||
- | <files xmlrpc.php=""> | + | <Files "xmlrpc.php"> |
Order Deny,Allow | Order Deny,Allow | ||
Deny from all | Deny from all |
wordpress_xmlrpc.1458633013.txt.gz · Last modified: 2024/05/23 07:26 (external edit)