From 37dac39d76ddf2de0fbd7569dfdaf8e01311d2d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erdem=20=C3=96zgen?= Date: Sat, 27 Jan 2024 00:01:18 +0300 Subject: [PATCH] Add BlackArch install steps in Readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 16f6dc9d..d4127111 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ git clone https://github.com/danielmiessler/SecLists.git apt -y install seclists ``` +**BlackArch** ([Tool Page](https://blackarch.org/tools.html)) + +``` +sudo pacman -S seclists +``` + - - - ### Attribution