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
Additional context
I think we should implement a way for any module/etc to create specific logs to their needs, i.e. if a module wants to log something for users to look up later, like files created/hashes/etc, we should have an easy logging method outside our context.log/nxc_logger
The text was updated successfully, but these errors were encountered:
Ohhh since we import the modules every nxc run it's creating the logger file EACH TIME NXC IS RAN. Definitely going to be at least fixing that shortly.
Describe the bug
The WCC module has some custom logging code that creates a ton of empty log files
To Reproduce
Run the WCC module
Command:
netexec smb -u username -p password -M wcc
Expected behavior
Log files should have actual data in them, or they shouldn't be created
Screenshots
NetExec info
main
branch, via poetryAdditional context
I think we should implement a way for any module/etc to create specific logs to their needs, i.e. if a module wants to log something for users to look up later, like files created/hashes/etc, we should have an easy logging method outside our context.log/nxc_logger
The text was updated successfully, but these errors were encountered: