-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
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'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels