Python Forum
Python threads and aircrack-ng
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python threads and aircrack-ng
#3
(Apr-01-2019, 08:30 PM)nilamo Wrote: You write something to a file, but then never read the file or use it. Is that intentional? Also, the second thread might never finish, since you don't call it's .join() method (it's missing parentheses). Is there a reason you're using threads at all? If they'll never run concurrently, why not just use functions?
Thanks for the reply Nilamo,

yes sorry I forgot to put the parenthesis around the join function in the code it does have the parenthesis just a typo on my part while copying the code

the reason I use two separate threads is because I will need two separate processes running concurrently one running aireplay-ng and one running airodump-ng

and yes I don't use it just for testing all I am doing is creating a .cap file and manually use this against a wordlist, I run the aircrack-ng manually for now(for testing purposes)

I still have no idea why it's not working,

thanks
Reply


Messages In This Thread
Python threads and aircrack-ng - by adam2020 - Apr-01-2019, 07:43 PM
RE: Python threads and aircrack-ng - by nilamo - Apr-01-2019, 08:30 PM
RE: Python threads and aircrack-ng - by adam2020 - Apr-01-2019, 08:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Update old Python version because of security threads SanderV 2 1,605 Jun-06-2022, 07:49 PM
Last Post: SanderV
  How to get a count of -Python- threads from the outside (or via code instrumentation) dstromberg 0 1,846 Jul-15-2019, 06:58 PM
Last Post: dstromberg
  Python - Make Json objects to work concurrently through Threads? WeInThis 0 2,660 Sep-22-2017, 11:31 AM
Last Post: WeInThis

Forum Jump:

User Panel Messages

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