From 1afac199794397b0e9076bd3449295a2d25fbae3 Mon Sep 17 00:00:00 2001 From: motikan2010 Date: Sun, 9 Oct 2022 13:56:29 +0900 Subject: [PATCH] Fix typo in /parser/README.md --- parsers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```