Giter VIP home page Giter VIP logo

drupalcheck's People

Contributors

joesb avatar mikebell avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

joesb

drupalcheck's Issues

Redirect handling, in testThree in particular

I got a false positive when probing a .gov.uk TLD that is redirected to a www.gov.uk sub-page.

False positive came from testThree https://github.com/mikebell/drupalcheck/blob/master/src/DrupalCheck.php#L105-L139, in particular the Guzzle HEAD request in https://github.com/mikebell/drupalcheck/blob/master/src/DrupalCheck.php#L117

Domain is http://betterregulation.gov.uk which redirects any request on that domain to https://www.gov.uk/government/policies/business-regulation

The HEAD request returns the 200 code of the final destination, even though the path in the location of that page is not the /misc/drupal.js of the HEAD request.

Remove primary_response

The guzzle object is just duplicated inside here so we can remove it to simplify the code.

Alternate ways of checking for Drupal and/or version of Drupal

Just chucking out ideas at this stage, mainly for Drupal 8.


This would fail in Drupal 8 because it changed to drupalSettings, but then that's a way of testing for version.

You can also look for paths that use sites/default/files or sites/default/themes (changed to /themes in D8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.