greybel-mock-environment 1.7.8 → 1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/data/translations.d.ts +9 -9
- package/dist/data/translations.js +784 -784
- package/dist/generators/basic.d.ts +7 -0
- package/dist/generators/basic.js +15 -11
- package/dist/generators/network.js +8 -4
- package/dist/generators/vulnerability.d.ts +2 -0
- package/dist/generators/vulnerability.js +5 -8
- package/dist/generators/word-generator.d.ts +7 -0
- package/dist/generators/word-generator.js +147 -0
- package/dist/types/device.d.ts +2 -0
- package/dist/types/device.js +1 -0
- package/dist/utils.d.ts +1 -0
- package/dist/utils.js +19 -1
- package/package.json +1 -1
|
@@ -261,9 +261,9 @@ declare const _default: {
|
|
|
261
261
|
TUTORIAL_FTP2: string;
|
|
262
262
|
TUTORIAL_FTP3: string;
|
|
263
263
|
NO_RAM_REMOTE: string;
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
264
|
+
'SSH-SERVER_DETAIL': string;
|
|
265
|
+
'FTP-SERVER_DETAIL': string;
|
|
266
|
+
'HTTP-SERVER_DETAIL': string;
|
|
267
267
|
PLAY_GAME: string;
|
|
268
268
|
ONLINE_MODE_DESC: string;
|
|
269
269
|
SINGLEPLAYER_MODE_DESC: string;
|
|
@@ -455,7 +455,7 @@ declare const _default: {
|
|
|
455
455
|
TUTORIAL_REMOTE_CONN12: string;
|
|
456
456
|
MISSION_TIP_NOPORTS: string;
|
|
457
457
|
RSHELL_USAGE: string;
|
|
458
|
-
|
|
458
|
+
'RSHELL-SERVER_DETAIL': string;
|
|
459
459
|
RSHELL_INTERFACE_DETAIL: string;
|
|
460
460
|
ING_TITLE_REVERSE_SHELL: string;
|
|
461
461
|
ING_REVERSE_SHELL: string;
|
|
@@ -471,7 +471,7 @@ declare const _default: {
|
|
|
471
471
|
DOC_FIREWALL_OVERFLOW: string;
|
|
472
472
|
RENT_LOCAL_SERVER: string;
|
|
473
473
|
DOC_GENERAL_BITWISE: string;
|
|
474
|
-
|
|
474
|
+
'CHAT-SERVER_DETAIL': string;
|
|
475
475
|
DOC_FILE_SET_OWNER: string;
|
|
476
476
|
ING_TITLE_CCTV: string;
|
|
477
477
|
ING_CCTV: string;
|
|
@@ -610,20 +610,20 @@ declare const _default: {
|
|
|
610
610
|
MISSION_FINDEV_CONTENT: string;
|
|
611
611
|
FILE_LORE_06: string;
|
|
612
612
|
FILE_LORE_07: string;
|
|
613
|
-
|
|
613
|
+
'SMTP-USER-LIST_DETAIL': string;
|
|
614
614
|
DOC_GENERAL_IMPORT_CODE: string;
|
|
615
615
|
METAXPLOIT_DETAIL: string;
|
|
616
616
|
CRYPTO_DETAIL: string;
|
|
617
617
|
REPO_USAGE: string;
|
|
618
|
-
|
|
619
|
-
|
|
618
|
+
'REPOSITORY-SERVER_DETAIL': string;
|
|
619
|
+
'APT-GET_USAGE': string;
|
|
620
620
|
DOC_APTCLIENT_ADD_REPO: string;
|
|
621
621
|
DOC_APTCLIENT_INSTALL: string;
|
|
622
622
|
DOC_APTCLIENT_UPDATE: string;
|
|
623
623
|
DOC_APTCLIENT_SEARCH: string;
|
|
624
624
|
DOC_APTCLIENT_SHOW: string;
|
|
625
625
|
DOC_APTCLIENT_CHECK_UPGRADE: string;
|
|
626
|
-
|
|
626
|
+
'APT-GET_DETAIL': string;
|
|
627
627
|
LIBRSHELL_DETAIL: string;
|
|
628
628
|
CONFIGLAN_DETAIL: string;
|
|
629
629
|
EXPLOITREPORT_DETAIL: string;
|