|
76 | 76 | <string name="enter_url">Enter an URL, host name or IP address below:</string>
|
77 | 77 | <string name="net_discovery_stopped">Network discovery stopped.</string>
|
78 | 78 | <string name="net_discovery_started">Network discovery started.</string>
|
79 |
| - <string name="start_monitor">Start Network Monitor</string> |
80 |
| - <string name="stop_monitor">Stop Network Monitor</string> |
| 79 | + <string name="start_monitor">Start network monitor</string> |
| 80 | + <string name="stop_monitor">Stop network monitor</string> |
81 | 81 | <string name="start_msfrpcd">Start Metasploit RPCD</string>
|
82 | 82 | <string name="stop_msfrpcd">Stop Metasploit RPCD</string>
|
83 | 83 | <string name="exit">Exit</string>
|
|
88 | 88 | <string name="github_new_issue_url" translatable="false">https://github.com/cSploit/android/issues/new</string>
|
89 | 89 | <string name="no_session_found">No session file found on sd card.</string>
|
90 | 90 | <string name="select_session_file">Select a session file from the sd card :</string>
|
91 |
| - <string name="select_session">Select Session</string> |
| 91 | + <string name="select_session">Select session</string> |
92 | 92 | <string name="invalid_session">Invalid session name.</string>
|
93 | 93 | <string name="session_saved_to">Session saved to  </string>
|
94 |
| - <string name="save_session">Save Session</string> |
| 94 | + <string name="save_session">Save session</string> |
95 | 95 | <string name="enter_session_name">Enter the name of the session file :</string>
|
96 | 96 | <string name="new_session_started">New session started</string>
|
97 | 97 | <string name="warning">Warning</string>
|
|
185 | 185 | <string name="vulnerability_finder_desc">Search for known vulnerabilities for target running
|
186 | 186 | services upon National Vulnerability Database.
|
187 | 187 | </string>
|
188 |
| - <string name="inspector">Service Inspector</string> |
| 188 | + <string name="inspector">Service inspector</string> |
189 | 189 | <string name="inspector_desc">Perform target operating system and services deep detection
|
190 | 190 | (slower than port scanner, but more accurate).
|
191 | 191 | </string>
|
192 |
| - <string name="login_cracker">Login Cracker</string> |
| 192 | + <string name="login_cracker">Login cracker</string> |
193 | 193 | <string name="login_cracker_desc">A very fast network logon cracker which support many different
|
194 | 194 | services.
|
195 | 195 | </string>
|
196 |
| - <string name="packet_forger">Packet Forger</string> |
| 196 | + <string name="packet_forger">Packet forger</string> |
197 | 197 | <string name="packet_forger_desc">Craft and send a custom TCP or UDP packet to the target.
|
198 | 198 | </string>
|
199 |
| - <string name="port_scanner">Port Scanner</string> |
| 199 | + <string name="port_scanner">Port scanner</string> |
200 | 200 | <string name="port_scanner_desc">Perform a SYN port scanning on target.</string>
|
201 | 201 | <string name="router_pwn">Router PWN</string>
|
202 | 202 | <string name="router_pwn_desc">Launch the http://routerpwn.com/ service to pwn your router.
|
|
246 | 246 | <string name="rpcd_timedout">Metasploit RPCD does not respond</string>
|
247 | 247 |
|
248 | 248 | <!-- mitm modules -->
|
249 |
| - <string name="mitm_simple_sniff">Simple Sniff</string> |
| 249 | + <string name="mitm_simple_sniff">Simple sniff</string> |
250 | 250 | <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>
|
251 |
| - <string name="mitm_password_sniff">Password Sniffer</string> |
| 251 | + <string name="mitm_password_sniff">Password sniffer</string> |
252 | 252 | <string name="mitm_password_sniff_desc">Sniff passwords of many protocols such as http, ftp, imap, imaps, irc, msn, etc from the target.</string>
|
253 | 253 | <string name="mitm_password_sniff_menu_fields">Users/pass fields</string>
|
254 |
| - <string name="mitm_session_hijack">Session Hijacker</string> |
| 254 | + <string name="mitm_session_hijack">Session hijacker</string> |
255 | 255 | <string name="mitm_session_hijack_desc">Listen for cookies on the network and hijack sessions.</string>
|
256 |
| - <string name="mitm_connection_kill">Kill Connections</string> |
| 256 | + <string name="mitm_connection_kill">Kill connections</string> |
257 | 257 | <string name="mitm_connection_kill_desc">Kill connections preventing the target to reach any website or server.</string>
|
258 | 258 | <string name="mitm_connection_kill_error">Connection killer can be used only against single endpoints.</string>
|
259 | 259 | <string name="mitm_redirect">Redirect</string>
|
260 | 260 | <string name="mitm_redirect_desc">Redirect all the http traffic to another address.</string>
|
261 | 261 | <string name="mitm_redirection">Redirection</string>
|
262 | 262 | <string name="error_port_outofrange">Port out of range.</string>
|
263 | 263 | <string name="error_invalid_address_or_port">Invalid address and/or port specified.</string>
|
264 |
| - <string name="mitm_image_replace">Replace Images</string> |
| 264 | + <string name="mitm_image_replace">Replace images</string> |
265 | 265 | <string name="mitm_image_replace_desc">Replace all images on webpages with the specified one.</string>
|
266 | 266 | <string name="choose_source">Choose a source:</string>
|
267 | 267 | <string name="local_images">Local Images</string>
|
268 | 268 | <string name="error_image_intent">This is weird, seems like you have no application to handle image browsing.</string>
|
269 | 269 | <string name="image">Image</string>
|
270 | 270 | <string name="enter_image_url">Enter the url of the image :</string>
|
271 | 271 | <string name="error_image_url">Invalid image url.</string>
|
272 |
| - <string name="mitm_video_replace">Replace Videos</string> |
| 272 | + <string name="mitm_video_replace">Replace videos</string> |
273 | 273 | <string name="mitm_video_replace_desc">Replace all youtube videos on webpages with the specified one.</string>
|
274 | 274 | <string name="video">Video</string>
|
275 | 275 | <string name="enter_video_url">Enter the url of the video :</string>
|
276 | 276 | <string name="error_video_url">Invalid youtube video.</string>
|
277 |
| - <string name="mitm_script_injection">Script Injection</string> |
278 |
| - <string name="mitm_script_injection_desc">Inject a javascript in every visited webpage.</string> |
| 277 | + <string name="mitm_script_injection">Script injection</string> |
| 278 | + <string name="mitm_script_injection_desc">Inject a Javascript in every visited web page.</string> |
279 | 279 | <string name="choose_method">Choose a method:</string>
|
280 | 280 | <string name="choose_branch">Choose a branch:</string>
|
281 | 281 | <string name="local_files">Local files</string>
|
282 |
| - <string name="custom_code">Custom Code</string> |
283 |
| - <string name="error_file_intent">Seems like you have no file manager capable of browsing files, please install one.</string> |
284 |
| - <string name="enter_js_code">Enter the js code to inject :</string> |
| 282 | + <string name="custom_code">Custom code</string> |
| 283 | + <string name="error_file_intent">Seems like you have no file manager capable of browsing files. Please install one.</string> |
| 284 | + <string name="enter_js_code">Enter the Javascript code to inject :</string> |
285 | 285 | <string name="error_js_code"><![CDATA[Invalid javascript code, remember to use <script></script> enclosing tags.]]></string>
|
286 |
| - <string name="mitm_custom">Custom Filter</string> |
| 286 | + <string name="mitm_custom">Custom filter</string> |
287 | 287 | <string name="mitm_custom_desc">Replace custom text on webpages with the specified one.</string>
|
288 |
| - <string name="custom_filter">Custom Filter</string> |
| 288 | + <string name="custom_filter">Custom filter</string> |
289 | 289 | <string name="error_filter">Invalid regular expression</string>
|
290 |
| - <string name="file_output">File Output</string> |
291 |
| - <string name="question_save_to_pcap">Do you want to save sniffed traffic to a pcap file?</string> |
| 290 | + <string name="file_output">File output</string> |
| 291 | + <string name="question_save_to_pcap">Do you want to save sniffed traffic to a PCAP file?</string> |
292 | 292 | <string name="dumping_traffic_to">Dumping traffic to </string>
|
293 | 293 |
|
294 | 294 | <string name="error_mitm_proxy">Unable to create the proxy, please check your connection and port availability.</string>
|
295 | 295 | <string name="error_mitm_https_redirector">Unable to create the HTTPS redirector, please check your connection and port availability.</string>
|
296 | 296 | <string name="error_mitm_resource_server">Unable to create the resource server, please check your connection and port availability.</string>
|
297 | 297 |
|
298 |
| - <string name="hijacker_load_from_file">Load From File</string> |
299 |
| - <string name="login_user_wordlist">User Wordlist</string> |
300 |
| - <string name="login_pass_wordlist">Password Wordlist</string> |
| 298 | + <string name="hijacker_load_from_file">Load from file</string> |
| 299 | + <string name="login_user_wordlist">User word list</string> |
| 300 | + <string name="login_pass_wordlist">Password word list</string> |
301 | 301 |
|
302 |
| - <string name="menu_new_session">New Session</string> |
303 |
| - <string name="menu_save_session">Save Session</string> |
304 |
| - <string name="menu_restore_session">Restore Session</string> |
305 |
| - <string name="menu_stop_monitor">Stop Network Monitor</string> |
306 |
| - <string name="menu_submit_issue">Submit Issue</string> |
307 |
| - <string name="menu_about">About</string> |
| 302 | + <string name="menu_new_session">New session</string> |
| 303 | + <string name="menu_save_session">Save session</string> |
| 304 | + <string name="menu_restore_session">Restore session</string> |
| 305 | + <string name="menu_stop_monitor">Stop network monitor</string> |
| 306 | + <string name="menu_submit_issue">Submit issue</string> |
| 307 | + <string name="menu_about">About cSploit</string> |
308 | 308 |
|
309 | 309 | <string name="scanner_select_ports">Select Custom Ports</string>
|
310 | 310 | <string name="scanner_custom_parameters">Custom parameters</string>
|
|
319 | 319 | <string name="wifi_error_keys">Could not generate keys.</string>
|
320 | 320 | <string name="wifi_scan_finished">Scanning finished.</string>
|
321 | 321 |
|
322 |
| - <string name="mitm_dns_spoofing">DNS Spoofing</string> |
| 322 | + <string name="mitm_dns_spoofing">DNS spoofing</string> |
323 | 323 | <string name="mitm_dns_spoofing_desc">Redirect domains to a different web/IP</string>
|
324 | 324 | <string name="mitm_dns_spoofing_list_saved">Saved</string>
|
325 | 325 |
|
326 | 326 | <!-- preferences -->
|
327 | 327 | <string name="pref_general">General</string>
|
328 | 328 | <string name="pref_modules">Modules</string>
|
329 |
| - <string name="pref_msf">Metasploit Framework</string> |
| 329 | + <string name="pref_msf">Metasploit framework</string> |
330 | 330 | <string name="pref_performance">Performance</string>
|
331 |
| - <string name="pref_check_updates">Check for Updates</string> |
332 |
| - <string name="pref_wake_lock">Wake Lock</string> |
333 |
| - <string name="pref_save_path">Save Path</string> |
334 |
| - <string name="pref_debug_error_logging">Debug Error Logging</string> |
335 |
| - <string name="pref_enable_profiler">Code Profiler</string> |
336 |
| - <string name="pref_sniffer_sample_time">Sniffer Sample Time</string> |
337 |
| - <string name="pref_http_proxy_port">HTTP Proxy Port</string> |
338 |
| - <string name="pref_http_server_port">HTTP Server Port</string> |
339 |
| - <string name="pref_https_redirect">SSL Stripping</string> |
340 |
| - <string name="pref_https_redirector_port">HTTPS Redirector Port</string> |
341 |
| - <string name="pref_http_max_buffer_size">HTTP Max Buffer Size</string> |
342 |
| - <string name="pref_password_filename">Password Sniffer File</string> |
| 331 | + <string name="pref_check_updates">Check for updates</string> |
| 332 | + <string name="pref_wake_lock">Wake lock</string> |
| 333 | + <string name="pref_save_path">Save path</string> |
| 334 | + <string name="pref_debug_error_logging">Debug error logging</string> |
| 335 | + <string name="pref_enable_profiler">Code profiler</string> |
| 336 | + <string name="pref_sniffer_sample_time">Sniffer sample time</string> |
| 337 | + <string name="pref_http_proxy_port">HTTP proxy port</string> |
| 338 | + <string name="pref_http_server_port">HTTP server port</string> |
| 339 | + <string name="pref_https_redirect">SSL stripping</string> |
| 340 | + <string name="pref_https_redirector_port">HTTPS redirector port</string> |
| 341 | + <string name="pref_http_max_buffer_size">HTTP max buffer size</string> |
| 342 | + <string name="pref_password_filename">Password sniffer file</string> |
343 | 343 | <string name="pref_check_updates_desc">Check for updates every time the application is started.</string>
|
344 | 344 | <string name="pref_wake_lock_desc">Prevents the device going in sleep mode while the application is running.</string>
|
345 | 345 | <string name="pref_save_path_desc">Global save path to put every log file.</string>
|
|
418 | 418 | <string name="pref_auto_portscan">Auto port-scan</string>
|
419 | 419 | <string name="pref_auto_portscan_desc">Always SYN scan for open ports when new host is discovered</string>
|
420 | 420 |
|
421 |
| - <string name="exploit_finder">Exploit Finder</string> |
| 421 | + <string name="exploit_finder">Exploit finder</string> |
422 | 422 | <string name="exploit_finder_desc">Search for exploit that matches found vulnerabilities.</string>
|
423 | 423 | <string name="exploit_launch_all">Launch all</string>
|
424 | 424 | <string name="sessions">Sessions</string>
|
|
435 | 435 |
|
436 | 436 | <string name="menu_add">Add</string>
|
437 | 437 | <string name="menu_scan">Scan</string>
|
438 |
| - <string name="menu_wifi_scan">WiFi Scan</string> |
| 438 | + <string name="menu_wifi_scan">WiFi scan</string> |
439 | 439 | <string name="menu_stop_msfrpcd">Stop MSFRPCD</string>
|
440 | 440 |
|
441 |
| - <string name="pref_theme">Dark Theme</string> |
| 441 | + <string name="pref_theme">Dark theme</string> |
442 | 442 | <string name="pref_choose_theme">Enable the dark theme, which is easier on the eyes</string>
|
443 | 443 | <string name="please_restart">The new theme will not be applied until you restart the app</string>
|
444 | 444 | <string name="evasion">Evasion</string>
|
|
487 | 487 | <string name="new_core_found">Core version %s is available, do you want to upgrade ?</string>
|
488 | 488 | <string name="pref_updates">Updates</string>
|
489 | 489 | <string name="pref_updates_app">App</string>
|
490 |
| - <string name="pref_updates_app_desc">check for App updates</string> |
| 490 | + <string name="pref_updates_app_desc">Check for app updates</string> |
491 | 491 | <string name="pref_updates_core">Core</string>
|
492 |
| - <string name="pref_updates_core_desc">check for Core updates</string> |
| 492 | + <string name="pref_updates_core_desc">Check for core updates</string> |
493 | 493 | <string name="pref_updates_ruby">Ruby</string>
|
494 |
| - <string name="pref_updates_ruby_desc">check for Ruby updates</string> |
| 494 | + <string name="pref_updates_ruby_desc">Check for Ruby updates</string> |
495 | 495 | <string name="pref_updates_msf">MSF</string>
|
496 |
| - <string name="pref_updates_msf_desc">check for MSF updates</string> |
| 496 | + <string name="pref_updates_msf_desc">Check for MSF updates</string> |
497 | 497 | <string name="pref_updates_gems">RubyGems</string>
|
498 |
| - <string name="pref_updates_gems_desc">check for RubyGems updates</string> |
| 498 | + <string name="pref_updates_gems_desc">Check for RubyGems updates</string> |
499 | 499 | <string name="pref_msf_manifest">Custom manifest</string>
|
500 |
| - <string name="pref_msf_manifest_desc">custom MSF manifest URL</string> |
501 |
| - <string name="buildinfo">Build Info</string> |
502 |
| - <string name="menu_multiaction">Multi Action</string> |
| 500 | + <string name="pref_msf_manifest_desc">Custom MSF manifest URL</string> |
| 501 | + <string name="buildinfo">Build info</string> |
| 502 | + <string name="menu_multiaction">Multi action</string> |
503 | 503 | <string name="menu_focusedscan">focused scan</string>
|
504 | 504 | <string name="menu_resolve_names">resolve hostnames</string>
|
505 | 505 |
|
|
509 | 509 | <string name="JNI_crash_detected">The JNI library has crashed previously. Reporting the circumstances leading to the crash would be appreciated.</string>
|
510 | 510 | <string name="update_cancelled">Update cancelled</string>
|
511 | 511 | <string name="child_not_started">Cannot start process</string>
|
512 |
| - <string name="msfrpcd_killed">MSF RPC Daemon killed</string> |
513 |
| - <string name="msfrcd_start_failed">MSF RPC Daemon failed to start</string> |
514 |
| - <string name="msf_connection_failed">Connection to the MSF RPC Daemon FAILED!</string> |
| 512 | + <string name="msfrpcd_killed">MSF RPC daemon killed</string> |
| 513 | + <string name="msfrcd_start_failed">MSF RPC daemon failed to start</string> |
| 514 | + <string name="msf_connection_failed">Connection to the MSF RPC daemon FAILED!</string> |
515 | 515 | <string name="net_discovery_start_failed">Network discovery FAILED to start!</string>
|
516 | 516 | <string name="new_apk_found">App version %s is available, do you want to upgrade ?</string>
|
517 |
| - <string name="new_ruby_found">A new version for ruby is available, do you want to upgrade ?</string> |
518 |
| - <string name="new_msf_found">A new msf version is available, do you want to upgrade ?</string> |
| 517 | + <string name="new_ruby_found">A new version of Ruby is available, do you want to upgrade ?</string> |
| 518 | + <string name="new_msf_found">A new MSF version is available, do you want to upgrade ?</string> |
519 | 519 | <string name="msf_status">Metasploit Status</string>
|
520 | 520 | <string name="msf_exploit_ranking">Ranking: %s</string>
|
521 | 521 | <string name="msf_rank_manual">Manual</string>
|
|
0 commit comments