Skip to content

Instantly share code, notes, and snippets.

@noraj
Last active November 15, 2023 23:01
Show Gist options
  • Select an option

  • Save noraj/8f0ab2b3fc0967f684b8aa9c7a47f2c5 to your computer and use it in GitHub Desktop.

Select an option

Save noraj/8f0ab2b3fc0967f684b8aa9c7a47f2c5 to your computer and use it in GitHub Desktop.

Revisions

  1. noraj renamed this gist Nov 15, 2023. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. noraj revised this gist Nov 15, 2023. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion 00_vidéosmd
    Original 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_
    - Playeur : https://playeur.com/v/dbUfQKSnQK_

    # Données accompagnant la vidéo

    - Gist : https://gist.github.com/noraj/8f0ab2b3fc0967f684b8aa9c7a47f2c5
  3. noraj created this gist Nov 15, 2023.
    5 changes: 5 additions & 0 deletions 00_vidéosmd
    Original 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_
    10 changes: 10 additions & 0 deletions 01_données.sh
    Original 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