Skip to content

Instantly share code, notes, and snippets.

View ahmedsaoud31's full-sized avatar

Ahmed Aboelsaoud Ahmed ahmedsaoud31

  • Luxor, Egypt
View GitHub Profile
@magicdude4eva
magicdude4eva / Huawei.php
Created April 14, 2019 10:54
Huawei B618s-22d - reboot script and retrieval of other info
<?php
// Config
$routerAddress = '192.168.8.1';
$username="admin";
$password="password";
// Code
$router = new HuaweiB618($routerAddress);