-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
WordPress Fixes and Improvements #1786
Conversation
The Although not mandatory, it is best practice to match the directory structure with the category. For example, a module in |
I already tried that but it is not working. For example, I created a beef:
module:
hook_latest_post:
enable: true
category: Wordpress
name: WordPress Hook Latest Post
description: |
Adds a hook in the latest published post. The module should be executed via an admin hooked browser,
which are allowed to put JavaScript in a content post for example (unless the DISALLOW_UNFILTERED_HTML is set to true)
authors: ['Erwan LR']
target:
working: ['ALL'] However, the Wordpress category appears under the |
… error when plugin file called directly
Any updates on this ? Ps: Travis seems to be failing for something unrelated to the work done here |
I just re-ran the build and it had the same error,
|
@erwanlr I have found that the error is completely unrelated, and have been able to replicate it just in master. I am going to make a ticket for it and merge the pull request. If there is no any other issues or comments for this, i.e. as above with getting the module to show in the wordpress folder. I will close this and the original ticket. |
@erwanlr What else is there to do moving forward with this? What assistance might i be able to provide or help with? |
Yes, I tried what bcoles suggested but it was not working, as mentioned in #1786 (comment) We also need to decide what to do with the previous modules (modules/exploits/wordpress_add_admin and modules/misc/wordpress_post_auth_rce) which are now obsolete |
misc/wordpress_post_auth_rce
modulemisc/wordpress_current_user_info
moduleQuestions:
module/wordpress
folder is not enough by the looks of itmodules/exploits/wordpress_add_admin
andmodules/misc/wordpress_post_auth_rce
) ?