yani / phpBrute

Threaded web-automation pentesting tool.
GNU General Public License v2.0
4 stars 3 forks source link

API / JSON output #2

Open djoey123 opened 6 years ago

djoey123 commented 6 years ago

If you have time maybe could you make an single proxy checker as.

php phpBrute.php -m ProxyChecker -i proxy:port

as output: 1 = working 0 = not working

or some tips how i can make this,

tnx 👍

yani commented 6 years ago

Yeah I've been wanting to add a flag like -api or -json which would return the output in said format. But that's for the future.

Right now you can directly include the ModuleFactory php class. It might be hard if you have not much PHP experience, but I made it in a way that would allow you to use a module even from normal website.