mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-22 12:43:23 +00:00
Translated ['macos-hardening/macos-security-and-privilege-escalation/mac
This commit is contained in:
parent
c14822ce7a
commit
c1f39630a3
1 changed files with 23 additions and 0 deletions
23
.vscode/launch.json
vendored
Normal file
23
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
// 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": "Python: Current File",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "scripts/translator.py",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": true,
|
||||
"args": [
|
||||
"--language", "Spanish",
|
||||
"--branch", "es",
|
||||
"--api-key", "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",
|
||||
"-f", "macos-hardening/macos-security-and-privilege-escalation/mac-os-architecture/macos-kernel-extensions.md , ",
|
||||
"-t", "3"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue