You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5: ( "PatchUp VNC (only from Metasploit development revision 6742)", "windows/patchupvncinject" ),
85
+
4: ( "VNC", "windows/vncinject" ),
88
86
},
89
87
"linux": {
90
88
1: ( "Shell", "linux/x86/shell" ),
@@ -93,13 +91,13 @@ def __initVars(self):
93
91
94
92
self.__msfConnectionsList= {
95
93
"windows": {
96
-
1: ( "Bind TCP: Listen on the database host for a connection", "bind_tcp" ),
97
-
2: ( "Reverse TCP: Connect back from the database host to this machine (default)", "reverse_tcp" ),
98
-
3: ( "Reverse TCP: Try to connect back from the database host to this machine, on all ports between the specified and 65535", "reverse_tcp_allports" ),
94
+
1: ( "Reverse TCP: Connect back from the database host to this machine (default)", "reverse_tcp" ),
95
+
2: ( "Reverse TCP: Try to connect back from the database host to this machine, on all ports between the specified and 65535", "reverse_tcp_allports" ),
96
+
3: ( "Bind TCP: Listen on the database host for a connection", "bind_tcp" ),
99
97
},
100
98
"linux": {
101
-
1: ( "Bind TCP: Listen on the database host for a connection", "bind_tcp" ),
102
-
2: ( "Reverse TCP: Connect back from the database host to this machine (default)", "reverse_tcp" ),
99
+
1: ( "Reverse TCP: Connect back from the database host to this machine (default)", "reverse_tcp" ),
100
+
2: ( "Bind TCP: Listen on the database host for a connection", "bind_tcp" ),
0 commit comments