DanMcInerney / wifijammer

Continuously jam all wifi clients/routers
3.99k stars 782 forks source link

Program works, but nothing happens #59

Closed JonathanJhon55 closed 1 year ago

JonathanJhon55 commented 7 years ago

The program doesn't knock out any WiFi networks. Not a single one. Any advice? Thanks

darkside2x commented 7 years ago

I'm trying this on my raspberry pi and it seems to run, or at least it doesn't display any errors, but aside from skipping a line in the python shell window (the equivalent of me just hitting enter...), the program shows no signs of life. Not sure what I'm missing here.

DanMcInerney commented 7 years ago

I unfortunately don't have a pi to troubleshoot this on.

darkside2x commented 7 years ago

I found that if you just install kali Linux it runs immediately with no further updates required. plenty of tutorials on how to re-image an SD card for kali. On a side note, I used this program to try and prevent use of a DJI phantom 3 and it was effective in breaking the connection once ever 30 seconds or so, but the drone would re-connect. Going to experiment on making the program cycle faster so that the user cannot connect back to the drone and the drone is forced to "return home."

On Mon, Feb 20, 2017 at 5:21 AM, Dan McInerney notifications@github.com wrote:

I unfortunately don't have a pi to troubleshoot this on.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/DanMcInerney/wifijammer/issues/59#issuecomment-281077628, or mute the thread https://github.com/notifications/unsubscribe-auth/AYrPc4TOVWjM83dRds4YH921aEABIUVBks5reZNLgaJpZM4LX3yH .

-- Very respectfully,

Matthew J Riloff 2nd Lt. USMC

darkside2x commented 6 years ago

@DanMcInerney it's been a minute but I have some more questions for you about further developing this concept. What's a good way to contact you via personal message? Thanks a lot for your time.

DanMcInerney commented 6 years ago

My personal email on the GitHub homepage is good, although I'm not really further developing this program. Working on other stuff now and may not revisit this til I need it in real life

On Nov 28, 2017 9:25 PM, "darkside2x" notifications@github.com wrote:

@DanMcInerney https://github.com/danmcinerney it's been a minute but I have some more questions for you about further developing this concept. What's a good way to contact you via personal message? Thanks a lot for your time.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/DanMcInerney/wifijammer/issues/59#issuecomment-347749153, or mute the thread https://github.com/notifications/unsubscribe-auth/ABuspZ1itE8_dA5_MofgdaCoavj5nspRks5s7NyrgaJpZM4LX3yH .

darkside2x commented 6 years ago

Not seeing an email on your page - mine is matthew.riloff@usmc.mil if you don’t mind shooting me an email? I’ve got a real-world use for this if we can get past some more advanced issues.

MisterBianco commented 6 years ago

I have rewritten this tool https://github.com/MisterBianco/wifijammer-ng if you want to check it out and see... I am going to be doing some development and my version supports the 5ghz spectrum.

The only reason I didnt do a pull request is that the tool is very different from the original.

darkside2x commented 6 years ago

MisterBianco, awesome! I’d like to check it out for sure, as most of the client’s I’m trying to disrupt have video stream over 5Ghz. Denying that would be very effective. Dan refered me to your tool via email as well. I’ll check it out and try to get it running on my pi.

MisterBianco commented 6 years ago

Awesome, leave an issue if anything goes wrong and what not :)