From b51d03d47854cafa9622d4f930a8790c03618988 Mon Sep 17 00:00:00 2001 From: g0tmi1k Date: Mon, 26 Nov 2018 10:19:38 +0000 Subject: [PATCH] Add install information --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 08004193..931a9e64 100755 --- a/README.md +++ b/README.md @@ -6,6 +6,30 @@ SecLists is the security tester's companion. It's a collection of multiple types This project is maintained by [Daniel Miessler](http://www.danielmiessler.com/ "Daniel Miessler") and [Jason Haddix](http://www.securityaegis.com "Jason Haddix"). +### Install + +**Zip** +``` +wget -c https://github.com/danielmiessler/SecLists/archive/master.zip -O SecList.zip \ + && unzip SecList.zip \ + && rm -f SecList.zip +``` + +**Git (Small)** +``` +git clone --depth 1 https://github.com/danielmiessler/SecLists.git +``` + +**Git (Complete)** +``` +git clone git@github.com:danielmiessler/SecLists.git +``` + +**Kali Linux** ((Tool Page)[https://tools.kali.org/password-attacks/seclists]) +``` +apt -y install seclist +``` + ### Attribution See [CONTRIBUTORS.md](CONTRIBUTORS.md)