quentinhardy / odat

ODAT: Oracle Database Attacking Tool
1.6k stars 345 forks source link

Added PPoutput to smb module #21

Closed dirkjanm closed 6 years ago

dirkjanm commented 6 years ago

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'
mubix commented 6 years ago

Having this issue right now on Kali linux

quentinhardy commented 6 years ago

Thanks