Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4779a5f

Browse files
committed
Minor layout adjustment
1 parent 1bf6a7c commit 4779a5f

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

lib/takeover/metasploit.py

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,9 @@ def __initVars(self):
8080

8181
self.__msfPayloadsList = {
8282
"windows": {
83-
1: ( "Reflective Meterpreter (default)", "windows/meterpreter" ),
84-
2: ( "PatchUp Meterpreter (only from Metasploit development revision 6742)", "windows/patchupmeterpreter" ),
83+
1: ( "Meterpreter (default)", "windows/meterpreter" ),
8584
3: ( "Shell", "windows/shell" ),
86-
4: ( "Reflective VNC", "windows/vncinject" ),
87-
5: ( "PatchUp VNC (only from Metasploit development revision 6742)", "windows/patchupvncinject" ),
85+
4: ( "VNC", "windows/vncinject" ),
8886
},
8987
"linux": {
9088
1: ( "Shell", "linux/x86/shell" ),
@@ -93,13 +91,13 @@ def __initVars(self):
9391

9492
self.__msfConnectionsList = {
9593
"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" ),
9997
},
10098
"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" ),
103101
}
104102
}
105103

0 commit comments

Comments
 (0)