mirror of
https://github.com/GH05TCREW/pentestagent.git
synced 2026-03-07 14:23:20 +00:00
15 lines
277 B
JSON
15 lines
277 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Debug pentestagent (module)",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"module": "pentestagent",
|
|
"cwd": "/app",
|
|
"console": "integratedTerminal",
|
|
"justMyCode": true
|
|
}
|
|
]
|
|
}
|