|
2 | 2 | "version": "2.0.0", |
3 | 3 | "options": { |
4 | 4 | "env": { |
5 | | - "PROJECT_FOLDER": "${workspaceFolder}", |
| 5 | + "PROJECT_FOLDER": "${workspaceFolder}" |
6 | 6 | } |
7 | 7 | }, |
8 | 8 | "tasks": [ |
|
79 | 79 | "detail": "OSCP exam style note template task, you can use this to create a note file for the exam or other lab.", |
80 | 80 | "command": [ |
81 | 81 | "echo ${input:note-template-type}|base64 -d > ${input:note-filename}", |
82 | | - "\n# fileSource: https://github.com/0prrr/OSCP-Note-Template", |
| 82 | + "\n# fileSource: https://github.com/0prrr/OSCP-Note-Template" |
83 | 83 | ], |
84 | 84 | "problemMatcher": [] |
85 | 85 | }, |
|
137 | 137 | "command": [ |
138 | 138 | "source ${workspaceFolder}/.vscode/.zshrc; ", |
139 | 139 | "echo 'Running command with selection:';", |
140 | | - "echo '${selectedText}';", |
141 | 140 | "echo 'Press any key to continue or Ctrl-C to cancal';", |
142 | 141 | "read;", |
143 | 142 | "${selectedText}" |
144 | 143 | ], |
| 144 | + "problemMatcher": [] |
145 | 145 | } |
146 | 146 | ], |
147 | 147 | "inputs": [ |
|
163 | 163 | "windows/x64/meterpreter/reverse_http", |
164 | 164 | "windows/meterpreter/reverse_https", |
165 | 165 | "windows/x64/meterpreter/reverse_https", |
166 | | - "java/meterpreter/reverse_tcp", |
| 166 | + "java/meterpreter/reverse_tcp" |
167 | 167 | ] |
168 | 168 | }, |
169 | 169 | { |
|
196 | 196 | "vba", |
197 | 197 | "vba-exe", |
198 | 198 | "vba-psh", |
199 | | - "vbs", |
| 199 | + "vbs" |
200 | 200 | ] |
201 | 201 | }, |
202 | 202 | { |
203 | 203 | "id": "msfvenom-lhost", |
204 | 204 | "type": "promptString", |
205 | 205 | "description": "Enter the LHOST, default will read the env.zsh configurated variable $LHOST", |
206 | | - "default": "$LHOST", |
| 206 | + "default": "$LHOST" |
207 | 207 | }, |
208 | 208 | { |
209 | 209 | "id": "msfvenom-lport", |
210 | 210 | "type": "promptString", |
211 | 211 | "description": "Enter the LPORT", |
212 | | - "default": "6789", |
| 212 | + "default": "6789" |
213 | 213 | }, |
214 | 214 | { |
215 | 215 | "id": "msfvenom-payload-advanced-options", |
|
221 | 221 | "PrependMigrate=true PrependMigrateProc=explorer.exe", |
222 | 222 | "PrependFork=true", |
223 | 223 | "PrependSetuid=true", |
224 | | - "PrependSetuid=true PrependFork=true", |
| 224 | + "PrependSetuid=true PrependFork=true" |
225 | 225 | ] |
226 | 226 | }, |
227 | 227 | { |
228 | 228 | "id": "msfvenom-output", |
229 | 229 | "type": "promptString", |
230 | 230 | "description": "Enter the output filename. if you put /dev/stdout here, the output will be printed to the terminal", |
231 | | - "default": "${workspaceFolder}/trojan", |
| 231 | + "default": "${workspaceFolder}/trojan" |
232 | 232 | }, |
233 | 233 | // note-templates |
234 | 234 | { |
|
244 | 244 | "id": "note-filename", |
245 | 245 | "type": "promptString", |
246 | 246 | "description": "Enter the note filename", |
247 | | - "default": "${workspaceFolder}/note.md", |
| 247 | + "default": "${workspaceFolder}/note.md" |
248 | 248 | }, |
249 | 249 | // cyberchef url |
250 | 250 | { |
|
260 | 260 | "id": "kubeconfig-gen-api-server", |
261 | 261 | "type": "promptString", |
262 | 262 | "description": "kubernetes api server", |
263 | | - "default": "https://server-ip:6443", |
| 263 | + "default": "https://server-ip:6443" |
264 | 264 | }, |
265 | 265 | { |
266 | 266 | "id": "kubeconfig-gen-sa-token", |
267 | 267 | "type": "promptString", |
268 | | - "description": "kubernetes service account token under /var/run/secrets/kubernetes.io/serviceaccount/token", |
| 268 | + "description": "kubernetes service account token under /var/run/secrets/kubernetes.io/serviceaccount/token" |
269 | 269 | }, |
270 | 270 | { |
271 | 271 | "id": "kubeconfig-gen-namespace", |
|
284 | 284 | "python3.10", |
285 | 285 | "python3.11", |
286 | 286 | "python3.12", |
287 | | - "python", |
| 287 | + "python" |
288 | 288 | ], |
289 | 289 | "default": "python" |
290 | 290 | }, |
|
299 | 299 | "$HASHCAT_MODE_TOGGLE_CASE", |
300 | 300 | "$HASHCAT_MODE_MASK_BRUTE_FORCE", |
301 | 301 | "$HASHCAT_MODE_WORDLIST_MASK", |
302 | | - "$HASHCAT_MODE_MASK_WORDLIST", |
| 302 | + "$HASHCAT_MODE_MASK_WORDLIST" |
303 | 303 | ], |
304 | 304 | "default": "$HASHCAT_MODE_WORDLIST" |
305 | 305 | }, |
|
310 | 310 | "options": [ |
311 | 311 | "$HASHCAT_DEVICE_CPU", |
312 | 312 | "$HASHCAT_DEVICE_GPU", |
313 | | - "$HASHCAT_DEVICE_FPGA", |
| 313 | + "$HASHCAT_DEVICE_FPGA" |
314 | 314 | ], |
315 | 315 | "default": "$HASHCAT_DEVICE_GPU" |
316 | 316 | }, |
|
339 | 339 | "$HASH_KRB5_TGS_17", |
340 | 340 | "$HASH_KRB5_TGS_18", |
341 | 341 | "$HASH_JWT", |
342 | | - "$HASH_KRB5_AS_REP_23", |
| 342 | + "$HASH_KRB5_AS_REP_23" |
343 | 343 | ], |
344 | | - "default": "$HASH_MD5", |
| 344 | + "default": "$HASH_MD5" |
345 | 345 | }, |
346 | 346 | { |
347 | 347 | "id": "hashcat-hashfile", |
|
0 commit comments