Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.02 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.02 KB

Permanent ARP Entry Registerer

This script automates the process of registering a permanent ARP entry on a ZTE ZXHN H298A V1.0 router.

Table of Contents

Usage

https://youtu.be/vuDeCseHWLg?t=789

  1. Install the required dependencies:

    pip install paramiko
    
  2. Run the script:

    permanent_arp_entry_registerer.py [-h] --host HOST --port PORT --username USERNAME --password PASSWORD --arp_ip ARP_IP --arp_mac ARP_MAC --linux_user LINUX_USER --linux_password LINUX_PASSWORD [-q]
    

Features

  • Automatic registration of a permanent ARP entry
  • Supports custom Linux username and password

Installation

  1. Clone the repository:

    git clone https://github.com/sezgynus/permanent-arp-entry-registerer.git
    
  2. Navigate to the project directory:

    cd permanent-arp-entry-registerer
    
  3. Install the required dependencies:

    pip install paramiko