Skip to content

A script to scan federal domains to identify sites running Drupal

Notifications You must be signed in to change notification settings

mheadd/drupal-scan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scanning for Drupal

A script to scan federal domains to identify sites running Drupal. This script uses data from this GSA repository. The script makes a curl request to a website URL and looks for the X-Generator response header to identify Drupal sites. (Note - this is not a bulletproof way of identifying Drupal sites, but it's common for Drupal sites to use this response header.)

Usage

Modify the default settings if needed. Invoke the script and direct output to a file, like so:

~$ ./scan.sh > site-generators.csv

Other sources of similar data

About

A script to scan federal domains to identify sites running Drupal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%