grahamzemel / WebHeckScanner

A hacking tool for bug bounties. Sharing and modifying is encouraged!
https://grahamzemel.com/projects/web-heck-scanner
GNU General Public License v3.0
232 stars 51 forks source link

problem to install pv tool #7

Closed codefaztaz closed 1 year ago

codefaztaz commented 1 year ago

I can not run sudo sh ./configure.in

sudo sh ./configure.in ./configure.in: 1: dnl: not found ./configure.in: 3: Syntax error: word unexpected (expecting ")")

grahamzemel commented 1 year ago

Hi, you haven't supplied any file names or directories so I'm not really sure what the issue is. If you have problems with the webHeck.sh file, you should follow the instructions in the documentation for installing the tool after you've downloaded a fresh copy of the repository. Otherwise, you should review the other compiled projects on their own separate repositories, which are also linked in the ReadMe.md documentation. Thanks!