yani / phpBrute

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

Helper::loadcURL() Problem #5

Open theman480 opened 5 years ago

theman480 commented 5 years ago

I'm learning php but I'm newbie. I really love this tool. I installed all the requirements the tools works perfectly to check proxies. The problem is with any config I have the following error:

PHP Fatal error:  Uncaught Error: Call to undefined method phpBrute\Helper::loadcURL() in /home/tito/Downloads/phpBrute/modules/SurfEasy.php:18
Stack trace:

Can you help me ?

yani commented 5 years ago

I have no idea of how that module works but there is no \phpBrute\Helper::loadcURL() method. You should create a new \phpBrute\CurlHandle().