tangled
alpha
login
or
join now
quasigod.xyz
/
nixconfig
8
fork
atom
My NixOS and Home Manager configurations
8
fork
atom
overview
issues
pulls
pipelines
improve wlfuzz script
quasigod.xyz
5 months ago
6945c25f
cc4ddbdf
verified
This commit was signed with the committer's
known signature
.
quasigod.xyz
SSH Key Fingerprint:
SHA256:IYQIQqk4Il5k+VDa+O4RM4mqCqVtyRilM/eLPbx2jjc=
+1
-1
1 changed file
expand all
collapse all
unified
split
modules
programs
hacking.nix
+1
-1
modules/programs/hacking.nix
reviewed
···
26
26
# general
27
27
wordlists
28
28
(writeScriptBin "wlfuzz" ''
29
29
-
${lib.getExe fd} . ${wordlists}/share/wordlists | ${lib.getExe television} files
29
29
+
${lib.getExe television} files ${wordlists}/share/wordlists -s "fd . -t l" -p "${lib.getExe bat} {}" | tee /dev/tty | ${lib.getExe' wl-clipboard "wl-copy"}
30
30
'')
31
31
32
32
# Information Gathering