forked from cSploit/android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.xml
More file actions
540 lines (525 loc) · 35.3 KB
/
Copy pathstrings.xml
File metadata and controls
540 lines (525 loc) · 35.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
<resources>
<string name="app_name" translatable="false">cSploit</string>
<string name="menu_settings">Settings</string>
<string name="title_activity_main">cSploit</string>
<string name="crash_toast_text">Ooooops! I crashed, but a report is going to be sent to my
developer to help fix the issue :)
</string>
<string name="toggle_button">ToggleButton</string>
<string name="enter_redirection_details">Enter redirection details below:</string>
<string name="address">Address</string>
<string name="port">Port</string>
<string name="ports">Ports</string>
<string name="target">Target</string>
<string name="unknown">No information</string>
<string name="services">Services</string>
<string name="os">OS</string>
<string name="device_type">Device Type</string>
<string name="start_hijack">Tap on a session to start hijacking, long tap to save it to file.
</string>
<string name="sort">Sort:</string>
<string name="select_module">Select a module to run</string>
<string name="choose">Choose</string>
<string name="response">Response</string>
<string name="request">Request</string>
<string name="wait_for_response">Wait for a response</string>
<string name="protocol">Protocol</string>
<string name="csploit_catchphrase">cSploit - An Android network penetration suite.</string>
<string name="csploit_copyleft">Copyleft of Simone Margaritelli aka evilsocket.</string>
<string name="csploit_url" translatable="false">http://www.csploit.org/</string>
<string name="disclaimer">Disclaimer</string>
<string name="csploit_disclaimer">
<![CDATA[This application is not to be used for any purposes other than to demonstrate its functions, and must only be used on networks for which you have permission to do so. Any other use is not the responsibility of the developer.In other words, don't be stupid, and don't direct angry people towards me.]]></string>
<string name="license">License</string>
<string name="gpl_license">This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program.
If not, see http://www.gnu.org/licenses/.\n\nAdditionally, some icons have been distributed under the CC-BY 4.0 license and are copyrighted by Google, Inc.
The full icon set is available at https://www.google.com/design/icons .
</string>
<string name="service">Service</string>
<string name="stopped">Stopped…</string>
<string name="start">Start</string>
<string name="stop">Stop</string>
<string name="stopped_dots">Stopped …</string>
<string name="starting_dots">Starting …</string>
<string name="max_length">Max Length</string>
<string name="min_length">Min Length</string>
<string name="username">Username</string>
<string name="Charset">Charset</string>
<string name="filter_desc">Enter a custom replace filter, including simple string replacement or
regular expressions.
</string>
<string name="from">From</string>
<string name="to">To</string>
<string name="wake_on_lan">Wake On Lan</string>
<string name="send">Send</string>
<string name="update_available">Update Available</string>
<string name="new_update_desc">A new update to version</string>
<string name="new_update_desc2">is available, do you want to download it?</string>
<string name="checking">Checking…</string>
<string name="no_updates_available">No updates available.</string>
<string name="new_msf_update_desc">A MetasploitFramework update</string>
<string name="new_version">New version</string>
<string name="new_version2">found!</string>
<string name="downloading_update">Downloading update…</string>
<string name="connecting">Connecting…</string>
<string name="cancel">Cancel</string>
<string name="error">Error</string>
<string name="error_occured">An error occurred while downloading the update.</string>
<string name="invalid_target">Invalid target.</string>
<string name="add_custom_target">Add custom target</string>
<string name="enter_url">Enter an URL, host name or IP address below:</string>
<string name="net_discovery_stopped">Network discovery stopped.</string>
<string name="net_discovery_started">Network discovery started.</string>
<string name="start_monitor">Start network monitor</string>
<string name="stop_monitor">Stop network monitor</string>
<string name="start_msfrpcd">Start Metasploit RPCD</string>
<string name="stop_msfrpcd">Stop Metasploit RPCD</string>
<string name="exit">Exit</string>
<string name="close_confirm">This will close cSploit, are you sure you want to continue?
</string>
<string name="press_back">Press back again to close this app.</string>
<string name="selected_">Selected:  </string>
<string name="github_new_issue_url" translatable="false">https://github.com/cSploit/android/issues/new</string>
<string name="no_session_found">No session file found on sd card.</string>
<string name="select_session_file">Select a session file from the sd card :</string>
<string name="select_session">Select session</string>
<string name="invalid_session">Invalid session name.</string>
<string name="session_saved_to">Session saved to  </string>
<string name="save_session">Save session</string>
<string name="enter_session_name">Enter the name of the session file :</string>
<string name="new_session_started">New session started</string>
<string name="warning">Warning</string>
<string name="warning_new_session">Starting a new session would delete the current one,
continue?
</string>
<string name="fatal_error_html">
<![CDATA[<p>It seems like your ROM has the <b>LD_LIBRARY_PATH bug</b>, i\'m sorry but it\'s not compatible with cSploit.</p>]]></string>
<string name="fatal_error_html2">
<![CDATA[<p>For more info read the <a href=\"http://csploit.net/#faq\">FAQ</a>.</p>]]></string>
<string name="install_error">Error during files installation!</string>
<string name="arm_error">
<![CDATA[<p>It seems like your device processor is not an ARM, i\'m sorry but it\'s not compatible with cSploit.</p>]]></string>
<string name="arm_error2">
<![CDATA[<p>For more info read the <a href=\"http://csploit.net/#requirements\">requirements</a> section.</p>]]></string>
<string name="busybox_required">Full BusyBox installation required, killall binary not
found(maybe you have an old busybox version).
</string>
<string name="only_4_root">This application can run only on rooted devices.</string>
<string name="initializing">Initializing…</string>
<string name="initialization_error">Initialization Error</string>
<string name="target_alias">Target Alias</string>
<string name="set_alias">Set an alias for this target:</string>
<string name="no_connectivity">No connectivity available.</string>
<string name="wifi_key_copied">WiFi key copied to clipboard.</string>
<string name="connected_to"><![CDATA[Connected to <b>]]></string>
<string name="connected_to2"><![CDATA[</b> with key <b><font color=\"green\">]]></string>
<string name="connected_to3"><![CDATA[</font></b>!]]></string>
<string name="connection_to"><![CDATA[Connection to <b>]]></string>
<string name="connection_to2">
<![CDATA[</b> <b><font color=\"red\">FAILED</font></b>.]]></string>
<string name="enter_key_or_crack">Enter WiFi Key or attempt cracking:</string>
<string name="enter_wifi_key">Enter WiFi Key:</string>
<string name="scanning">Scanning…</string>
<string name="invalid_filename">Invalid file name.</string>
<string name="something_went_wrong">Something went wrong, please select again a valid target.
</string>
<string name="selected">Selected </string>
<string name="nothing_found"><![CDATA[<small><i>Nothing Found</i></small>]]></string>
<string name="no_open_ports">No open ports detected on current target, run the service inspector first.</string>
<string name="no_exploits_found">No exploits found.</string>
<string name="no_open_ports_focused_scan">No open ports found, run the port scanner before selecting a focused scan.</string>
<string name="no_open_ports_exploitfinder">No exploits found on this target, run the ExploitFinder first.</string>
<string name="no_exploit_started">No exploit has been started.</string>
<string name="no_vulnerabilities_found">No vulnerabilities found about this target. run the Vulnerability Finder first.</string>
<string name="no_infos_on_target">No specific informations about services running on target
machine, run the service inspector first.
</string>
<string name="custom_charset">Custom Charset</string>
<string name="enter_chars_wanted">Enter the chars you want to use in the custom charset:
</string>
<string name="invalid_port">Invalid port specified.</string>
<string name="request_empty">The request can not be empty.</string>
<string name="request_sent">Request sent.</string>
<string name="customize_wol_port">Customize WOL port and press Send.</string>
<string name="couldnt_send_wol_packet">Could not send a WOL packet to a target without a known
MAC address.
</string>
<string name="no_activities_for_url">No activities to handle this type of url.</string>
<string name="select_ports">Select Ports</string>
<string name="enter_ports_list">Enter a comma separated list of ports:</string>
<string name="invalid_port_">Invalid port \'</string>
<string name="port_must_be_greater">Port must be greater than 0 and smaller than 65535.</string>
<string name="invalid_ports">Invalid ports specified.</string>
<string name="empty_port_list">Empty port list.</string>
<string name="about_csploit_v_">About cSploit v</string>
<string name="select_target">Select a target below by clicking on a row, or long click on it to
enter an alias or start a multiple attack.
</string>
<string name="generating_keys">Generating keys…</string>
<string name="no_wifi_available">No WiFi connection available, the application will just check
for updates. #STATUS#
</string>
<string name="missing_core_update">Core is not installed, the application will just check
for updates. #STATUS#
</string>
<string name="heart_attack_update">Heart attack occurred, the application will just check
for updates. #STATUS#
</string>
<string name="loading_changelog">Loading changelog…</string>
<string name="something_went_wrong_changelog">
<![CDATA[<html><body><p><b>Something went wrong while retrieving the changelog:</b></p><p><pre>{DESCRIPTION}</pre></p></body></html>]]></string>
<string name="cancel_dialog">Cancel</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="connect">Connect</string>
<string name="crack">Crack</string>
<string name="could_not_read_folder">Could not read folder contents.</string>
<string name="choose_dir">Choose </string>
<string name="vulnerability_finder">Vulnerability Finder</string>
<string name="vulnerability_finder_desc">Search for known vulnerabilities for target running
services upon National Vulnerability Database.
</string>
<string name="inspector">Service inspector</string>
<string name="inspector_desc">Perform target operating system and services deep detection
(slower than port scanner, but more accurate).
</string>
<string name="login_cracker">Login cracker</string>
<string name="login_cracker_desc">A very fast network logon cracker which supports many different
services.
</string>
<string name="packet_forger">Packet forger</string>
<string name="packet_forger_desc">Craft and send a custom TCP or UDP packet to the target.
</string>
<string name="port_scanner">Port scanner</string>
<string name="port_scanner_desc">Perform a SYN port scanning on target.</string>
<string name="router_pwn">Router PWN</string>
<string name="router_pwn_desc">Launch the http://routerpwn.com/ service to pwn your router.
</string>
<string name="trace">Trace</string>
<string name="trace_desc">Perform a traceroute on target.</string>
<string name="mitm">MITM</string>
<string name="mitm_desc">Perform various man-in-the-middle attacks, such as network sniffing,
traffic manipulation, etc…
</string>
<string name="network_subnet_mask">This is your network subnet mask</string>
<string name="gateway_router">(Your network gateway / router)</string>
<string name="this_device"> (This device)</string>
<string name="wifi_went_down">WiFi connectivity went down.</string>
<string name="hijack_session">Hijack Session</string>
<string name="start_hijacking">Stop sniffing and start session hijacking?</string>
<string name="start_hijacking2">Start session hijacking?</string>
<string name="set_session_filename">Set the session file name:</string>
<string name="session_sniffer">Session Sniffer</string>
<string name="untraced_hops">untraced hops</string>
<string name="add_username">Add username</string>
<string name="enter_username">Enter the username you want to use:</string>
<string name="select_wordlist">Select Wordlist</string>
<string name="error_filepath">Could not determine file path, please use a different file
manager.
</string>
<string name="trying">Trying</string>
<string name="left">left</string>
<string name="error_filepath2">Could not determine file path.</string>
<string name="tap_again">Tap again to stop.</string>
<string name="unexpected_file_error">Unexpected error while reading the file : </string>
<string name="the_port">The port</string>
<string name="error_proxy_port"> which is needed by the transparent proxy is taken from another process, open application settings?</string>
<string name="error_mitm_port"> which is needed by the mitm server is taken from another process, open application settings?</string>
<string name="error_https_port"> which is needed by the mitm https redirector is taken from another process, open application settings?</string>
<string name="error_mitm_ports">MITM modules need all ports available.</string>
<!-- rpc stuff -->
<string name="error_rpc">RPC error</string>
<string name="error_rpcd_inval">bad settings</string>
<string name="error_rpcd_shell">cannot execute shell</string>
<string name="rpcd_starting">Starting Metasploit RPCD. Standby…</string>
<string name="rpcd_started">Metasploit RPCD started</string>
<string name="rpcd_stopped">Metasploit RPCD stopped</string>
<string name="rpcd_running">Metasploit RPCD is already running</string>
<string name="rpcd_timedout">Metasploit RPCD does not respond</string>
<!-- mitm modules -->
<string name="mitm_simple_sniff">Simple sniff</string>
<string name="mitm_simple_sniff_desc">Redirect target\'s traffic through this device and show some stats while dumping it to a pcap file.</string>
<string name="mitm_password_sniff">Password sniffer</string>
<string name="mitm_password_sniff_desc">Sniff passwords of many protocols such as http, ftp, imap, imaps, irc, msn, etc from the target.</string>
<string name="mitm_password_sniff_menu_fields">Users/pass fields</string>
<string name="mitm_session_hijack">Session hijacker</string>
<string name="mitm_session_hijack_desc">Listen for cookies on the network and hijack sessions.</string>
<string name="mitm_connection_kill">Kill connections</string>
<string name="mitm_connection_kill_desc">Kill connections preventing the target to reach any website or server.</string>
<string name="mitm_connection_kill_error">Connection killer can be used only against single endpoints.</string>
<string name="mitm_redirect">Redirect</string>
<string name="mitm_redirect_desc">Redirect all the http traffic to another address.</string>
<string name="mitm_redirection">Redirection</string>
<string name="error_port_outofrange">Port out of range.</string>
<string name="error_invalid_address_or_port">Invalid address and/or port specified.</string>
<string name="mitm_image_replace">Replace images</string>
<string name="mitm_image_replace_desc">Replace all images on webpages with the specified one.</string>
<string name="choose_source">Choose a source:</string>
<string name="local_images">Local Images</string>
<string name="error_image_intent">This is weird, seems like you have no application to handle image browsing.</string>
<string name="image">Image</string>
<string name="enter_image_url">Enter the url of the image :</string>
<string name="error_image_url">Invalid image url.</string>
<string name="mitm_video_replace">Replace videos</string>
<string name="mitm_video_replace_desc">Replace all youtube videos on webpages with the specified one.</string>
<string name="video">Video</string>
<string name="enter_video_url">Enter the url of the video :</string>
<string name="error_video_url">Invalid youtube video.</string>
<string name="mitm_script_injection">Script injection</string>
<string name="mitm_script_injection_desc">Inject a Javascript in every visited web page.</string>
<string name="choose_method">Choose a method:</string>
<string name="choose_branch">Choose a branch:</string>
<string name="local_files">Local files</string>
<string name="custom_code">Custom code</string>
<string name="error_file_intent">Seems like you have no file manager capable of browsing files. Please install one.</string>
<string name="enter_js_code">Enter the Javascript code to inject :</string>
<string name="error_js_code"><![CDATA[Invalid javascript code, remember to use <script></script> enclosing tags.]]></string>
<string name="mitm_custom">Custom filter</string>
<string name="mitm_custom_desc">Replace custom text on webpages with the specified one.</string>
<string name="custom_filter">Custom filter</string>
<string name="error_filter">Invalid regular expression</string>
<string name="file_output">File output</string>
<string name="question_save_to_pcap">Do you want to save sniffed traffic to a PCAP file?</string>
<string name="dumping_traffic_to">Dumping traffic to </string>
<string name="error_mitm_proxy">Unable to create the proxy, please check your connection and port availability.</string>
<string name="error_mitm_https_redirector">Unable to create the HTTPS redirector, please check your connection and port availability.</string>
<string name="error_mitm_resource_server">Unable to create the resource server, please check your connection and port availability.</string>
<string name="hijacker_load_from_file">Load from file</string>
<string name="login_user_wordlist">User word list</string>
<string name="login_pass_wordlist">Password word list</string>
<string name="menu_new_session">New session</string>
<string name="menu_save_session">Save session</string>
<string name="menu_restore_session">Restore session</string>
<string name="menu_stop_monitor">Stop network monitor</string>
<string name="menu_submit_issue">Submit issue</string>
<string name="menu_about">About cSploit</string>
<string name="iface_dialog_title">Choose a network interface</string>
<string name="iface_error_no_available">There\'re no network interfaces available</string>
<string name="scanner_select_ports">Select Custom Ports</string>
<string name="scanner_custom_parameters">Custom parameters</string>
<string name="wifi_initializing">Initializing …</string>
<string name="wifi_activating_iface">Activating WiFi interface …</string>
<string name="wifi_activated">WiFi activated.</string>
<string name="wifi_scanning">Scanning …</string>
<string name="wifi_attempting_to">Attempting connection to</string>
<string name="wifi_with_key">with key</string>
<string name="wifi_connecting_to">Connecting to</string>
<string name="wifi_error_keys">Could not generate keys.</string>
<string name="wifi_scan_finished">Scanning finished.</string>
<string name="mitm_dns_spoofing">DNS spoofing</string>
<string name="mitm_dns_spoofing_desc">Redirect domains to a different web/IP.</string>
<string name="mitm_dns_spoofing_list_saved">Saved</string>
<!-- preferences -->
<string name="pref_general">General</string>
<string name="pref_modules">Modules</string>
<string name="pref_msf">Metasploit framework</string>
<string name="pref_performance">Performance</string>
<string name="pref_check_updates">Check for updates</string>
<string name="pref_wake_lock">Wake lock</string>
<string name="pref_save_path">Save path</string>
<string name="pref_debug_error_logging">Debug error logging</string>
<string name="pref_enable_profiler">Code profiler</string>
<string name="pref_sniffer_sample_time">Sniffer sample time</string>
<string name="pref_http_proxy_port">HTTP proxy port</string>
<string name="pref_http_server_port">HTTP server port</string>
<string name="pref_https_redirect">SSL stripping</string>
<string name="pref_https_redirector_port">HTTPS redirector port</string>
<string name="pref_http_max_buffer_size">HTTP max buffer size</string>
<string name="pref_password_filename">Password sniffer file</string>
<string name="pref_check_updates_desc">Check for updates every time the application is started.</string>
<string name="pref_wake_lock_desc">Prevents the device going in sleep mode while the application is running.</string>
<string name="pref_save_path_desc">Global save path to put every log file.</string>
<string name="pref_debug_error_logging_desc">Enable or disable error logging on a debug file.</string>
<string name="pref_enable_profiler_desc">Enable or disable network code profiler logging.</string>
<string name="pref_sniffer_sample_time_desc">Sample time in seconds of the sniffer module network statistics.</string>
<string name="pref_http_proxy_port_desc">MITM transparent proxy port to listen on, change this if you have problems starting the proxy.</string>
<string name="pref_http_server_port_desc">MITM http server port to listen on, change this if you have problems starting the server.</string>
<string name="pref_https_redirect_desc">Redirect traffic from HTTPS to HTTP.</string>
<string name="pref_https_redirector_port_desc">MITM https redirection server port to listen on.</string>
<string name="pref_http_max_buffer_size_desc">Max buffer size of HTTP requests handled by the transparent proxy.</string>
<string name="pref_password_filename_desc">Name of the file to use to log passwords and cookies.</string>
<string name="pref_msf_check_updates">Check for MSF updates</string>
<string name="pref_msf_check_updates_desc">Check for MSF updates every time the application is started.</string>
<string name="pref_rpc_user">RPC username</string>
<string name="pref_rpc_user_desc">Username for connect to Metasploit RPCD.</string>
<string name="pref_rpc_pswd">RPC password</string>
<string name="pref_rpc_pswd_desc">Password for connect to Metasploit RPCD.</string>
<string name="pref_rpc_host">RPC host</string>
<string name="pref_rpc_host_desc">host where the Metasploit RPC server is on</string>
<string name="pref_rpc_port">RPC port</string>
<string name="pref_rpc_port_desc">Port for connect to Metasploit RPCD.</string>
<string name="pref_rpc_ssl">RPC use SSL</string>
<string name="pref_rpc_ssl_desc">Specify if Metasploit RPC use SSL</string>
<string name="pref_msfdir">MSF directory</string>
<string name="pref_msfdir_desc">Directory containing the Metasploit Framework.</string>
<string name="pref_rubydir">Ruby directory</string>
<string name="pref_rubydir_desc">Directory containing the Ruby interpreter.</string>
<string name="pref_msf_branch_desc">The Metasploit Framework branch to use</string>
<string name="pref_msf_branch_title">MSF branch</string>
<string name="pref_performance_vuln_title">Search preferences</string>
<string name="pref_performance_vuln_desc">Search for vulnerability using</string>
<string-array name="pref_performance_vuln" >
<item>OSVDB</item>
<item>CVE</item>
<item>both CVE and OSVDB</item>
</string-array>
<string-array name="pref_performance_vuln_values" translatable="false">
<item>OSVDB</item>
<item>CVE</item>
<item>BOTH</item>
</string-array>
<string name="pref_performance_exploit_desc">Search exploits</string>
<string-array name="pref_performance_exploit" >
<item>MSF compatible only</item>
<item>on exploitdb only</item>
<item>from both exploitdb and MSF</item>
</string-array>
<string-array name="pref_performance_exploit_values" translatable="false">
<item>MSF</item>
<item>EXDB</item>
<item>BOTH</item>
</string-array>
<string name="pref_performance_widescan">Wide host scan</string>
<string name="pref_performance_widescan_desc">scan for hosts outside the network mask</string>
<string name="pref_advanced">Advanced</string>
<string name="pref_folder">Folder</string>
<string name="pref_msf_enable">Enable MSF</string>
<string name="pref_msf_enable_desc">Enable the Metasploit Framework</string>
<string name="pref_msf_notifications">MSF status notifications</string>
<string name="pref_msf_notifications_desc">View MSF RPC connection status</string>
<string name="pref_msf_delete">Delete MSF</string>
<string name="pref_msf_delete_desc">Delete the Metasploit Framework from your device</string>
<string name="pref_msfwipe_message">Do you really want to delete the Metasploit Framework?</string>
<string name="pref_msfwipe_size">About %d MB will be freed.</string>
<string name="pref_err_exists">does not exists.</string>
<string name="pref_err_writable">is not writable.</string>
<string name="pref_err_executable">does not allow creation of executable contents.</string>
<string name="pref_err_sample_time">Sample time must be between 0.4 and 1.0.</string>
<string name="pref_err_invalid_number">Invalid number.</string>
<string name="pref_err_port_range">Port must be between 1024 and 65535.</string>
<string name="pref_err_busy_port">Another process is listening on this port, please use another one.</string>
<string name="pref_err_buffer_size">Buffer size must be between 1024 and 104857600.</string>
<string name="pref_persistent_network_monitor">persistent network monitor</string>
<string name="pref_persistent_network_monitor_desc">keep network monitor watching the network</string>
<string name="pref_auto_portscan">Auto port-scan</string>
<string name="pref_auto_portscan_desc">Always SYN scan for open ports when new host is discovered</string>
<string name="exploit_finder">Exploit finder</string>
<string name="exploit_finder_desc">Search for exploit that matches found vulnerabilities.</string>
<string name="exploit_launch_all">Launch all</string>
<string name="sessions">Sessions</string>
<string name="sessions_desc">Sessions on pwned target.</string>
<string name="exploit_launch">Launch</string>
<string name="exploit_edit_options">Edit options</string>
<string name="payload_edit_settings">Edit payload settings</string>
<string name="exploit_choose_payload">Choose payload</string>
<string name="exploit_choose_target">Choose target</string>
<string name="open_url">Open URL</string>
<string name="show_full_description">Show full description</string>
<string name="choose_an_option">Choose an option</string>
<string name="required">Required</string>
<string name="menu_add">Add</string>
<string name="menu_scan">Scan</string>
<string name="menu_ifaces">Net interfaces</string>
<string name="menu_wifi_scan">WiFi scan</string>
<string name="menu_stop_msfrpcd">Stop MSFRPCD</string>
<string name="pref_theme">Dark theme</string>
<string name="pref_choose_theme">Enable the dark theme, which is easier on the eyes</string>
<string name="please_restart">The new theme will not be applied until you restart the app</string>
<string name="evasion">Evasion</string>
<string name="search_exact_version">Exact version matching</string>
<string name="sessions_title">Open a shell by clicking on a session, or see more options by long press on it.</string>
<string name="open_shell">Open shell</string>
<string name="clear_event_log">Clear event log</string>
<string name="run">⏎</string>
<string name="command">Command</string>
<string name="clear">Clear</string>
<string name="save">Save</string>
<string name="saved">Saved</string>
<string name="msfrpc_disconnected">MSF RPC disconnected</string>
<string name="no_opened_sessions">there is no opened sessions for this target</string>
<string name="delete">Delete</string>
<string name="checksum_failed">File is corrupted</string>
<string name="extraction_failed">Extraction failed</string>
<string name="extracting">Extracting…</string>
<string name="click_here_to_upgrade">Click here to upgrade</string>
<string name="bad_permissions">The local file that you put on your storage have bad permissions, i can not read and/or write it!</string>
<string name="restore_default_path">Restore default path</string>
<string name="choose_a_custom_path">Choose a custom path</string>
<string name="error_symlink">Destination device does not support symlinks, please select a decent filesystem.</string>
<string name="target_selected">Target selected</string>
<string name="targets_selected">Targets selected</string>
<string name="multiple_attack">Multiple attack</string>
<string name="connect_msf">Connect to Metasploit</string>
<string name="disconnect_msf">Disconnect from Metasploit</string>
<string name="connected_msf">Connected to Metasploit</string>
<string name="connection_failed">Connection FAILED!</string>
<string name="new_ruby_update_desc">An update for ruby is available</string>
<string name="delete_previous_location">Delete previous location?</string>
<string name="setting_file_modes">Setting file permissions…</string>
<string name="updating_rubygem">Updating RubyGems</string>
<string name="installing_gems">Installing gems…</string>
<string name="patching_shebang">Patching shebang</string>
<string name="installing_msf_gems">Installing gems for MSF</string>
<string name="installing_bundle">Installing bundle</string>
<string name="new_gems_update_desc">An update for ruby gems</string>
<string name="heart_attack">heart attack</string>
<string name="cannot_download_core">cannot download the core for your device</string>
<string name="unable_to_start_updateservice">unable to start update service</string>
<string name="no_core_no_connectivity">core is not installed, a network connection is needed for first initialization</string>
<string name="no_core_found">cannot find a core for this device</string>
<string name="mandatory_update">this update is required</string>
<string name="new_core_found">Core version %s is available, do you want to upgrade ?</string>
<string name="pref_updates">Updates</string>
<string name="pref_updates_app">App</string>
<string name="pref_updates_app_desc">Check for app updates</string>
<string name="pref_updates_core">Core</string>
<string name="pref_updates_core_desc">Check for core updates</string>
<string name="pref_updates_ruby">Ruby</string>
<string name="pref_updates_ruby_desc">Check for Ruby updates</string>
<string name="pref_updates_msf">MSF</string>
<string name="pref_updates_msf_desc">Check for MSF updates</string>
<string name="pref_updates_gems">RubyGems</string>
<string name="pref_updates_gems_desc">Check for RubyGems updates</string>
<string name="pref_msf_manifest">Custom manifest</string>
<string name="pref_msf_manifest_desc">Custom MSF manifest URL</string>
<string name="buildinfo">Build info</string>
<string name="menu_multiaction">Multi action</string>
<string name="menu_focusedscan">focused scan</string>
<string name="menu_resolve_names">resolve hostnames</string>
<string name="crash_dialog_title">cSploit has crashed.</string>
<string name="crash_dialog_text">An unexpected error occurred, forcing the application or a component to stop. You can help us identify and fix the issue by sending crash-related runtime data. To do so, click \'OK\'.</string>
<string name="crash_dialog_comment">Please add a comment explaining what lead to the crash below.</string>
<string name="JNI_crash_detected">The JNI library has crashed previously. Reporting the circumstances leading to the crash would be appreciated.</string>
<string name="update_cancelled">Update cancelled</string>
<string name="child_not_started">Cannot start process</string>
<string name="msfrpcd_killed">MSF RPC daemon killed</string>
<string name="msfrcd_start_failed">MSF RPC daemon failed to start</string>
<string name="msf_connection_failed">Connection to the MSF RPC daemon FAILED!</string>
<string name="net_discovery_start_failed">Network discovery FAILED to start!</string>
<string name="new_apk_found">App version %s is available, do you want to upgrade ?</string>
<string name="new_ruby_found">A new version of Ruby is available, do you want to upgrade ?</string>
<string name="new_msf_found">A new MSF version is available, do you want to upgrade ?</string>
<string name="msf_status">Metasploit Status</string>
<string name="msf_exploit_ranking">Ranking: %s</string>
<string name="msf_rank_manual">Manual</string>
<string name="msf_rank_low">Low</string>
<string name="msf_rank_average">Average</string>
<string name="msf_rank_normal">Normal</string>
<string name="msf_rank_good">Good</string>
<string name="msf_rank_great">Great</string>
<string name="msf_rank_excellent">Excellent</string>
<string name="mitm_ss_select_target_title">Select target</string>
<string name="mitm_ss_select_target_prompt">Select %s ?</string>
<string name="github_issues_url" translatable="false">https://github.com/cSploit/android/issues</string>
<string name="issue_message"><![CDATA[<p>Before opening a new issue, please, take the time to read the already <a href="%1$s">open issues</a>, probably it\' s already open. If it\' s not open we\'ll need as much information as you can get, so please, read <a href="%2$s">this guide</a> in order to know how to report a bug properly.</p>]]></string>
<string name="connection_lost">connection lost</string>
<string name="connection_lost_prompt">delete current session and start another?</string>
<string name="any_interface">any interface</string>
<string name="error_initializing_interface">Error initializing %s</string>
</resources>