INNER CODE UNIT · Python

__init__

EntySec/Ghost · ghost/core/console.py:37

    def __init__(self) -> None:
        super().__init__(
            prompt='(%lineghost%end)> ',
            intro="""%clear%end
   .--. .-.               .-.
  : .--': :              .' `.
  : : _ : `-.  .--.  .--.`. .'
  : :; :: .. :' .; :`._-.': :
  `.__.':_;:_;`.__.'`.__.':_;

--=[ %bold%whiteGhost Framework 8.0.0%end
--=[ Developed by EntySec (%linehttps://entysec.com/%end)
"""
        )

        self.devices = {}

    def do_exit(self, _) -> None:

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…