Last active
November 15, 2023 23:01
-
-
Save noraj/8f0ab2b3fc0967f684b8aa9c7a47f2c5 to your computer and use it in GitHub Desktop.
Revisions
-
noraj renamed this gist
Nov 15, 2023 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
noraj revised this gist
Nov 15, 2023 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,8 @@ - Youtube : https://youtu.be/9ag1zxZd39g - Odysee : https://odysee.com/@noraj:e/fzf-aliases:9 - Playeur : https://playeur.com/v/dbUfQKSnQK_ # Données accompagnant la vidéo - Gist : https://gist.github.com/noraj/8f0ab2b3fc0967f684b8aa9c7a47f2c5 -
noraj created this gist
Nov 15, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ # Vidéos - Youtube : https://youtu.be/9ag1zxZd39g - Odysee : https://odysee.com/@noraj:e/fzf-aliases:9 - Playeur : https://playeur.com/v/dbUfQKSnQK_ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ # Les alias alias fzf-wl='find /usr/share/seclists/ /usr/share/wordlists /usr/share/fuzzdb -type f | fzf' alias fzf-wl-pass='find /usr/share/seclists/Passwords /usr/share/wordlists/passwords -type f | fzf' alias fzf-wl-web='find /usr/share/seclists/Discovery/Web-Content/ /usr/share/fuzzdb/discovery/predictable-filepaths -type f | fzf' # exemple de commande utilisant un alias ffuf -u http://ffuf.me/cd/basic/FUZZ -w $(fzf-wl-web) # commande pour installer les prérequis sur BlackArch sudo pacman -Syu fzf seclists fuzzdb wordlistctl