Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add other methods to check wordpress #4

Open
numb95 opened this issue Feb 19, 2019 · 0 comments
Open

add other methods to check wordpress #4

numb95 opened this issue Feb 19, 2019 · 0 comments
Labels
feature New feature

Comments

@numb95
Copy link
Owner

numb95 commented Feb 19, 2019

Methods:

  • looking for wordpress in License.txt and readme.html in case of existance.

  • looking for */wp-content/* in the source code for static files which means it's WordPress

  • looking for Wordpress keyword in the source of the page which added by plugins and also commented.

    • <!-- This site is optimized with the Yoast

    • <!-- Analytics by WP-Statistics

    • <!-- All in One SEO Pack

  • other source code methods

    • div class=*elementor (should use regex for this method0)

    • <section class=*elementor>

  • the existence of */wp-admin/

  • looking for wp-login.php and wp-trackback.php

-in /feed source code there should be <generator>https://wordpress.org/?v=X.Y.Z</generator> or site xmlns="com-wordpress:feed-additions:1">INT</site></channel>

  • in http header request :
    • X-Powered-By

      • W3 Total Cache

      • WP Rocket

      • WP SUper cache

      • wpCache

    • Link

@numb95 numb95 added the feature New feature label Feb 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant