hi devs, I am now in the command
hcxdumptool -i INTERFACENAME -w dumpfile.pcapng -F --rds=1
and it shows my network, I have no idea how to attack my network, what should I do next? Also, after I stopped the above command, I tried the command
tshark -i <interface> -w allframes.pcapng
I changed <interface> to <wlan0>, but it says an error of
Running as user "root" and group "root". This could be dangerous.
Capturing on 'wlan0'
tshark: The file to which the capture would be saved ("allframes.pcapng") could not be opened: Permission denied.
edit, I just exit root mode, and tshark now works
hcxdumptool -i INTERFACENAME -w dumpfile.pcapng -F --rds=1
and it shows my network, I have no idea how to attack my network, what should I do next? Also, after I stopped the above command, I tried the command
tshark -i <interface> -w allframes.pcapng
I changed <interface> to <wlan0>, but it says an error of
Running as user "root" and group "root". This could be dangerous.
Capturing on 'wlan0'
tshark: The file to which the capture would be saved ("allframes.pcapng") could not be opened: Permission denied.
edit, I just exit root mode, and tshark now works