📦 SecLists/ danielmiessler
SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.
Открыть на GitHub ↗обновлён 4д назад
Звёзды
★ 72.7k
Форки
25.1k
За неделю
—
За месяц
—
Рост %
—
Язык
PHP
Установка и запуск
Install
Zip
wget -c https://github.com/danielmiessler/SecLists/archive/master.zip -O SecList.zip && unzip SecList.zip && rm -f SecList.zip
Git: No commit history (faster)
git clone --depth 1 https://github.com/danielmiessler/SecLists.git
Git: Complete
git clone https://github.com/danielmiessler/SecLists.git
Kali Linux (Tool Page)
apt -y install seclists
BlackArch (Tool Page)
sudo pacman -S seclists
Из README репозитория · полный README на GitHub