Directory listing for /{{server_path}}
43 |44 | 45 | {%- include 'views/_upload_form.html' -%} 46 | {%- include 'views/_download_commands.html' -%} 47 | 48 | {%- with files=view_model.directory_listing.user_files %} 49 | {% include "views/_directory_list.html" %} 50 | {% endwith %} 51 | 52 | {%- if view_model.directory_listing.server_path == '' %} 53 |
Inbuilt files
54 | 55 | {% with files=view_model.directory_listing.toolbox_files %} 56 | {% include "views/_directory_list.html" %} 57 | {% endwith %} 58 | 59 |Shells
60 |61 | 62 | {% set default_lhost = view_model.payload_generator.default_lhost %} 63 | {% set default_lport = view_model.payload_generator.default_lport %} 64 | {%- for module_name in view_model.payload_generator.module_names %} 65 |
{{ module_name }}
66 |-
67 |
- /shells/{{module_name}} - running on default host/port {{default_lhost}} {{default_lport}} 68 |
- /shells/{{module_name}}/{{default_lport}} - custom port 69 |
- /shells/{{module_name}}/{{default_lhost}}/{{default_lport}} - custom host and port 70 |