|
42 | 42 | - name: Checkout metasploit-payloads |
43 | 43 | uses: actions/checkout@v4 |
44 | 44 | with: |
45 | | - repository: rapid7/metasploit-payloads |
| 45 | + repository: zeroSteiner/metasploit-payloads |
46 | 46 | path: metasploit-payloads |
47 | | - ref: ${{ inputs.metasploit_payloads_commit }} |
| 47 | + ref: fix/met/php-udp-sockets |
48 | 48 |
|
49 | 49 | - name: Build Meterpreter payloads |
50 | 50 | run: | |
@@ -187,9 +187,9 @@ jobs: |
187 | 187 | - name: Checkout metasploit-framework commit |
188 | 188 | uses: actions/checkout@v4 |
189 | 189 | with: |
190 | | - repository: rapid7/metasploit-framework |
| 190 | + repository: zeroSteiner/metasploit-framework |
191 | 191 | path: metasploit-framework |
192 | | - ref: ${{ inputs.metasploit_framework_commit }} |
| 192 | + ref: fix/issue/socket-channels-udp-flakies |
193 | 193 |
|
194 | 194 | # https://github.com/orgs/community/discussions/26952 |
195 | 195 | - name: Support longpaths |
@@ -255,9 +255,9 @@ jobs: |
255 | 255 | if: ${{ inputs.build_metasploit_payloads && matrix.meterpreter.name != 'mettle' }} |
256 | 256 | uses: actions/checkout@v4 |
257 | 257 | with: |
258 | | - repository: rapid7/metasploit-payloads |
| 258 | + repository: zeroSteiner/metasploit-payloads |
259 | 259 | path: metasploit-payloads |
260 | | - ref: ${{ inputs.metasploit_payloads_commit }} |
| 260 | + ref: fix/met/php-udp-sockets |
261 | 261 |
|
262 | 262 | - name: Build Windows payloads via Visual Studio 2019 Build (Windows) |
263 | 263 | shell: cmd |
|
0 commit comments