stark0de / nginxpwner

Nginxpwner is a simple tool to look for common Nginx misconfigurations and vulnerabilities.
Apache License 2.0
1.47k stars 145 forks source link

Update requirements.txt #7

Closed random-robbie closed 2 years ago

random-robbie commented 3 years ago

Fixed.

            A common vulnerability scanner for Nginx
                      Author @stark0de1
Traceback (most recent call last):
  File "nginxpwner.py", line 46, in <module>
    soup = BeautifulSoup(html,'lxml')
  File "/usr/local/lib/python3.7/site-packages/bs4/__init__.py", line 246, in __init__
    % ",".join(features))
bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?