earentir / cmsum

CMS User Management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmsum

CMS User Management A tool to do a query and return the users for the CMS in the current path Supports:

  • Wordpress
  • Joomla

Features

  • List Users & Roles

Usage/Examples

WordPress

[earentir@Athena www]$ cmsum

DB Name: website_db
DB User: website_user
Identified WordPress table prefixes: wp
WordPress Users for prefix 'wp':
ID: 1, Username: administrator, Email: administrator@domain.tld, Role: Administrator, First Name: , Last Name: , Nickname:

Joomla

[earentir@Athena www]$ cmsum

 ~/cmsum
DB Name: website_db
DB User: website_user

Identified Joomla table prefixes: rq5bl

Identified Joomla users:
ID: 739, Username: administrator, Roles: Super Users, Name: Super User, Email: info@domain.tld
ID: 740, Username: admin, Roles: Super Users, Name: Admin, Email: support@domain.tld

Roadmap

  • Change User Password

  • Return CMS Version

Dependancies & Documentation

Go Mod

Go Reference

Dependancies

Authors

License

I will always follow the Linux Kernel License as primary, if you require any other OPEN license please let me know and I will try to accomodate it.

License

About

CMS User Management

License:GNU General Public License v2.0


Languages

Language:Go 100.0%