Skip to content

Instantly share code, notes, and snippets.

View aziz0x00's full-sized avatar

Aziz aziz0x00

  • Mauritania
View GitHub Profile

Keybase proof

I hereby claim:

  • I am aziz0x00 on github.
  • I am aziz0x00 (https://keybase.io/aziz0x00) on keybase.
  • I have a public key ASD9Vf0V80vS5uRpdkf8zC10esLPIFsIZAIxLgaiu5-OTQo

To claim this, I am signing this object:

@aziz0x00
aziz0x00 / listwifi.py
Last active July 20, 2024 00:34
A script to list wifi devices instead of the slow annoying panel
import re, base64
import requests
# this is tested on HG8145V5,
# NOTE: there's a default telecomadmin:admintelecom auth which is stronger than root.
# ofc don't use it without permission
# change it on your device to not let anyone connected control your router.
USERNAME = "root"
PASSWORD = "????" # MODIFY THIS