What steps will reproduce the problem?
1.start wifijammer_0.1.sh
2.pick a channel
3.let it run
What is the expected output? What do you see instead?
airodump-ng on Line100 makes several unneeded files. Line101-103 should remove
those files. In particular, *.cap, *.kismet.csv, *.kismet.netxml files should
be removed from the directory after line 103
However, .cap, .kismet.csv, .kismet.netxml files are not removed. The .cap
file in particular is annoying because it keeps growing in size.
What version of the product are you using? On what operating system?
I'm using 0.1. My OS is Gentoo
Please provide any additional information below.
Lines 101-103 run right after line 100, but line 100 starts in a new thread.
So before Line100 generates those files, Lines 101-103 run. The end result is
that the files that airodump-ng generate are not removed.
Adding "sleep 10" after line 100 seems to solve the problem.
Original issue reported on code.google.com by npkj...@gmail.com on 4 Nov 2012 at 8:14
Original issue reported on code.google.com by
npkj...@gmail.com
on 4 Nov 2012 at 8:14