I refer to the above url & I've got python 2.7 installed successfully on my Win XP.
When I ran the command below, got the error below: need to help with the line 13 & importError :
C:\rootc\strut>python struts-pwn.py --check --url 'http://www.google.com'
Traceback (most recent call last):
File "struts-pwn.py", line 13, in <module>
import requests
ImportError: No module named requests
Attached is the python script I downloaded ie struts-pwn.py struts-pwn.py
C:\rootc\strut>python struts-pwn.py --check --url http://www.google.com
Traceback (most recent call last):
File "struts-pwn.py", line 13, in <module>
import requests
ImportError: No module named requests
C:\rootc\strut>
C:\rootc\strut>python struts-pwn.py --check --url "http://www.google.com"
Traceback (most recent call last):
File "struts-pwn.py", line 13, in <module>
import requests
ImportError: No module named requests
Line 13 reads:
import requests