View Single Post
Old 05-22-2016, 09:46 PM   #7
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Change something about the discovered WiFi access points.
Then (within 10 minutes):
find /var/local -mmin -10
(Any file modified in not more than 10 minutes before running the command).
You can ignore anything /var/local/*/log/*

If anything that was changed ends with: *.db
that is sqlite3 database, for example:
sqlite3 example.db .dump >/mnt/us/documents/example.sql
then read it.
knc1 is offline   Reply With Quote