Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Livebox Bypass CLI

GitHub License Build codecov GitHub Release

Table of contents

What is Livebox Bypass CLI?

A command-line tool to generate the required DHCP and GPON/XGS-PON configurations for bypassing Orange Livebox.

How it works

This tool uses the Livebox API to retrieve the necessary information and outputs ready-to-use DHCPv4/v6 and GPON settings for third-party routers.

Getting started

Available platforms

Linux macOS Windows

Usage

General syntax:

  • ./livebox-bypass-cli <command> [options]

Authentication

Some commands require authenticating with your Livebox admin password to retrieve necessary information.

You can provide credentials using:

  • Interactive prompt (recommended): ./livebox-bypass-cli <command> -p
  • Command line (less secure): ./livebox-bypass-cli <command> -p <your_admin_password>

Security Note: Prefer -p without a password argument to avoid exposing your password in shell history or process lists.

Examples

  • Interactive password prompt:

    • ./livebox-bypass-cli generate dhcp -p
    • ./livebox-bypass-cli generate gpon -p
  • Non-interactive (not recommended):

    • ./livebox-bypass-cli generate dhcp -p yourAdminPassword

Commands

  • generate
    • dhcp
    • gpon
      • Generate GPON settings from Livebox MIBs
        • Requires authentication.
        • Note: GPON options are also valid for XGS-PON
        • Input:
          • -p --password The Livebox admin password.
        • Output:
          • Serial number
          • Hardware version
          • Vendor ID
          • Software Version 0
          • Software Version 1
    • authentication
      • Generates DHCPv4/v6 Authentication with the provided login (fti/xxx) and password.
        • Requires Orange login (fti/xxx) and password, not the Livebox admin ones.
        • This command is useful in case you need to generate the authentication option but don't have access to your Livebox.
        • Input:
          • -s --salt (Optional) The salt used to generate the authentication.
          • -l --login The Orange login (fti/xxx) used to generate the authentication.
          • -p --password The Orange password used to generate the authentication.
        • Output:
  • version
    • Displays the current version of the tool.
    • Output:
      • Version
  • help
    • Displays the help message.

Disclaimer

This project is not affiliated with, endorsed by, or associated with Orange S.A. or any of its subsidiaries. This is an independent, community-developed tool created for educational and personal use purposes.

  • Orange, Livebox, and related trademarks are the property of Orange S.A.
  • This tool is provided "as is" without warranty of any kind
  • Use of this tool is at your own risk
  • The authors assume no liability for any damages or issues arising from the use of this software
  • This tool is intended for use with equipment you own or have permission to configure
  • Users are responsible for ensuring their use complies with their ISP's terms of service and local regulations

About

A command-line tool to generate the required DHCP and GPON/XGS-PON configurations for bypassing Orange Livebox.

Topics

Resources

Stars

Watchers

Forks

Releases

Contributors

Languages