03-27-2020, 09:18 PM
(This post was last modified: 03-27-2020, 09:26 PM by strike1953.)
(01-19-2020, 01:59 PM)ZerBea Wrote: There is no need to run hcxtools on the new hashline format. Nearly every bash cmd is working on the new hashline:
e.g. running a simple bash line will give you the ESSID in ASCII format:
cat test.22000 | awk 'BEGIN { FS = "*" } ; { print $6 }' | perl -pe 's/(..)/chr(hex($1))/ge'
I need to add the corresponding mac to each essid and thus be able to see the content of a multiple capture the essid with mac