|
| 1 | +Metasploit |
| 2 | +========== |
| 3 | + |
| 4 | + |
| 5 | +* [auxiliary/server/openssl_altchainsforgery_mitm_proxy](https://www.rapid7.com/db/modules/auxiliary/server/openssl_altchainsforgery_mitm_proxy) |
| 6 | + This module exploits a logic error in OpenSSL by impersonating the server and sending a specially-crafted chain of certificates, resulting in certain checks on untrusted certificates to be bypassed on the client, allowing it to use a valid leaf certificate as a CA certificate to sign a fake certificate. The SSL/TLS session is then proxied to the server allowing the session to continue normally and application data transmitted between the peers to be saved. The valid leaf certificate must not contain the keyUsage extension or it must have at least the keyCertSign bit set (see X509_check_issued function in crypto/x509v3/v3_purp.c); otherwise; X509_verify_cert fails with X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY. This module requires an active man-in-the-middle attack. |
| 7 | + |
| 8 | +* [auxiliary/server/jsse_skiptls_mitm_proxy](https://www.rapid7.com/db/modules/auxiliary/server/jsse_skiptls_mitm_proxy) |
| 9 | + This module exploits an incomplete internal state distinction in Java Secure Socket Extension (JSSE) by impersonating the server and finishing the handshake before the peers have authenticated themselves and instantiated negotiated security parameters, resulting in a plaintext SSL/TLS session with the client. This plaintext SSL/TLS session is then proxied to the server using a second SSL/TLS session from the proxy to the server (or an alternate fake server) allowing the session to continue normally and plaintext application data transmitted between the peers to be saved. This module requires an active man-in-the-middle attack. |
| 10 | + |
| 11 | +* [auxiliary/server/dhclient_bash_env](https://www.rapid7.com/db/modules/auxiliary/server/dhclient_bash_env) |
| 12 | + This module exploits the Shellshock vulnerability, a flaw in how the Bash shell handles external environment variables. This module targets dhclient by responding to DHCP requests with a malicious hostname, domainname, and URL which are then passed to the configuration scripts as environment variables, resulting in code execution. |
| 13 | + |
| 14 | +* [auxiliary/admin/http/katello_satellite_priv_esc](https://www.rapid7.com/db/modules/auxiliary/admin/http/katello_satellite_priv_esc) |
| 15 | + This module exploits a missing authorization vulnerability in the "update_roles" action of "users" controller of Katello and Red Hat Satellite (Katello 1.5.0-14 and earlier) by changing the specified account to an administrator account. |
| 16 | + |
| 17 | +* [exploit/linux/http/cfme_manageiq_evm_upload_exec](https://www.rapid7.com/db/modules/exploit/linux/http/cfme_manageiq_evm_upload_exec) |
| 18 | + This module exploits a path traversal vulnerability in the "linuxpkgs" action of "agent" controller of the Red Hat CloudForms Management Engine 5.1 (ManageIQ Enterprise Virtualization Manager 5.0 and earlier). It uploads a fake controller to the controllers directory of the Rails application with the encoded payload as an action and sends a request to this action to execute the payload. Optionally, it can also upload a routing file containing a route to the action. (Which is not necessary, since the application already contains a general default route.) |
| 19 | + |
| 20 | +* [auxiliary/admin/http/cfme_manageiq_evm_pass_reset](https://www.rapid7.com/db/modules/auxiliary/admin/http/cfme_manageiq_evm_pass_reset) |
| 21 | + This module exploits a SQL injection vulnerability in the "explorer" action of "miq_policy" controller of the Red Hat CloudForms Management Engine 5.1 (ManageIQ Enterprise Virtualization Manager 5.0 and earlier) by changing the password of the target account to the specified password. |
| 22 | + |
| 23 | +* [auxiliary/admin/http/foreman_openstack_satellite_priv_esc](https://www.rapid7.com/db/modules/auxiliary/admin/http/foreman_openstack_satellite_priv_esc) |
| 24 | + This module exploits a mass assignment vulnerability in the 'create' action of 'users' controller of Foreman and Red Hat OpenStack/Satellite (Foreman 1.2.0-RC1 and earlier) by creating an arbitrary administrator account. For this exploit to work, your account must have 'create_users' permission (e.g., Manager role). |
| 25 | + |
| 26 | +* [exploit/linux/http/foreman_openstack_satellite_code_exec](https://www.rapid7.com/db/modules/exploit/linux/http/foreman_openstack_satellite_code_exec) |
| 27 | + This module exploits a code injection vulnerability in the 'create' action of 'bookmarks' controller of Foreman and Red Hat OpenStack/Satellite (Foreman 1.2.0-RC1 and earlier). |
| 28 | + |
| 29 | +* [auxiliary/scanner/snmp/aix_version](https://www.rapid7.com/db/modules/auxiliary/scanner/snmp/aix_version) |
| 30 | + AIX SNMP Scanner Auxiliary Module |
| 31 | + |
| 32 | +* [exploit/aix/rpc_ttdbserverd_realpath](https://www.rapid7.com/db/modules/exploit/aix/rpc_ttdbserverd_realpath) |
| 33 | + This module exploits a buffer overflow vulnerability in _tt_internal_realpath function of the ToolTalk database server (rpc.ttdbserverd). |
| 34 | + |
| 35 | +* [payload/aix/ppc/shell_reverse_tcp](https://www.rapid7.com/db/modules/payload/aix/ppc/shell_reverse_tcp) |
| 36 | + Connect back to attacker and spawn a command shell |
| 37 | + |
| 38 | +* [payload/aix/ppc/shell_find_port](https://www.rapid7.com/db/modules/payload/aix/ppc/shell_find_port) |
| 39 | + Spawn a shell on an established connection |
| 40 | + |
| 41 | +* [payload/aix/ppc/shell_bind_tcp](https://www.rapid7.com/db/modules/payload/aix/ppc/shell_bind_tcp) |
| 42 | + Listen for a connection and spawn a command shell |
| 43 | + |
| 44 | +* [payload/linux/ppc64/shell_reverse_tcp](https://www.rapid7.com/db/modules/payload/linux/ppc64/shell_reverse_tcp) |
| 45 | + Connect back to attacker and spawn a command shell |
| 46 | + |
| 47 | +* [payload/linux/ppc64/shell_find_port](https://www.rapid7.com/db/modules/payload/linux/ppc64/shell_find_port) |
| 48 | + Spawn a shell on an established connection |
| 49 | + |
| 50 | +* [payload/linux/ppc64/shell_bind_tcp](https://www.rapid7.com/db/modules/payload/linux/ppc64/shell_bind_tcp) |
| 51 | + Listen for a connection and spawn a command shell |
| 52 | + |
| 53 | +* [payload/linux/ppc/shell_reverse_tcp](https://www.rapid7.com/db/modules/payload/linux/ppc/shell_reverse_tcp) |
| 54 | + Connect back to attacker and spawn a command shell |
| 55 | + |
| 56 | +* [payload/linux/ppc/shell_find_port](https://www.rapid7.com/db/modules/payload/linux/ppc/shell_find_port) |
| 57 | + Spawn a shell on an established connection |
| 58 | + |
| 59 | +* [payload/linux/ppc/shell_bind_tcp](https://www.rapid7.com/db/modules/payload/linux/ppc/shell_bind_tcp) |
| 60 | + Listen for a connection and spawn a command shell |
| 61 | + |
| 62 | +* [exploit/linux/samba/lsa_transnames_heap](https://www.rapid7.com/db/modules/exploit/linux/samba/lsa_transnames_heap) |
| 63 | + This module triggers a heap overflow in the LSA RPC service of the Samba daemon. This module uses the TALLOC chunk overwrite method (credit Ramon and Adriano), which only works with Samba versions 3.0.21-3.0.24. Additionally, this module will not work when the Samba "log level" parameter is higher than "2". |
| 64 | + |
| 65 | +* [payload/linux/x86/shell_reverse_tcp](https://www.rapid7.com/db/modules/payload/linux/x86/shell_reverse_tcp) |
| 66 | + Connect back to attacker and spawn a command shell |
| 67 | + |
| 68 | +* [payload/linux/x86/shell_find_port](https://www.rapid7.com/db/modules/payload/linux/x86/shell_find_port) |
| 69 | + Spawn a shell on an established connection |
| 70 | + |
| 71 | +* [exploit/solaris/sunrpc/sadmind_adm_build_path](https://www.rapid7.com/db/modules/exploit/solaris/sunrpc/sadmind_adm_build_path) |
| 72 | + This module exploits a buffer overflow vulnerability in adm_build_path() function of sadmind daemon. The distributed system administration daemon (sadmind) is the daemon used by Solstice AdminSuite applications to perform distributed system administration operations. The sadmind daemon is started automatically by the inetd daemon whenever a request to invoke an operation is received. The sadmind daemon process continues to run for 15 minutes after the last request is completed, unless a different idle-time is specified with the -i command line option. The sadmind daemon may be started independently from the command line, for example, at system boot time. In this case, the -i option has no effect; sadmind continues to run, even if there are no active requests. |
| 73 | + |
| 74 | +* [auxiliary/scanner/misc/ib_service_mgr_info](https://www.rapid7.com/db/modules/auxiliary/scanner/misc/ib_service_mgr_info) |
| 75 | + This module retrieves version of the services manager, version and implementation of the InterBase server from InterBase Services Manager. |
| 76 | + |
| 77 | +* [exploit/windows/misc/ib_svc_attach](https://www.rapid7.com/db/modules/exploit/windows/misc/ib_svc_attach) |
| 78 | + This module exploits a stack buffer overflow in Borland InterBase by sending a specially crafted service attach request. |
| 79 | + |
| 80 | +* [exploit/windows/misc/ib_isc_create_database](https://www.rapid7.com/db/modules/exploit/windows/misc/ib_isc_create_database) |
| 81 | + This module exploits a stack buffer overflow in Borland InterBase by sending a specially crafted create request. |
| 82 | + |
| 83 | +* [exploit/windows/misc/ib_isc_attach_database](https://www.rapid7.com/db/modules/exploit/windows/misc/ib_isc_attach_database) |
| 84 | + This module exploits a stack buffer overflow in Borland InterBase by sending a specially crafted attach request. |
| 85 | + |
| 86 | +* [exploit/windows/misc/fb_svc_attach](https://www.rapid7.com/db/modules/exploit/windows/misc/fb_svc_attach) |
| 87 | + This module exploits a stack buffer overflow in Borland InterBase by sending a specially crafted service attach request. |
| 88 | + |
| 89 | +* [exploit/windows/misc/fb_isc_create_database](https://www.rapid7.com/db/modules/exploit/windows/misc/fb_isc_create_database) |
| 90 | + This module exploits a stack buffer overflow in Borland InterBase by sending a specially crafted create request. |
| 91 | + |
| 92 | +* [exploit/windows/misc/fb_isc_attach_database](https://www.rapid7.com/db/modules/exploit/windows/misc/fb_isc_attach_database) |
| 93 | + This module exploits a stack buffer overflow in Borland InterBase by sending a specially crafted create request. |
| 94 | + |
| 95 | +* [exploit/linux/misc/ib_pwd_db_aliased](https://www.rapid7.com/db/modules/exploit/linux/misc/ib_pwd_db_aliased) |
| 96 | + This module exploits a stack buffer overflow in Borland InterBase by sending a specially crafted attach request. |
| 97 | + |
| 98 | +* [exploit/linux/misc/ib_open_marker_file](https://www.rapid7.com/db/modules/exploit/linux/misc/ib_open_marker_file) |
| 99 | + This module exploits a stack buffer overflow in Borland InterBase by sending a specially crafted attach request. |
| 100 | + |
| 101 | +* [exploit/linux/misc/ib_jrd8_create_database](https://www.rapid7.com/db/modules/exploit/linux/misc/ib_jrd8_create_database) |
| 102 | + This module exploits a stack buffer overflow in Borland InterBase by sending a specially crafted create request. |
| 103 | + |
| 104 | +* [exploit/linux/misc/ib_inet_connect](https://www.rapid7.com/db/modules/exploit/linux/misc/ib_inet_connect) |
| 105 | + This module exploits a stack buffer overflow in Borland InterBase by sending a specially crafted service attach request. |
| 106 | + |
| 107 | +* [payload/linux/x86/shell_bind_tcp](https://www.rapid7.com/db/modules/payload/linux/x86/shell_bind_tcp) |
| 108 | + Listen for a connection and spawn a command shell |
| 109 | + |
| 110 | +* [payload/bsd/x86/shell_reverse_tcp](https://www.rapid7.com/db/modules/payload/bsd/x86/shell_reverse_tcp) |
| 111 | + Connect back to attacker and spawn a command shell |
| 112 | + |
| 113 | +* [payload/bsd/x86/shell_find_port](https://www.rapid7.com/db/modules/payload/bsd/x86/shell_find_port) |
| 114 | + Spawn a shell on an established connection |
| 115 | + |
| 116 | +* [payload/bsd/x86/shell_bind_tcp](https://www.rapid7.com/db/modules/payload/bsd/x86/shell_bind_tcp) |
| 117 | + Listen for a connection and spawn a command shell |
| 118 | + |
| 119 | +* [exploit/solaris/samba/lsa_transnames_heap](https://www.rapid7.com/db/modules/exploit/solaris/samba/lsa_transnames_heap) |
| 120 | + This module triggers a heap overflow in the LSA RPC service of the Samba daemon. This module uses the TALLOC chunk overwrite method (credit Ramon and Adriano), which only works with Samba versions 3.0.21-3.0.24. Additionally, this module will not work when the Samba "log level" parameter is higher than "2". |
| 121 | + |
| 122 | +* [payload/solaris/x86/shell_reverse_tcp](https://www.rapid7.com/db/modules/payload/solaris/x86/shell_reverse_tcp) |
| 123 | + Connect back to attacker and spawn a command shell |
| 124 | + |
| 125 | +* [payload/solaris/x86/shell_find_port](https://www.rapid7.com/db/modules/payload/solaris/x86/shell_find_port) |
| 126 | + Spawn a shell on an established connection |
| 127 | + |
| 128 | +* [payload/solaris/x86/shell_bind_tcp](https://www.rapid7.com/db/modules/payload/solaris/x86/shell_bind_tcp) |
| 129 | + Listen for a connection and spawn a command shell |
| 130 | + |
| 131 | +* [payload/osx/x86/shell_reverse_tcp](https://www.rapid7.com/db/modules/payload/osx/x86/shell_reverse_tcp) |
| 132 | + Connect back to attacker and spawn a command shell |
| 133 | + |
| 134 | +* [payload/osx/x86/shell_find_port](https://www.rapid7.com/db/modules/payload/osx/x86/shell_find_port) |
| 135 | + Spawn a shell on an established connection |
| 136 | + |
| 137 | +* [exploit/osx/samba/lsa_transnames_heap](https://www.rapid7.com/db/modules/exploit/osx/samba/lsa_transnames_heap) |
| 138 | + This module triggers a heap overflow in the LSA RPC service of the Samba daemon. This module uses the szone_free() to overwrite the size() or free() pointer in initial_malloc_zones structure. |
| 139 | + |
| 140 | +* [payload/osx/x86/shell_bind_tcp](https://www.rapid7.com/db/modules/payload/osx/x86/shell_bind_tcp) |
| 141 | + Listen for a connection and spawn a command shell |
| 142 | + |
0 commit comments