dreadlocked / Drupalgeddon2

Exploit for Drupal v7.x + v8.x (Drupalgeddon 2 / CVE-2018-7600 / SA-CORE-2018-002)
575 stars 174 forks source link

Opens up regex to include http in version check #66

Closed cruzanstx closed 3 years ago

cruzanstx commented 3 years ago

Line 298 adds a ? (making s optional) to the s character of https to allow for http://www.drupal.org regex. Also adds ? to (www.) also making that optional.