├── LICENSE ├── README.md ├── presentation ├── Attacking-Drupal.pdf └── drupal-security-checklist.pdf └── scripts ├── d6-account-forcer.sh ├── d6-devel-exploit.sh ├── d7-account-forcer.sh ├── d7-devel-exploit.sh └── example-wordlist.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gfoss/attacking-drupal/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gfoss/attacking-drupal/HEAD/README.md -------------------------------------------------------------------------------- /presentation/Attacking-Drupal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gfoss/attacking-drupal/HEAD/presentation/Attacking-Drupal.pdf -------------------------------------------------------------------------------- /presentation/drupal-security-checklist.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gfoss/attacking-drupal/HEAD/presentation/drupal-security-checklist.pdf -------------------------------------------------------------------------------- /scripts/d6-account-forcer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gfoss/attacking-drupal/HEAD/scripts/d6-account-forcer.sh -------------------------------------------------------------------------------- /scripts/d6-devel-exploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gfoss/attacking-drupal/HEAD/scripts/d6-devel-exploit.sh -------------------------------------------------------------------------------- /scripts/d7-account-forcer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gfoss/attacking-drupal/HEAD/scripts/d7-account-forcer.sh -------------------------------------------------------------------------------- /scripts/d7-devel-exploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gfoss/attacking-drupal/HEAD/scripts/d7-devel-exploit.sh -------------------------------------------------------------------------------- /scripts/example-wordlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gfoss/attacking-drupal/HEAD/scripts/example-wordlist.txt --------------------------------------------------------------------------------