CVE-2018-7600 icon indicating copy to clipboard operation
CVE-2018-7600 copied to clipboard

drupal_cve_2018_7600.py is getting failed

Open sekhar1240 opened this issue 4 years ago • 2 comments

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'

sekhar1240 avatar Oct 13 '21 19:10 sekhar1240

me too , the same problem

zxc7528064 avatar Jul 07 '22 00:07 zxc7528064

Looks like a typo in IP address in your command. I have just run the code and have no issues.

baggers27 avatar Jan 12 '23 14:01 baggers27