|
@@ -195,8 +195,8 @@ class BindCmdInterpreter(Cmd):
|
|
if response.status == http.client.OK:
|
|
if response.status == http.client.OK:
|
|
# Is interactive?
|
|
# Is interactive?
|
|
if sys.stdin.isatty():
|
|
if sys.stdin.isatty():
|
|
- print(data + ' login as ' + row[0] )
|
|
|
|
- return True
|
|
|
|
|
|
+ print(data + ' login as ' + row[0])
|
|
|
|
+ return True
|
|
|
|
|
|
count = 0
|
|
count = 0
|
|
print("[TEMP MESSAGE]: username :root password :bind10")
|
|
print("[TEMP MESSAGE]: username :root password :bind10")
|