My NixOS and Home Manager configurations

improve wlfuzz script

quasigod.xyz 6945c25f cc4ddbdf

verified
+1 -1
+1 -1
modules/programs/hacking.nix
··· 26 26 # general 27 27 wordlists 28 28 (writeScriptBin "wlfuzz" '' 29 - ${lib.getExe fd} . ${wordlists}/share/wordlists | ${lib.getExe television} files 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