summaryrefslogtreecommitdiffstats
path: root/sploit/util/cmd.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-01-13util: Promote from module to packageMalfurious1-0/+26
We would like to move additional modules under the namespace of "util" to clean up the top-level "sploit" package. To start, the functions from the previous util module are moved. Given the package is named "util" the module is renamed to "cmd" to somewhat match the theme of the contained functions. Per the previous commits, these functions are now exposed via the util package as well. Signed-off-by: Malfurious <m@lfurio.us>