Skip to content

Commit bce42a2

Browse files
committed
update: auto run tasks
1 parent a238b43 commit bce42a2

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.vscode/tasks.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "2.0.0",
33
"options": {
44
"env": {
5-
"PROJECT_FOLDER": "${workspaceFolder}",
5+
"PROJECT_FOLDER": "${workspaceFolder}"
66
}
77
},
88
"tasks": [
@@ -79,7 +79,7 @@
7979
"detail": "OSCP exam style note template task, you can use this to create a note file for the exam or other lab.",
8080
"command": [
8181
"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"
8383
],
8484
"problemMatcher": []
8585
},
@@ -137,11 +137,11 @@
137137
"command": [
138138
"source ${workspaceFolder}/.vscode/.zshrc; ",
139139
"echo 'Running command with selection:';",
140-
"echo '${selectedText}';",
141140
"echo 'Press any key to continue or Ctrl-C to cancal';",
142141
"read;",
143142
"${selectedText}"
144143
],
144+
"problemMatcher": []
145145
}
146146
],
147147
"inputs": [
@@ -163,7 +163,7 @@
163163
"windows/x64/meterpreter/reverse_http",
164164
"windows/meterpreter/reverse_https",
165165
"windows/x64/meterpreter/reverse_https",
166-
"java/meterpreter/reverse_tcp",
166+
"java/meterpreter/reverse_tcp"
167167
]
168168
},
169169
{
@@ -196,20 +196,20 @@
196196
"vba",
197197
"vba-exe",
198198
"vba-psh",
199-
"vbs",
199+
"vbs"
200200
]
201201
},
202202
{
203203
"id": "msfvenom-lhost",
204204
"type": "promptString",
205205
"description": "Enter the LHOST, default will read the env.zsh configurated variable $LHOST",
206-
"default": "$LHOST",
206+
"default": "$LHOST"
207207
},
208208
{
209209
"id": "msfvenom-lport",
210210
"type": "promptString",
211211
"description": "Enter the LPORT",
212-
"default": "6789",
212+
"default": "6789"
213213
},
214214
{
215215
"id": "msfvenom-payload-advanced-options",
@@ -221,14 +221,14 @@
221221
"PrependMigrate=true PrependMigrateProc=explorer.exe",
222222
"PrependFork=true",
223223
"PrependSetuid=true",
224-
"PrependSetuid=true PrependFork=true",
224+
"PrependSetuid=true PrependFork=true"
225225
]
226226
},
227227
{
228228
"id": "msfvenom-output",
229229
"type": "promptString",
230230
"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"
232232
},
233233
// note-templates
234234
{
@@ -244,7 +244,7 @@
244244
"id": "note-filename",
245245
"type": "promptString",
246246
"description": "Enter the note filename",
247-
"default": "${workspaceFolder}/note.md",
247+
"default": "${workspaceFolder}/note.md"
248248
},
249249
// cyberchef url
250250
{
@@ -260,12 +260,12 @@
260260
"id": "kubeconfig-gen-api-server",
261261
"type": "promptString",
262262
"description": "kubernetes api server",
263-
"default": "https://server-ip:6443",
263+
"default": "https://server-ip:6443"
264264
},
265265
{
266266
"id": "kubeconfig-gen-sa-token",
267267
"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"
269269
},
270270
{
271271
"id": "kubeconfig-gen-namespace",
@@ -284,7 +284,7 @@
284284
"python3.10",
285285
"python3.11",
286286
"python3.12",
287-
"python",
287+
"python"
288288
],
289289
"default": "python"
290290
},
@@ -299,7 +299,7 @@
299299
"$HASHCAT_MODE_TOGGLE_CASE",
300300
"$HASHCAT_MODE_MASK_BRUTE_FORCE",
301301
"$HASHCAT_MODE_WORDLIST_MASK",
302-
"$HASHCAT_MODE_MASK_WORDLIST",
302+
"$HASHCAT_MODE_MASK_WORDLIST"
303303
],
304304
"default": "$HASHCAT_MODE_WORDLIST"
305305
},
@@ -310,7 +310,7 @@
310310
"options": [
311311
"$HASHCAT_DEVICE_CPU",
312312
"$HASHCAT_DEVICE_GPU",
313-
"$HASHCAT_DEVICE_FPGA",
313+
"$HASHCAT_DEVICE_FPGA"
314314
],
315315
"default": "$HASHCAT_DEVICE_GPU"
316316
},
@@ -339,9 +339,9 @@
339339
"$HASH_KRB5_TGS_17",
340340
"$HASH_KRB5_TGS_18",
341341
"$HASH_JWT",
342-
"$HASH_KRB5_AS_REP_23",
342+
"$HASH_KRB5_AS_REP_23"
343343
],
344-
"default": "$HASH_MD5",
344+
"default": "$HASH_MD5"
345345
},
346346
{
347347
"id": "hashcat-hashfile",

0 commit comments

Comments
 (0)