Artemisa Module banner

Artemisa Module

14 devlogs
28h 51m 5s

Artemisa is a wifi scanner module for a hub im building called hermes (Go to artemisa readme file from main readme)

Demo Repository

Loading README...

lisardowo

Shipped this project!

Hours: 28.85
Cookies: 🍪 690
Multiplier: 23.91 cookies/hr

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

lisardowo

I Added and updated all the documentation (readme, changelog etc) I also made a github release ! (was my first time)

Attachment
0
lisardowo

oke oke Now I corrected all important bugs and added a more organized way to see tue information of the networks

Attachment
0
lisardowo

This is getting ugly, have a lot of bugs and straight up I broke almost everything

Im closer to the end tho

Attachment
0
lisardowo

managed to create a struct to save up the important info

Attachment
0
lisardowo

while making some changes I broke a lot of stuff.. Ill be correcting all bugs so I can ship

Attachment
0
lisardowo

Nothing much to see, correcting bugs and refactorizing, im closer to the final prototype tho

Attachment
0
lisardowo

working in a feature that saves specific characteristics (relevant for cybersecurity audits) but its still bugged as hell

Attachment
0
lisardowo

Now it can read both the header of the payload for general data and the body for specificic analysis

Attachment
0
lisardowo

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

Attachment
0
lisardowo

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

Attachment
Attachment
0
lisardowo

Now I can succesfuly analize wifi request headers

Attachment
0
lisardowo

Now I can extract addresses of src and destination, implementing a function to extract the name of the web

Attachment
0
lisardowo

Worked in artemisa module: now it can analyze the payload to identify the mac Address of the sender

Attachment
0
lisardowo

Created some basic promiscuous mode for artemisa module

Attachment
0