diff --git a/README.md b/README.md index ee712ec..88db721 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ checks for the following: 2) pwntools 3) ida 4) ghidra -5) ping +5) pin 6) yara 7) gcloud 8) 7z diff --git a/commands/check.go b/commands/check.go index 7b994f0..e37229b 100644 --- a/commands/check.go +++ b/commands/check.go @@ -24,7 +24,7 @@ func CheckHelp() string { theme.ColorGray + "2) " + theme.ColorReset + "pwntools\n" + theme.ColorGray + "3) " + theme.ColorReset + "ida\n" + theme.ColorGray + "4) " + theme.ColorReset + "ghidra\n" + - theme.ColorGray + "5) " + theme.ColorReset + "ping\n" + + theme.ColorGray + "5) " + theme.ColorReset + "pin\n" + theme.ColorGray + "6) " + theme.ColorReset + "yara\n" + theme.ColorGray + "7) " + theme.ColorReset + "gcloud\n" + theme.ColorGray + "8) " + theme.ColorReset + "7z\n" +