Advertisement
gp_ifconfig

Untitled

Sep 17th, 2014
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. promt = "ROUTERNAME#"
  2. while not prompt in buffer:
  3.     buffer += rcon.recv(1024)
  4. print buffer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement