Skip to content

drupal_cve_2018_7600.py is getting failed  #2

@sekhar1240

Description

@sekhar1240

I have installed drupal:8.3 using docker and trying to execute your script but I was getting below error.

python3 drupal_cve_2018_7600.py http://127.0.01:8080 -c "systeminfo"

=============================================================================
| DRUPAL 7 <= 7.57 REMOTE CODE EXECUTION (CVE-2018-7600) |
| by pimps |

[*] Poisoning a form and including it in cache.
ERROR: Something went wrong.
Traceback (most recent call last):
File "drupal_cve_2018_7600.py", line 57, in
main()
File "drupal_cve_2018_7600.py", line 53, in main
pwn_target(args.target.strip(), args.function.strip(), args.command.strip(), args.proxy.strip())
File "drupal_cve_2018_7600.py", line 32, in pwn_target
form_build_id = form.find('input', {'name': 'form_build_id'}).get('value')
AttributeError: 'NoneType' object has no attribute 'find'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions