-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.db file not being populated #4
Comments
Hi, |
More informations:
|
Mehdi,
Thanks for the speedy reply.
No data is processed on the WebUi at all as nothing is parsed to the SQLite
Db file, although the airodump log files fill up nicely, i will play more
with dropping some options (-m) and providing a fixed gps location data
(currently no GPS dongle)
Stu
…On Fri, 9 Dec 2016 at 00:40, Mehdi ***@***.***> wrote:
Hi,
I guess it would be a airodump-ng output parsing issue. On my raspberry,
it is working with theAircrack-ng 1.2 beta3 version.
Do you see access points, devices and probes request updated on the right
of the main page ( or on http://server/offline.html ). If yes, that's
mean that the output of airodump-ng is processed as needed. If not, the
issue will be in AirodumpPoller
<https://github.com/mehdilauters/wifiScanMap/blob/master/src/AirodumpPoller.py#L42>
.
Let me know
Mehdi
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF7xxzsSj0DCuu20xqZLe6Tb9D49EpdHks5rGPfKgaJpZM4LIirE>
.
|
Ok after playing around with it, even removing the -m options to use iwlist still gives me errors, i will continue to play but ultimately i may take this as a base and port it over to Scapy (although i see you have scapy file in the repo) Also, file locations for CSV are buggy, so is the ESP stuff (for Kali 2016.2 Desktop) I will push some updates as i fix things Stu |
All,
although i can see Airodump filling the -w , none of the data is being recorded into the SQLite DB at all, although if the DB doesn't exist, it will be created. Any idea?
I'm running this currently on Kali 2016.2 Rolling
Stu
The text was updated successfully, but these errors were encountered: