What's new

Closed BM622M 1 CLICK VBS ADMIN RESET

Status
Not open for further replies.

VERNzanize

Forum Veteran
Joined
May 9, 2014
Posts
200
Reaction
8,348
Points
953
Age
38
this is the fastest way to reset your bm622m admin login credentials to

username: admin
password: admin

using vbs script...
copy the code below then paste it to a text file then save it as .txt
then after that rename the file to (any name.vbs)
after marename irun ang vbs script mo at wag click ng click sa kung saan hanggat di tapos ang command
pag ang makikita mo sa CMD window ay ganto
#
#
#
it means tapos na, you can login to your modem as admin/admin..

CODE:

Set cloner = CreateObject("WScript.Shell")
cloner.run"cmd"
WScript.Sleep 500

cloner.SendKeys"TELNET 192.168.254.1"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"Firefly"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"$P4mb1h1r4N4m4nT0!!"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"cd /etc"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"cp pbi_passwd pbi.bakf"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"cat > pbi_passwd"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"admin:0M4K4SrtZDwFC7Nh"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"^D"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys("{Enter}")
WScript.Sleep 500



NOTE:
baguhin nalang yung IP kapag You do not have permission to view the full content of this post. Log in or register now. yung IP ng bm622m mo
katulad ko na dalawang modem ang gamit sa iisang PC
i use
192.168.254.1
at ang isang bm622m ay
192.168.250.1
 
sir thanks po sa share. tanong ko lang po pano po unable ng telnet kasi po di po maclick o macheck ung telnet naka blank or unclickable po sya. BM622M 2013 ver.

PM sent
 
Last edited:
mga boss ,
may smart po kami ,walang modem , pero diconnected na po sya , ano po pwedeng gawin para mag ka internet ul8
 
Status
Not open for further replies.
Back
Top