Shubhamvis98 / kali-pinephone

Kali Linux Phosh for PinePhone and PinePhone Pro
58 stars 9 forks source link

packet injection not working? #1

Closed merrychrishna closed 1 year ago

merrychrishna commented 2 years ago

i think packet injection is not working. i put the card in montior mode but when i deauth i dont get a handshake back so i think the deauth is doing nothing.

and i dont know if this is related but when i run "sudo airmon-ng start wlan0" my chipset is not detected as seen below.

PHY Interface Driver Chipset

phy0 wlan0 rtl8723cs unable to detect for sdio 0x024c:0xb703

Shubhamvis98 commented 2 years ago

Currently only deauth working. As I mentioned in the release that I reverted back to mobian's kernel. Last day I successfully built the kernel. So, we'll add packet injection soon.

merrychrishna commented 2 years ago

sweet thats great news. thanks. do you have an idea of how soon that will be added?

Shubhamvis98 commented 2 years ago

currently, I'm the only one who doing all the things, like packaging and building the kernel. And I haven't enough time to try new things. so no idea when we get packet injection mode.

Shubhamvis98 commented 2 years ago

I tried and got this. When I try packet injection in monitor mode then it fails but when I try it in managed mode then it shows that "Injection is working!".

merrychrishna commented 2 years ago

thanks so much that works for me

Shubhamvis98 commented 2 years ago

thanks so much that works for me

I also informed @kimocoder about this issue. Maybe he'll find a way to achieve packet injection in monitor mode also.

merrychrishna commented 2 years ago

oh thats awesome

safarifox commented 2 years ago

try wifite..

Shubhamvis98 commented 1 year ago

You can try using iwconfig to get into monitor mode, if you use iwconfig then packet injection will work.

Shubhamvis98 commented 1 year ago

The rtl8723cs driver has some issues, as when I tried using iwconfig wlan0 mode monitor then only iwconfig shows status monitor but not in iw wlan0 info also packet injection works. But when I tried using airmon-ng start wlan0, both status changed to monitor but packet injection not working

merrychrishna commented 1 year ago

Ah. Ok. Good testing

On Tue, 26 July 2022, 2:57 am Shubham Vishwakarma, @.***> wrote:

The rtl8723cs driver has some issues, as when I tried using iwconfig wlan0 mode monitor then only iwconfig shows status monitor but not in iw wlan0 info also packet injection works. But when I tried using airmon-ng start wlan0, both status changed to monitor but packet injection not working

— Reply to this email directly, view it on GitHub https://github.com/Shubhamvis98/kali-pinephone/issues/1#issuecomment-1195082815, or unsubscribe https://github.com/notifications/unsubscribe-auth/AODRSPPTOB3DTN7HOI6KIMTVV6D5HANCNFSM5PKDKIPQ . You are receiving this because you authored the thread.Message ID: @.***>

Shubhamvis98 commented 1 year ago

IMG-20220823-WA0000

covar2077 commented 1 year ago

Hi i cannot setup monitor mode on wlan0 neither with iwconfig nor airmon-ng. I have pinephone pro with posh with nethunter. Any help?

Shubhamvis98 commented 1 year ago

Hi i cannot setup monitor mode on wlan0 neither with iwconfig nor airmon-ng. I have pinephone pro with posh with nethunter. Any help?

Both phones have different wifi chipsets. Currently, only pinephone(non-pro) supports packet injection. and I don't have a pro so I can't help with this. But you can try patching the driver maybe this helps.

covar2077 commented 1 year ago

Hi i cannot setup monitor mode on wlan0 neither with iwconfig nor airmon-ng. I have pinephone pro with posh with nethunter. Any help?

Both phones have different wifi chipsets. Currently, only pinephone(non-pro) supports packet injection. and I don't have a pro so I can't help with this. But you can try patching the driver maybe this helps.

Hi, I' m trying to patch the drivers by downloading the source kernel and compile them. The last compile attempt was successful but the phone could not restart. Could you share some hints on how to patch the drivers?