Skip to content
Snippets Groups Projects
Commit 5001ae70 authored by Carine Rey's avatar Carine Rey
Browse files

add getting password

parent dc310a00
No related branches found
No related tags found
1 merge request!6Switch to main as default branch
#! /usr/bin/bash #! /usr/bin/bash
# list wifi loing from pdf # list wifi loing from pdf
echo "login"
pdfgrep "Votre nom de connexion ou login" *.pdf | sed -E 's/.*:.*(z.*)/\1/g' pdfgrep "Votre nom de connexion ou login" *.pdf | sed -E 's/.*:.*(z.*)/\1/g'
echo
echo "mot de passe"
pdfgrep "Votre mot de passe initial" FicheLogin*.pdf | sed -E 's/.*:.*([a-Z0-9]{8})$/\1/g'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment