You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
smbshell is currently extremely complicated and needs to be simplified to improve maintainability.
Currently, the plan is to make each of the command execution and utility scripts independent and pass the SMB connections through object instantiation instead. This should improve memory usage and performance while making the code easier to maintain in the long term.
atexec
psexec
rpcdump
samrdump
secretsdump
services
smbexec
smbshell
interactiveshell
The text was updated successfully, but these errors were encountered:
smbshell is currently extremely complicated and needs to be simplified to improve maintainability.
Currently, the plan is to make each of the command execution and utility scripts independent and pass the SMB connections through object instantiation instead. This should improve memory usage and performance while making the code easier to maintain in the long term.
The text was updated successfully, but these errors were encountered: