Skip to content

BraveLittleRoaster/ms15_034-boomstick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Requirements:

Python >= 3.6

Install requirements with:

pip3 install -r requirements.txt

Usage example:

python3 ms15_boomstick.py -u http://targeturl.com/ -c -d

Args:

optional arguments:
  -h, --help            show this help message and exit
  -l LOG_LEVEL, --log-level LOG_LEVEL
                        Log level to use: debug, info, warn, err
  -o LOG_LOCATION, --log-dir LOG_LOCATION
                        Specify the location for the log file to be saved.
  -f INPUT_FILE, --file INPUT_FILE
                        Specify a list of URLs to scan or DoS.
  -d, --dos             Execute a DoS attack against the target(s).
  -c, --check           Check for vulnerable hosts.
  -u URL, --url URL     Execute a scan or DoS on a single host.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages