@@ -96,68 +96,6 @@ __MACOS_JOBS__
96
96
python -c 'import socket;print(socket.getaddrinfo("localhost", None, socket.AF_INET6))' || true
97
97
98
98
99
- # ------------------------------------------------------------
100
- # Tests: Behaviour (File Transfer)
101
- # ------------------------------------------------------------
102
- - name: "[BEHAVIOUR] File Transfer: send normal"
103
- shell: bash
104
- run: |
105
- __RETRY_FUNCTION__
106
- retry make __test-behaviour-base--file_transfer-send_normal
107
- env:
108
- RETRIES: 5
109
-
110
- - name: "[BEHAVIOUR] File Transfer: send on eof"
111
- shell: bash
112
- run: |
113
- __RETRY_FUNCTION__
114
- retry make __test-behaviour-base--file_transfer-send_on_eof
115
- env:
116
- RETRIES: 5
117
-
118
- # ------------------------------------------------------------
119
- # Tests: CNC Self-inject
120
- # ------------------------------------------------------------
121
- - name: "[CNC] Inject shell: pwncat as rev shell"
122
- shell: bash
123
- run: |
124
- __RETRY_FUNCTION__
125
- retry make __test-cnc--inject_shell-pwncat
126
- env:
127
- RETRIES: 2
128
-
129
- - name: "[CNC] Inject shell: revshell with banner and suffix (multi byte)"
130
- shell: bash
131
- run: |
132
- __RETRY_FUNCTION__
133
- retry make __test-cnc--inject_shell-revshelll-multi_byte-banner-suffix
134
- env:
135
- RETRIES: 2
136
-
137
- - name: "[CNC] Inject shell: revshell with banner and suffix (single byte)"
138
- shell: bash
139
- run: |
140
- __RETRY_FUNCTION__
141
- retry make __test-cnc--inject_shell-revshelll-single_byte-banner-suffix
142
- env:
143
- RETRIES: 2
144
-
145
- - name: "[CNC] Inject shell: revshell with banner and suffix (multi byte) - delayed"
146
- shell: bash
147
- run: |
148
- __RETRY_FUNCTION__
149
- retry make __test-cnc--inject_shell-revshelll-multi_byte-banner-suffix-delayed
150
- env:
151
- RETRIES: 2
152
-
153
- - name: "[CNC] Inject shell: revshell with banner and suffix (single byte) - delayed"
154
- shell: bash
155
- run: |
156
- __RETRY_FUNCTION__
157
- retry make __test-cnc--inject_shell-revshelll-single_byte-banner-suffix-delayed
158
- env:
159
- RETRIES: 2
160
-
161
99
# ------------------------------------------------------------
162
100
# Tests: Behaviour (Client)
163
101
# ------------------------------------------------------------
@@ -496,3 +434,65 @@ __RETRY_FUNCTION__
496
434
retry make _test-options--ping_word
497
435
env:
498
436
RETRIES: 5
437
+
438
+ # ------------------------------------------------------------
439
+ # Tests: Behaviour (File Transfer)
440
+ # ------------------------------------------------------------
441
+ - name: "[BEHAVIOUR] File Transfer: send normal"
442
+ shell: bash
443
+ run: |
444
+ __RETRY_FUNCTION__
445
+ retry make __test-behaviour-base--file_transfer-send_normal
446
+ env:
447
+ RETRIES: 5
448
+
449
+ - name: "[BEHAVIOUR] File Transfer: send on eof"
450
+ shell: bash
451
+ run: |
452
+ __RETRY_FUNCTION__
453
+ retry make __test-behaviour-base--file_transfer-send_on_eof
454
+ env:
455
+ RETRIES: 5
456
+
457
+ # ------------------------------------------------------------
458
+ # Tests: CNC Self-inject
459
+ # ------------------------------------------------------------
460
+ - name: "[CNC] Inject shell: pwncat as rev shell"
461
+ shell: bash
462
+ run: |
463
+ __RETRY_FUNCTION__
464
+ retry make __test-cnc--inject_shell-pwncat
465
+ env:
466
+ RETRIES: 2
467
+
468
+ - name: "[CNC] Inject shell: revshell with banner and suffix (multi byte)"
469
+ shell: bash
470
+ run: |
471
+ __RETRY_FUNCTION__
472
+ retry make __test-cnc--inject_shell-revshelll-multi_byte-banner-suffix
473
+ env:
474
+ RETRIES: 2
475
+
476
+ - name: "[CNC] Inject shell: revshell with banner and suffix (single byte)"
477
+ shell: bash
478
+ run: |
479
+ __RETRY_FUNCTION__
480
+ retry make __test-cnc--inject_shell-revshelll-single_byte-banner-suffix
481
+ env:
482
+ RETRIES: 2
483
+
484
+ - name: "[CNC] Inject shell: revshell with banner and suffix (multi byte) - delayed"
485
+ shell: bash
486
+ run: |
487
+ __RETRY_FUNCTION__
488
+ retry make __test-cnc--inject_shell-revshelll-multi_byte-banner-suffix-delayed
489
+ env:
490
+ RETRIES: 2
491
+
492
+ - name: "[CNC] Inject shell: revshell with banner and suffix (single byte) - delayed"
493
+ shell: bash
494
+ run: |
495
+ __RETRY_FUNCTION__
496
+ retry make __test-cnc--inject_shell-revshelll-single_byte-banner-suffix-delayed
497
+ env:
498
+ RETRIES: 2
0 commit comments