Skip to content

Instantly share code, notes, and snippets.

View Louisthexv's full-sized avatar
☠️
I may be slow to respond.

Louis Louisthexv

☠️
I may be slow to respond.
  • Anywhere
  • 09:17 (UTC -06:00)
View GitHub Profile
@thedroidgeek
thedroidgeek / nokia-router-cfg-tool.py
Last active July 18, 2025 07:36
Nokia/Alcatel-Lucent router backup configuration tool
#!/usr/bin/env python3
#
# Nokia/Alcatel-Lucent router backup configuration tool
#
# Features:
# - Unpack/repack .cfg files generated from the backup and restore functionnality
# in order to modify the full router configuration
# - Decrypt/encrypt the passwords/secret values present in the configuration
@rajkosto
rajkosto / nokia-router-cfg-tool.py
Last active July 11, 2025 18:57 — forked from thedroidgeek/nokia-router-cfg-tool.py
Nokia/Alcatel-Lucent router backup configuration tool
#!/usr/bin/env python3
#
# Nokia/Alcatel-Lucent router backup configuration tool
# G2425 support added by rajkosto on 20/11/2022
# XS-2426G-B support added by rajkosto on 28/02/2023
#
# Features:
# - Unpack/repack .cfg files generated from the backup and restore functionnality