From 306f0b01ca0c3a3eccd055a7804b32a0fa769b83 Mon Sep 17 00:00:00 2001 From: d3vyce Date: Sat, 11 Feb 2023 05:37:31 -0500 Subject: [PATCH] Update printf --- pentools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pentools.sh b/pentools.sh index 0fe5831..b0061b5 100755 --- a/pentools.sh +++ b/pentools.sh @@ -81,7 +81,7 @@ software() { if ! command -v go &> /dev/null then - printf ${RED}"[x] Missing Go, skipping install of Fuff...\n" + printf ${RED}"[x] Missing Go, skipping install of Fuff, Chisel and Nuclei...\n" else if ! command -v ffuf &> /dev/null then