CredSLayer

Getting Started

  • Installation
  • The command line
  • Use in your own project
  • Limitations

Contribute

  • Environment setup
  • Code explanations
    • Sessions
    • Parsers
  • Tutorial : new parser
CredSLayer
  • Code explanations
  • View page source

Code explanations

You will find here concepts you must be aware of to get involved. You do not need to be a Python expert to contribute, CredSLayer has been made in a way that is fairly easy to extend.

  • Sessions
    • Session
      • Session.protocol
      • Session.credentials_being_built
      • Session.credentials_list
      • Session.invalidate_credentials_and_clear_session()
      • Session.validate_credentials()
    • SessionException
    • SessionsManager
      • SessionsManager.get_list_of_all_credentials()
      • SessionsManager.get_remaining_content()
      • SessionsManager.get_session_of()
    • stop_managed_sessions()
  • Parsers
Previous Next

© Copyright 2023, ShellCode.

Built with Sphinx using a theme provided by Read the Docs.