Simple Python Scripts: CMS Version Retrieval
- by Vince
-
in Blog
-
Hits: 1464
I've been reading books on Red Teaming and one of the differences that stands out from Pentesting is the need to be stealthy. Pentesting tools are very noisy and in a mature, or maybe even not so mature, environment, running stock Kali tools might set off an alert and trigger a ban of some sort.
So I was thinking -- if I wanted to get the WordPress version from a site in a stealthy manner, how would I go about doing that? Let's paint that picture a bit more -- I'm on a network with my Kali laptop, I don't have access to the Internet, and I found a web server running WordPress. I want to make as little noise as possible. As it turns out, I know that I can get the WordPress version from wp-links-opml.php and I'll do it with Python because using a browser is lame. :)