unweb/plown
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
About ===== Plown is a security scanner for Plone CMS. Although Plone has the best security track record of any major CMS and is considered highly secure, misconfigurations and weak passwords might enable system break-ins. Plown has been developed to ease the discovery of usernames and passwords, and act as an assistant to system administrators to strengthen their Plone sites. Installation ============ Plown is written on Python and does not need installation. Just clone the github repository and run. user@user:~/Desktop$ git clone https://github.com/unweb/plown user@user:~/Desktop$ cd plown user@user:~/Desktop/plown$ ./plown.py What can Plown do ================= Plown has two modes: enumeration mode and brute force mode. On enumeration mode it tries to find usernames and find out if several known vulnerabilities exist. On brute force mode, Plown will try to authenticate to a Plone site using a list of users and passwords specified, by connecting with multiple threads. By default 16 threads are started, with that number being configurable. Plone version enumeration is scheduled for the next release of Plown. Help ==== Just run the program without any arguments to get some help user@user:~/Desktop/plown$ ./plown.py More ==== Learn about Plone security and how Plone addressess common security issues: http://plone.org/products/plone/security/overview To do ===== Plone version enumeration, based on md5 hashes of static stuff (js, css). Better username enumeration (crawl the site and look the Creator of each page). More vulnerabilities to be added. Author ====== Plown was created by provetza of https://unweb.me. provetza at unweb dot me Tested on ========= Python2.4, 2.6, 2.7 Credits ======= All credits go to Plone creators for this awesome CMS.
About
Security scanner tool for Plone CMS.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published