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

base class #56

Merged
merged 19 commits into from
Feb 19, 2024
Merged

base class #56

merged 19 commits into from
Feb 19, 2024

Conversation

jstucke
Copy link
Contributor

@jstucke jstucke commented Feb 19, 2024

  • introduces base classes to remove duplicate code from individual servers
  • some refactoring:
    • moved template code from http[s] servers into files
    • moved common methods from servers to helper module
    • removed some unused code
  • several bug fixes
    • http/https: fixed comparison bug
    • imap: fixed missing imports
    • smb: fixed parsing / logging bug
    • ssh:
      • fixed timeout error in "interactive" mode
      • fixed type error bugs
    • vnc:
      • fixed pw decoding
      • fixed wordlist loading
      • fixed status logging bug

@jstucke jstucke changed the title Refactoring base class base class Feb 19, 2024
@giga-a giga-a merged commit 89c8b21 into qeeqbox:main Feb 19, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants