Cvar1984 / sqlscan

Quick SQL Scanner, Dorker, Webshell injector PHP
Other
223 stars 33 forks source link

PHP Fatal error #1

Closed mobius07 closed 4 years ago

mobius07 commented 4 years ago

Hello.

I set all as described in the Kali and error appears:

root@kali:~# sqlscan http://demo.testfire.net PHP Fatal error: Uncaught PharException: bz2 extension is required for bzip2 compressed .phar file "/usr/local/bin/sqlscan" in /usr/local/bin/sqlscan:9 Stack trace: #0 /usr/local/bin/sqlscan(9): Phar::webPhar(NULL, 'index.php') #1 {main} thrown in /usr/local/bin/sqlscan on line 9

123

Cvar1984 commented 4 years ago

Hello.

I set all as described in the Kali and error appears:

root@kali:~# sqlscan http://demo.testfire.net PHP Fatal error: Uncaught PharException: bz2 extension is required for bzip2 compressed .phar file "/usr/local/bin/sqlscan" in /usr/local/bin/sqlscan:9 Stack trace: #0 /usr/local/bin/sqlscan(9): Phar::webPhar(NULL, 'index.php') #1 {main} thrown in /usr/local/bin/sqlscan on line 9

123

this tools need some php extension called php-bz2 You can install it using apt, pecl, or compile it manually here

mobius07 commented 4 years ago

Thank you, it worked.