Inspiration

Keeping networks secure and free of malicious intent

What it does

This is a wifi sniffing program and is a proof of concept. Ideally the kismet script would be run on something like a raspberry pi that just sends all of its data to a mongo db from which a google cloud service runs analysis on the data and displays that data on a web server. We look for things such as deauth packages, people running Kali or Arch, pineapple, etc. to determine if shady people were using the network. From this we can alert users on the network.

How I built it

In this version here, we have the script that is run on a local computer which pipes that data to the mongo db. From there we display charts from mongo db atlas to a website hosted at https://sidhantpuntambekar.github.io/page/index.html . We also utilized mongo db compass to display the data in a more informative way on one of our machines.

Challenges I ran into

making the google cloud into a rest api

Accomplishments that I'm proud of

We made a fully working mongo db that can be accessed from the google cloud

What I learned

We learned google cloud and mongo db, parts of java, how to create mongo db rest api's, as well as hosting on git hub pages

What's next for cyberhood

developing a rest api with google cloud to communicate with the mongo db

Built With

Share this project:

Updates