Decoding multiple PMKID SSIDs
#2
Ok with some trial and error I have found a way to do this with a for loop. It seems a bit excessive so I would be interested in an easier way of doing this. Here is the command

for line in $(cut -f4 -d'*' pmkidfile); do echo "$line">temp.txt; cat temp.txt | xxd -r -p; echo ; done
Reply


Messages In This Thread
Decoding multiple PMKID SSIDs - by slawson - 10-11-2019, 04:16 PM
RE: Decoding multiple PMKID SSIDs - by slawson - 10-11-2019, 04:57 PM
RE: Decoding multiple PMKID SSIDs - by undeath - 10-13-2019, 12:07 PM
RE: Decoding multiple PMKID SSIDs - by slawson - 10-15-2019, 04:04 PM
RE: Decoding multiple PMKID SSIDs - by slawson - 10-15-2019, 04:12 PM