diff options
author | Sisiutl <sisiutl@egregore.fun> | 2024-10-14 10:11:23 +0200 |
---|---|---|
committer | Sisiutl <sisiutl@egregore.fun> | 2024-10-14 10:11:23 +0200 |
commit | 797f22959db8cac77295db78eaa28453e22147f9 (patch) | |
tree | 8cd3aa01dfcdf3748300276d8de41208a039a3e2 /sigils | |
parent | e738804f00ffc31e937b9d47ddf4f32d05059383 (diff) |
remove seclists
Diffstat (limited to 'sigils')
-rw-r--r-- | sigils/packages/security.scm | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sigils/packages/security.scm b/sigils/packages/security.scm index c6209f8..16c1752 100644 --- a/sigils/packages/security.scm +++ b/sigils/packages/security.scm @@ -52,28 +52,6 @@ (license license:wtfpl2))) -(define-public seclists - (package - (name "seclists") - (version "2024.3") - (source - (origin - (method url-fetch) - (uri (string-append - "https://github.com/danielmiessler/SecLists/archive/refs/tags/" - version ".tar.gz")) - (sha256 - (base32 "070da7i89xmg457i1k81i4rgbnv4r3wmfxlx8bb8ndwd7yr487sx")))) - (build-system copy-build-system) - (arguments '(#:install-plan '(("." "share/wordlists")))) - (home-page "https://github.com/danielmiessler/SecLists") - (synopsis "Compilation of various types of wordlists.") - (description "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.") - (license license:expat))) - (define-public libomemo-c (package |