nginxpwner
nginxpwner copied to clipboard
Update nginxpwner.py
gobuster keeps erroring.
2021/07/20 09:02:30 [!] 2 errors occurred:
* WordList (-w): Must be specified (use `-w -` for stdin)
* Url/Domain (-u): Must be specified
this fixes that.
Are you still having this issue? I am trying to reproduce the error but gobuster seems to be working fine for me
I got this error too, please merge
I had the same issue. Turns out I had an old version of gobuster installed via sudo apt install. From there I had to properly install go. Then I had further issues with new gobuster install (see github.com/OJ/gobuster/issues/330)