|
7 | 7 | import nsmmongo
|
8 | 8 | import nsmcouch
|
9 | 9 |
|
| 10 | + |
10 | 11 | def massScan(platform):
|
11 | 12 | yes_tag = ['y', 'Y']
|
12 | 13 | no_tag = ['n', 'N']
|
@@ -83,11 +84,11 @@ def massScan(platform):
|
83 | 84 |
|
84 | 85 | elif result[0] == 1:
|
85 | 86 | print platform + " running but credentials required on " + target.rstrip() + "."
|
86 | | - creds.append(target.rstrip()) #Future use |
| 87 | + creds.append(target.rstrip()) #Future use |
87 | 88 |
|
88 | 89 | elif result[0] == 2:
|
89 | 90 | print "Successful " + platform + " connection to " + target.rstrip() + " but error executing command."
|
90 | | - commError.append(target.rstrip()) #Future use |
| 91 | + commError.append(target.rstrip()) #Future use |
91 | 92 |
|
92 | 93 | elif result[0] == 3:
|
93 | 94 | print "Couldn't connect to " + target.rstrip() + "."
|
|
0 commit comments