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

Added PPoutput to smb module #21

Merged
merged 1 commit into from
May 25, 2018
Merged

Conversation

dirkjanm
Copy link
Contributor

Fixes an error in the smb module that it can't find the no-color option for logging config:

user@localhost:~/tools/odat$ ./odat.py smb
Traceback (most recent call last):
  File "./odat.py", line 553, in <module>
    main()
  File "./odat.py", line 539, in main
    configureLogging(args)
  File "./odat.py", line 233, in configureLogging
    if args['no-color'] == False and COLORLOG_AVAILABLE==True:
KeyError: 'no-color'

Fixes an error in the smb module that it can't find the no-color option for logging config.
@mubix
Copy link

mubix commented May 25, 2018

Having this issue right now on Kali linux

@quentinhardy quentinhardy merged commit 3c82a46 into quentinhardy:master May 25, 2018
@quentinhardy
Copy link
Owner

Thanks

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