Wednesday, November 07, 2007

Using Kali with Netcom's Netcruiser and Merit etherppp

From: Byron Followell

Use this script:

send "at&f2\r" (or at&f1 for USR)
recv 3000 "OK\r\n"
send "atdt5551212\r" (substitute your local number)
recv 60000 "login: "
send "#\r" (substitute your own username)
recv 6000 "Password: "
send "\r" (and your password goes here)

Make sure you keep the # in front of your username. That's what
logs you onto a PPP connection. Replace with your valid
password.

Your IP address will change everytime, but, only the last number
should change. For example, you may be on 204.31.246.55 this
session and then 204.31.246.23 then next time.