Artemisa is a wifi scanner module for a hub im building called hermes (Go to artemisa readme file from main readme)
Artemisa is a wifi scanner module for a hub im building called hermes (Go to artemisa readme file from main readme)
I made a wifi sniffer that anaylzes nearby networks looking for vulnerabilities. This is part of a bigger project called (hermes) thats supposed to be an compound of tools i found interesting to develop (kind of how flipper zero has other modules to extend capabalities) It was supper dificult but now that Im finishing it, I do really feel like I learned a lot, I had to use I think that allmost all the resources that C has to make it work which I really enjoyed, it just feels like in the way I learned a ton
I Added and updated all the documentation (readme, changelog etc) I also made a github release ! (was my first time)
Log in to leave a comment
oke oke Now I corrected all important bugs and added a more organized way to see tue information of the networks
Log in to leave a comment
This is getting ugly, have a lot of bugs and straight up I broke almost everything
Im closer to the end tho
Log in to leave a comment
managed to create a struct to save up the important info
Log in to leave a comment
while making some changes I broke a lot of stuff.. Ill be correcting all bugs so I can ship
Log in to leave a comment
Nothing much to see, correcting bugs and refactorizing, im closer to the final prototype tho
Log in to leave a comment
working in a feature that saves specific characteristics (relevant for cybersecurity audits) but its still bugged as hell
Log in to leave a comment
Now it can read both the header of the payload for general data and the body for specificic analysis
Log in to leave a comment
Today was kind of a low day, i just took the 500 lines spaghetti code I had in main and refactorize it to something more legible and sustainable
Log in to leave a comment
Refactored some code, standarized all to fit the style guidelines I imposed and corrected some minor bugs/redundant code that was really pissing me off
Also added the capability to interpret other signals apart from wifi but in residential areas obviously the most common are wifi signals
Log in to leave a comment
Now I can succesfuly analize wifi request headers
Log in to leave a comment
Now I can extract addresses of src and destination, implementing a function to extract the name of the web
Log in to leave a comment
Worked in artemisa module: now it can analyze the payload to identify the mac Address of the sender
Log in to leave a comment
Created some basic promiscuous mode for artemisa module
Log in to leave a comment