Python Forum
Brute Force WEP key using python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Brute Force WEP key using python
#1
Hi,

I want to create a brute force program to hack a WEP key by using python.

Is there any tutorials in order to help me out of this one?

This is for a school project and this is all done on my own devices.

Thank you
Reply
#2
Could you give a little more context? You can reference aircrack-ng or something, which is open source but written in C. I doubt there is a "tutorial" for something like this, but if it's for school then you should have some kind of mentorship from there, no?
Reply
#3
Brute force how? With generated passwords or list of passwords?
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#4
Thank you for both of you replying quickly - micseydel & wavic

So to answer both of you, I've already got a program which creates all the possible solutions for a WEP key (13 characters) and I need to create a program which takes each password and tries it to a WEP network.

micseydel:
There isn't really any mentorship for this one, its just a kinda DIY course.

Thank you
Reply
#5
Have you tried the wifi module? https://wifi.readthedocs.io/en/latest/scanning.html
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020