Skip to content

cjgratacos/drupalgeddon2-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drupalgeddon 2 Test Scripts

Please note that this tool is for educational purpose only

This is a small tool to test out if your Drupal 8 site is vulnerable to the latest attack trend reported as CVE-2018-7600 also known as Drupalgeddon 2.

The most common entry point for the attack is the default user registration form provided by core, this is where we focus our test in this package.

How to use

Download the package by cloning the repo. Then run composer install, to install all the dependencies.

Create a json file that is just an array of all sites which you wish to test out, example:

// sites.json
[
    "https://www.foo.org",
    "https://www.abc_test.com",
    ...
]

after creating the json file, just run on the command line:

$ composer run-script drupalgeddon2 sites.json

and you should see a report on the command line of all the test results.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages