finding
Footprinting
curl -s http://drupal.inlanefreight.local | grep Drupal
#Another way to identify Drupal CMS - nodes
# /node/1Identify Drupal version
curl -s http://drupal-acc.inlanefreight.local/CHANGELOG.txt | grep -m2 ""
curl -s http://drupal.inlanefreight.local/CHANGELOG.txtDrupal scan
droopescan scan drupal -u http://drupal.inlanefreight.localLast updated