Coder Social home page Coder Social logo

Comments (5)

dreadlocked avatar dreadlocked commented on July 19, 2024

Give Drupal write permissions!

from drupalgeddon2.

0xQwip avatar 0xQwip commented on July 19, 2024

from drupalgeddon2.

g0tmi1k avatar g0tmi1k commented on July 19, 2024

Is the the target Drupal v7 @0xQwip ?
Could you give a complete output of the script?

from drupalgeddon2.

0xQwip avatar 0xQwip commented on July 19, 2024

Yes, @g0tmi1k the target is Drupal 7.31.

Here is the complete output of the script: https://ghostbin.com/paste/msk2z

P.S. I have changed the script to consider it as Drupal 7.x because it was not able to detect it itself.

elsif response.code == "403"
puts "[+] Found : #{uri} (#{response.code})"
# Get version from URL
# $drupalverion = uri.match(/core/)? "8.x" : "7.x"
$drupalverion = "7.x"
else

Changed snippet of code ^

from drupalgeddon2.

g0tmi1k avatar g0tmi1k commented on July 19, 2024

The HTTP 405 is the same as #21 (Using POST rather than GET). Thats been fixed up - so it should be able to detect the version from the changelog.txt file now.

Is there any disabled functions in PHP? A WAF?

Now installing v7.31 locally to test.


Edit: Out of the box, working for me. Guessing its some configuration thats causing the issue.
Whats the OS? PHP version? Apache version? Anything functions disabled? Security in place?

from drupalgeddon2.

Related Issues (20)

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.