Skip to content

Commit

Permalink
Add MSSQL module to windows and linux profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Miauwkeru committed Jan 17, 2025
1 parent d870100 commit e09d1c7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion acquire/acquire.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@
\__,_|\___\__, |\__,_|_|_| \___|
by Fox-IT |_| v{}
part of NCC Group
""".format(VERSION)[1:]
""".format(
VERSION
)[
1:
]

MODULES = {}
MODULE_LOOKUP = {}
Expand Down Expand Up @@ -2003,6 +2007,7 @@ class WindowsProfile:
IIS,
TextEditor,
Docker,
MSSQL,
]


Expand All @@ -2020,6 +2025,7 @@ class LinuxProfile:
Docker,
History,
WebHosting,
MSSQL,
]


Expand Down

0 comments on commit e09d1c7

Please sign in to comment.