mehdilauters / wifiScanMap

an other wifi mapping tool
143 stars 30 forks source link

.db file not being populated #4

Open NoobieDog opened 7 years ago

NoobieDog commented 7 years ago

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

mehdilauters commented 7 years ago

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. Let me know Mehdi

mehdilauters commented 7 years ago

More informations:

NoobieDog commented 7 years ago

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 notifications@github.com 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 https://github.com/mehdilauters/wifiScanMap/issues/4#issuecomment-265944967, or mute the thread https://github.com/notifications/unsubscribe-auth/AF7xxzsSj0DCuu20xqZLe6Tb9D49EpdHks5rGPfKgaJpZM4LIirE .

NoobieDog commented 7 years ago

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