What is /wp-includes/wlwmanifest.xml?
Created
16th August 2023
Updated
17th August 2023
wlwmanifest.xml is a file provided as part of Wordpress installations. It was used by Windows Live Writer, part of a set of applications bundled into Windows 7. The software was end-of-life'd around 2012 and unavailable from Microsoft after 2017 according to Wikipedia. The application continued in an open source environment until 2019 when it was abandoned.
Windows Live Writer could be used to interface to your Wordpress blog by sending a GET request to wlwmanifest.xml. The file told Windows Live Writer various details about the blog and how it could be used, where the APIs where, etc.
The file can also reveal the location of the admin backend URL. If you're a poweruser who changed it, it might not be doing a lot to obfuscate anything.
Examples of the file can be found online. An example structure:
<manifest xmlns="urn:schemas-microsoft-com:xml-wlw">
<manifestVersion>1.0</manifestVersion>
<application>
<manifestName>WordPress</manifestName>
<manifestIconUrl>https://example.com/favicon.ico</manifestIconUrl>
</application>
<weblog>
<homepageLinkText>My WordPress Site</homepageLinkText>
<homepageUrl>https://example.com/</homepageUrl>
<api>
<displayName>WordPress</displayName>
<postApiUrl>https://example.com/xmlrpc.php</postApiUrl>
<getCategoriesApiUrl>https://example.com/xmlrpc.php?rsd</getCategoriesApiUrl>
<getTagsApiUrl>https://example.com/xmlrpc.php?rsd</getTagsApiUrl>
<getRecentPostsApiUrl>https://example.com/xmlrpc.php?rsd</getRecentPostsApiUrl>
</api>
</weblog>
</manifest>
References
- Security Stack Exchange. (n.d.). Why might I want to remove the wlwmanifest.xml file in WordPress? Retrieved August 15, 2023, from https://security.stackexchange.com/questions/189800/why-might-i-want-to-remove-the-wlwmanifest-xml-file-in-wordpress
- WordPress Support Forums. (n.d.). wlwmanifest.xml file. Retrieved August 15, 2023, from https://wordpress.org/support/topic/wlwmanifest-xml-file/
- Wikipedia. (n.d.). Windows Live Writer. In Wikipedia. Retrieved August 15, 2023, from https://en.wikipedia.org/wiki/Windows_Live_Writer
- CKAN. (n.d.). wlwmanifest.xml. Retrieved August 15, 2023, from https://github.com/ckan/ckan.github.io/blob/master/assets/wlwmanifest.xml
Other known request paths
- //blog/wp-includes/wlwmanifest.xml
- //web/wp-includes/wlwmanifest.xml
- //wordpress/wp-includes/wlwmanifest.xml
- //wp/wp-includes/wlwmanifest.xml
- //2020/wp-includes/wlwmanifest.xml
- //2019/wp-includes/wlwmanifest.xml
- //2021/wp-includes/wlwmanifest.xml
- //shop/wp-includes/wlwmanifest.xml
- //wp1/wp-includes/wlwmanifest.xml
- //test/wp-includes/wlwmanifest.xml
- //site/wp-includes/wlwmanifest.xml
- //cms/wp-includes/wlwmanifest.xml
- //wp-includes/wlwmanifest.xml
- //website/wp-includes/wlwmanifest.xml
- //news/wp-includes/wlwmanifest.xml
- //wp2/wp-includes/wlwmanifest.xml
- //sito/wp-includes/wlwmanifest.xml
- /wp-includes/wlwmanifest.xml
- //2018/wp-includes/wlwmanifest.xml
- //media/wp-includes/wlwmanifest.xml
- /wp-includes/id3/license.txt/blog/wp-includes/wlwmanifest.xml
- /wp-includes/id3/license.txt/web/wp-includes/wlwmanifest.xml
- /wp-includes/id3/license.txt/wordpress/wp-includes/wlwmanifest.xml
- /wp-includes/id3/license.txt/wp/wp-includes/wlwmanifest.xml
- /wp-includes/id3/license.txt/2020/wp-includes/wlwmanifest.xml
- /wp-includes/id3/license.txt/2019/wp-includes/wlwmanifest.xml
- /wp-includes/id3/license.txt/2021/wp-includes/wlwmanifest.xml
- /wp-includes/id3/license.txt/shop/wp-includes/wlwmanifest.xml
- /wp-includes/id3/license.txt/wp1/wp-includes/wlwmanifest.xml
- /wp-includes/id3/license.txt/test/wp-includes/wlwmanifest.xml
- /wp-includes/id3/license.txt/site/wp-includes/wlwmanifest.xml
- /wp-includes/id3/license.txt/cms/wp-includes/wlwmanifest.xml