From f8e81c47ca67fe2f8d93cf98725c0c37609222df Mon Sep 17 00:00:00 2001 From: Eljakim Herrewijnen Date: Tue, 2 Jan 2024 13:29:15 +0100 Subject: [PATCH] Added .vscode --- .vscode/launch.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..72536f9 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,16 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "Run exploit", + "type": "python", + "request": "launch", + "program": "exploit.py", + "console": "integratedTerminal", + "justMyCode": false + } + ] +} \ No newline at end of file