From 8715df87c15cd8e7c3d3611a286eb4c7c4865e70 Mon Sep 17 00:00:00 2001 From: LZ <3459847+HackingLZ@users.noreply.github.com> Date: Mon, 19 May 2025 13:23:34 -0400 Subject: [PATCH] Add requirements and update README --- README.md | 11 ++++++++++- requirements.txt | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index cf35ef1..3173d71 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,16 @@ Simple(you should probably just do this in bash with grep) PANOS support file checker that extracts some places to look for CVE-2024-3400 IoCs -Generate the support file from +Generate the support file from Device -> Support -> Generate Tech Support file iocs.txt should include IPs/hosts from known bad for example https://github.com/volexity/threat-intel/blob/main/2024/2024-04-12%20Palo%20Alto%20Networks%20GlobalProtect/indicators/iocs.csv + +## Setup + +This repository includes a `requirements.txt` file listing the Python +dependencies. Install them using `pip`: + +```bash +pip install -r requirements.txt +``` diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a5d5159 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +tabulate