View Issue Details

IDProjectCategoryView StatusLast Update
0004813Kali LinuxQueued Tool Additionpublic2021-05-18 12:13
Reportersysprime Assigned Tosbrun  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Fixed in Version2021.1 
Summary0004813: CMSeeK - CMS Detection and Exploitation Suite
Description

CMSeek is essentially a CMS Detection, Enumeration and Exploitation suite.

  1. CMSeek can detect 20+ CMSs, WordPress advanced scan and has modular Bruteforce system.
  2. CMSeek's uses advanced development structures to aid later developments.
  3. CMSeek's structure is modular which means more support for different CMS detection can be added as an when it is coded.
  4. CMSeeK uses multi-threading to scan bulk listed sites for CMSs and detect them, which makes the process much faster and swifter.
  5. CMSeek stores all enumerated data and information systematically into its /Results path for each scanned site that makes the scanning process cleaner and persistent.

GitHub URL - https://github.com/Tuhinshubhra/CMSeeK

Activities

g0tmi1k

g0tmi1k

2018-06-22 06:14

administrator   ~0009296

To help speed up the process of evaluating the tool, please make sure to include the following information (the more information you include, the more beneficial it will for us):

  • [Name] - The name of the tool
  • [Version] - What version of the tool should be added?
    --- If it uses source control (such as git), please make sure there is a release to match (e.g. git tag)
  • [Homepage] - Where can the tool be found online? Where to go to get more information?
  • [Download] - Where to go to get the tool? either a download page or a link to the latest version
  • [Author] - Who made the tool?
  • [Licence] - How is the software distributed? What conditions does it come with?
  • [Description] - What is the tool about? What does it do?
  • [Dependencies] - What is needed for the tool to work?
  • [Similar tools] - What other tools are out there?
  • [Activity] - When did the project start? Is is still actively being deployed?
  • [How to install] - How do you compile it?
    --- Note, using source code to acquire (e.g. git clone/svn checkout) can't be used - Also downloading from the head. Please use a "tag" or "release" version.
  • [How to use] - What are some basic commands/functions to demonstrate it?
sysprime

sysprime

2018-06-22 16:45

reporter   ~0009297

[Name] - CMSeeK

[Version] - 1.0.1

[Homepage] - https://github.com/Tuhinshubhra/CMSeeK

[Download] - https://github.com/Tuhinshubhra/CMSeeK/releases/tag/1.0.1

[Author] - Tuhinshubhra (https://twitter.com/r3dhax0r)

[License] - GNU General Public License v3.0

[Description] - CMS Detection and Exploitation Suite

[Some notable features]-

  1. CMSeek can detect 20+ CMSs, WordPress advanced scan and has modular Bruteforce system.
  2. CMSeek's uses advanced development structures to aid later developments.
  3. CMSeek's structure is modular which means more support for different CMS detection can be added as an when it is coded.
  4. CMSeek stores all enumerated data and information systematically into its /Results path for each scanned site that makes the scanning process cleaner and persistent.

[Dependencies] - Python3

[Similar Tools] - WhatWeb (But there is no tool specific to CMS as of yet)

[Activity] - Released on 15-06-2018, Updated weekly

[How to install] - No compiling needed!

[How to use] -

  1. python3 cmseek.py
  2. Choose scan type
  3. Enter target
sysprime

sysprime

2018-07-06 01:01

reporter   ~0009344

Updated!

sysprime

sysprime

2018-07-18 04:04

reporter   ~0009374

Updated to version 1.0.4,
Now it supports joomla advanced scanning
[url] https://github.com/Tuhinshubhra/CMSeeK/releases/tag/v.1.0.4

sysprime

sysprime

2018-07-25 13:50

reporter   ~0009386

Updated to version 1.0.6,
USAGE:
python3 cmseek.py (for a guided scanning) OR
python3 cmseek.py [OPTIONS] <Target Specification>

SPECIFING TARGET:
-u URL, --url URL Target Url
-l LIST, -list LIST path of the file containing list of sites
for multi-site scan (comma separated)

USER AGENT:
-r, --random-agent Use a random user agent
--user-agent USER_AGENT Specify custom user agent

OUTPUT:
-v, --verbose Increase output verbosity

VERSION & UPDATING:
--update Update CMSeeK (Requires git)
--version Show CMSeeK version and exit

HELP & MISCELLANEOUS:
-h, --help Show this help message and exit
--clear-result Delete all the scan result

EXAMPLE USAGE:
python3 cmseek.py -u example.com # Scan example.com
python3 cmseek.py -l /home/user/target.txt # Scan the sites specified in target.txt (comma separated)
python3 cmseek.py -u example.com --user-agent Mozilla 5.0 # Scan example.com using custom user-Agent Mozilla is 5.0 used here
python3 cmseek.py -u example.com --random-agent # Scan example.com using a random user-Agent
python3 cmseek.py -v -u example.com # enabling verbose output while scanning example.com

sysprime

sysprime

2018-08-10 15:05

reporter   ~0009440

Updated, it can now detect over 50 CMSs

g0tmi1k

g0tmi1k

2020-01-13 13:41

administrator   ~0011896

@kali-team, please could this be packaged up.
@author, If you want to help the packaging process, you can check the documentation here ~ https://www.kali.org/docs/development/public-packaging

sbrun

sbrun

2021-04-30 12:24

manager   ~0014505

package cmseek version 1.1.3-0kali2 is in kali-rolling

Issue History

Date Modified Username Field Change
2018-06-22 03:38 sysprime New Issue
2018-06-22 06:14 g0tmi1k Note Added: 0009296
2018-06-22 16:45 sysprime Note Added: 0009297
2018-06-25 15:46 elwood Status new => acknowledged
2018-07-06 01:01 sysprime Note Added: 0009344
2018-07-18 04:04 sysprime Note Added: 0009374
2018-07-25 13:50 sysprime Note Added: 0009386
2018-08-10 15:05 sysprime Note Added: 0009440
2019-12-09 13:30 g0tmi1k Severity minor => feature
2019-12-09 13:30 g0tmi1k Status acknowledged => new
2019-12-10 11:57 g0tmi1k View Status private => public
2020-01-06 13:01 g0tmi1k Product Version 2018.2 =>
2020-01-13 13:41 g0tmi1k Note Added: 0011896
2020-01-13 13:41 g0tmi1k Status new => acknowledged
2020-01-13 13:41 g0tmi1k Category New Tool Requests => Queued Tool Addition
2020-06-17 14:57 g0tmi1k Severity feature => minor
2021-04-30 12:24 sbrun Assigned To => sbrun
2021-04-30 12:24 sbrun Status acknowledged => resolved
2021-04-30 12:24 sbrun Resolution open => fixed
2021-04-30 12:24 sbrun Note Added: 0014505
2021-05-18 10:39 g0tmi1k Fixed in Version => 2021.2
2021-05-18 12:13 g0tmi1k Fixed in Version 2021.2 => 2021.1