Jakub
Jakub
I have the same issue on kali linux
> Try copying `/data/data/com.offsec.nethunter/files/scripts/bin/hid-keyboard ` to `/system/xbin/` using any root explorer. Worked for me in oneplus nord. > > For `/system ` partition read-only error use custom os. Nowadays by...
Any updates on this?
Well, password protected zips would be huge. We have a whistleblowing portal, which uses web crypto for clientside e2ee. And looking into generating zips clientside for export.
Yeah we already have a mix of AES-GCM, RSA-OAEP and PBKDF2. The basic use case for us is to enable the user to export reports and attachments in a single...
> I don't understand. This same crash is the only outcome I get when I'm trying to change the data. Am I the only one who is changing the data...
Check the channels in the settings. or cli: ``` wifi.recon.channel 1,2,3,4,5,6,7,8,9,10,11,12,13,36,40,44,48,52,56,60,64,100,104,108,112,116,120,124,128,132,136,140,149,153,157,161,165 ``` will enable all channels. Which should show some results
Why are you trying to arp.spoof yourself? This does not make much sense. If you have two workstations `192.168.0.11` and `192.168.0.22` and you are running bettercap on the `192.168.0.11` machine...
Have you tried to set the channels manually? ``` wifi.recon.channel 1,2,3,4,5,6,7,8,9,10,11,12,13,36,40,44,48,52,56,60,64,100,104,108,112,116,120,124,128,132,136,140,149,153,157,161,165 ```
You could try [rollup](https://github.com/rollup/rollup) seems to be better for bundling then webpack and browserify.