Writeup

So I am having a hard time tailoring the exploit used to get to user.txt… I am getting back

print “[+] Specify an url target”
^
SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(“[+] Specify an url target”)?

Obviously, the exploit won’t work out of the box and I didn’t expect it to but I’m not sure how I can change it or what parameters its looking for cause I looked inside at the code and I thought I was modeling the command correctly. Can someone PM me and point me in the correct direction for this please?

Edit: Okay, so I read in the comments here that I should be using python2 rather than 3… Okkay, but I still get an error when importing modules