Skip to content

tophat-cloud/cumulus-scanner

main
Switch branches/tags

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

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Sentry

Application Weakness Monitoring Software

Cumulus Scanner

Web weakness scanner for cumulus.

also can use as CLI scanner like nikto, sqlmap.

Get Started

Install Chrome

If you have already chrome skip this part

#install chrome 95.0.4638.54
#cumulus scanner use chromedriver ver 95.0.4638.17
https://support.google.com/chrome/answer/95346?hl=ko&co=GENIE.Platform%3DDesktop

Installation

git clone https://github.com/tophat-cloud/cumulus-scanner.git
cd cumulus-scanner
pip3 install -r requirements.txt
cd thunder_mushroom

Give the chromedriver the executive authority according to your os. Chromedriver is in cumulus-scanner/thunder_mushroom folder

chmod 555 chromedriver_mac64
chmod 555 chromedriver_mac_m1
chmod 555 chromedriver_linux

cumulus-scanner works out of the box with Python version 3.x on any platform.

Run

python3 mushroom_test.py -u example.com -o a

Usage

    -u, --url # set scan target url
    
    -o --options # set all module or single module
        - a # use all scanner module
        - c # use check unnecessary comment module
        - d # use directory traversal module
        - g # use guessing moduele
        - f # use find unobfuscated code module

Types of weakness that can be found

  • Unnecessary Comment
  • Directory Traversal
  • Guessing
  • Unobfuscated Code

Contents

Author

TopHat

@lookuss  from TopHat