Giter Site home page Giter Site logo

Comments (7)

g0tmi1k avatar g0tmi1k commented on May 20, 2024 1

I stand corrected then!
Will fix this :)

from drupalgeddon2.

0xQwip avatar 0xQwip commented on May 20, 2024

Closing this issue because before me someone else created an issue for the same bug.

from drupalgeddon2.

0xQwip avatar 0xQwip commented on May 20, 2024

Reopening the issue because the other earlier issue for the same bug is now closed by the user.

from drupalgeddon2.

g0tmi1k avatar g0tmi1k commented on May 20, 2024
405 Method Not Allowed

Guessing there is a WAF or some type of protection on the target.

The PoC isn't designed to bypass them out of the box (nor will it ever be). You will need to enum and tweak it to match the environment.
There are places in the script todo so (can't say which as it depends on the target's setup!)

from drupalgeddon2.

0xQwip avatar 0xQwip commented on May 20, 2024

Hi @g0tmi1k

I don't think there is some type of WAF blocking that because I have tried drupalgeddon2.rb on https://[REDACTED].com/ and it failed to to retrieve https://[REDACTED].com/CHANGELOG.txt but then I have tried to retrive the same file with Python Requests and it worked. Below is the output of it:

$ python
Python 2.7.12 (default, Dec 4 2017, 14:50:18)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import requests
r = requests.get("https://[REDACTED].com/CHANGELOG.txt")
print r
<Response [200]>
r.text
u'\nDrupal 7.31, 2014-08-06\ [......................................................................................................................

from drupalgeddon2.

g0tmi1k avatar g0tmi1k commented on May 20, 2024

@0xQwip If thats the case, the its def a WAF ;)

The only thing I will say on the matter, pipe the requests though a proxy and see what is different between the two. Because there is one key thing (cough user-agent* cough).

from drupalgeddon2.

0xQwip avatar 0xQwip commented on May 20, 2024

@g0tmi1k, 😂 I can confirm it is not a WAF.

I have piped the requests through Burp and the request to https://[REDACTED].com/CHANGELOG.txt and also to ~/core/CHANGELOG.txt ~/includes/bootstrap.inc /core/includes/bootstrap.inc are POST requests (https://imgur.com/rtUgk99) and that is the reason it is failing to retrieve the respective files. When I changed it to GET in Burp it worked fine without changing anything else (not even user-agent 😉 ). (https://imgur.com/vQv8d1Q)

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.