06-27-2019, 09:44 AM
prefix-out is designed to keep the command line small, if you decided to choose all options.
Instead of running
$ hcxpcaptool -E list1 -I list2 -U list3 -o test.hccapx -k test.16800 ..... *.pcapng
you can use one single option:
$ hcapcaptool --prefix-out=20190627 *.pcapng
you will get the converted (useful) information by one single command in this lists:
20190627.hccapx
20190627.16800
20190627.5500
20190627.4800
20190627.16100
20190627.essidlist
20190627.identitylist
20190627.userlist
20190627.imsilist
20190627.networklist
20190627.networklist
20190627.clientlist
20190627.deviceinfolist
you can also add the prefix to an existing path:
$ hcapcaptool --prefix-out=$HOME/WLAN/20190627
Instead of running
$ hcxpcaptool -E list1 -I list2 -U list3 -o test.hccapx -k test.16800 ..... *.pcapng
you can use one single option:
$ hcapcaptool --prefix-out=20190627 *.pcapng
you will get the converted (useful) information by one single command in this lists:
20190627.hccapx
20190627.16800
20190627.5500
20190627.4800
20190627.16100
20190627.essidlist
20190627.identitylist
20190627.userlist
20190627.imsilist
20190627.networklist
20190627.networklist
20190627.clientlist
20190627.deviceinfolist
you can also add the prefix to an existing path:
$ hcapcaptool --prefix-out=$HOME/WLAN/20190627