hatRiot / clusterd

application server attack toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tomcat Deployer ValueError

phin3has opened this issue · comments

I used the payload generator, built a .war file then pointed it to a default tomcat installation. I get a ValueError back ...this is tomcat 5.5

details documented here:
http://pastebin.com/Aedr2zZy

I cannot reproduce this. Can you confirm that the payload you generated was successful, i.e. unzip -l it? Can you post the --gen-payload you used?

This was discovered to be an issue with an out of date Requests install. If you run into this, please ensure that your Requests library is >= 2.2.1 with pip install --upgrade requests

Perfect. Confirmed fixed.