You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[*] 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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: