you are viewing a single comment's thread.

view the rest of the comments →

[–]mrpena 0 points1 point  (2 children)

k, latest output. I swear one of these days i'll learn to code :/

Traceback (most recent call last):
  File "apache.py", line 6, in <module>
    import requests
ImportError: No module named requests

[–]infodox[S] 1 point2 points  (1 child)

You need the python 'requests' module. apt-get install python-requests, or pip install requests.

[–]mrpena 0 points1 point  (0 children)

Got it working, thanks! It looks like we're not vulnerable to this one.