mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Minor layout adjustment
This commit is contained in:
parent
1bf6a7cadc
commit
4779a5fe0f
|
@ -80,11 +80,9 @@ class Metasploit:
|
||||||
|
|
||||||
self.__msfPayloadsList = {
|
self.__msfPayloadsList = {
|
||||||
"windows": {
|
"windows": {
|
||||||
1: ( "Reflective Meterpreter (default)", "windows/meterpreter" ),
|
1: ( "Meterpreter (default)", "windows/meterpreter" ),
|
||||||
2: ( "PatchUp Meterpreter (only from Metasploit development revision 6742)", "windows/patchupmeterpreter" ),
|
|
||||||
3: ( "Shell", "windows/shell" ),
|
3: ( "Shell", "windows/shell" ),
|
||||||
4: ( "Reflective VNC", "windows/vncinject" ),
|
4: ( "VNC", "windows/vncinject" ),
|
||||||
5: ( "PatchUp VNC (only from Metasploit development revision 6742)", "windows/patchupvncinject" ),
|
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
1: ( "Shell", "linux/x86/shell" ),
|
1: ( "Shell", "linux/x86/shell" ),
|
||||||
|
@ -93,13 +91,13 @@ class Metasploit:
|
||||||
|
|
||||||
self.__msfConnectionsList = {
|
self.__msfConnectionsList = {
|
||||||
"windows": {
|
"windows": {
|
||||||
1: ( "Bind TCP: Listen on the database host for a connection", "bind_tcp" ),
|
1: ( "Reverse TCP: Connect back from the database host to this machine (default)", "reverse_tcp" ),
|
||||||
2: ( "Reverse TCP: Connect back from the database host to this machine (default)", "reverse_tcp" ),
|
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" ),
|
||||||
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" ),
|
3: ( "Bind TCP: Listen on the database host for a connection", "bind_tcp" ),
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
1: ( "Bind TCP: Listen on the database host for a connection", "bind_tcp" ),
|
1: ( "Reverse TCP: Connect back from the database host to this machine (default)", "reverse_tcp" ),
|
||||||
2: ( "Reverse TCP: Connect back from the database host to this machine (default)", "reverse_tcp" ),
|
2: ( "Bind TCP: Listen on the database host for a connection", "bind_tcp" ),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user