Attach to running kismet session?
tranzmatt opened this issue · 2 comments
tranzmatt commented
Is there a way to attach to a running kismet session? I know I could try to open the .kismet file it generates, but I was wondering if there was a way to use the kismetdb against the kismet session like how the REST API's work?
kismetwireless commented
I'm not sure what you mean exactly; there are some APIs which query the
database (like the pcap) for the live version server to provide historic
data.
There is no way to resume from an existing log.
…On Wed, Mar 4, 2020 at 2:42 PM Matthew Clark ***@***.***> wrote:
Is there a way to attach to a running kismet session? I know I could try
to open the .kismet file it generates, but I was wondering if there was a
way to use the kismetdb against the kismet session like how the REST API's
work?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#7?email_source=notifications&email_token=AFKJYY22SISCKCZR3EY2OXLRF2VLHA5CNFSM4LBRU2F2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ISQUZLA>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFKJYY2KMUIVFEW5J4RGHTLRF2VLHANCNFSM4LBRU2FQ>
.
tranzmatt commented
I got it working by using some of the kismon client code. I'm able to pull SQLite3 updates and push them into a ZMQ-based Mongodb.