Skip to content

Instantly share code, notes, and snippets.

View Yerrak's full-sized avatar
🍌
Banana

Malte Yerrak

🍌
Banana
View GitHub Profile
@tiberiucorbu
tiberiucorbu / README.md
Last active December 28, 2023 10:46
Retrive active devices on the network form the vodafone router : CGA4233DE

Retrive active devices on the network form the vodafone kabelbox (CGA4233DE)

In order to automate the network activity like getting the list of connected devices, notify the presensce of a device, log and debug wifi issues, it would be nice to have the list provided by the router of the current status.

In this aricle I am going to explore this posibility, reverse engenier the web app from the router and try to authentificate and retrive the active data table from the router.

The first step is to analyze the web console into the network tab and login to see which requests are beeing made.

Security Chanlenges