diff --git a/parsers/README.md b/parsers/README.md index 081be35..8c03259 100644 --- a/parsers/README.md +++ b/parsers/README.md @@ -3,7 +3,7 @@ These scripts allows you to transform the output of linpeas/macpeas/winpeas to JSON and then to PDF and HTML. ```python3 -python3 peass2json.py +python3 peas2json.py python3 json2pdf.py python3 json2html.py ```