src/ ├── lexer.py # Analizador léxico ├── parser_1.py # Analizador sintáctico ├── interpreter.py # Intérprete ├── ast.py # Definiciones del AST ├── object.py # Tipos de objetos └── token_1.py # ...
Note this SDK is used in "OCInferno", a tool to be released within the NetSPI repo by end of March for OCI enumeration and mapping. In the spirit of full transparency, the development of the script ...