Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make acquire modules OS aware #151

Open
DissectBot opened this issue Mar 14, 2024 · 0 comments
Open

Make acquire modules OS aware #151

DissectBot opened this issue Mar 14, 2024 · 0 comments

Comments

@DissectBot
Copy link

Design requirements:

  • Collection should be done for the whole set of os levels (e.g. Linux & fortigate incase of collection for a fortigate machine). The set of levels could be determined by looking at the (super) classes of OSPlugin for the specific target at hand.
  • This determining of the set of OS levels is best implemented in dissect.target to have a single interface for this type of information. Take a sneak peek at how to replace the current system of determining OSes (linux, windows, mac, unknown) with this interface.
  • A Module should be able to service multiple OSes. This means the SPECS etc. in a Module subclass should be devided based on OS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant