Open GIJack opened 6 years ago
There are a few issues with them
Affected:
appdir="/SYWorks/WIDS/" macoui="/SYWorks/WIDS/mac-oui.db" LogFile=appdir + "log.txt"
Recommendations
Expected SANE defaults:
appdir="/usr/share/wids/" macoui="/usr/share/wids/mac-oui.db" LogFile= "/var/log/wids.log"
Put these variables at the top of the script before exporting them as globals. Make them easier to find.
add --options for setting these at run time, and parse a config perhaps /etc/wids.conf or something.
Further, its recommended you use argparse for parsing --options.
There are a few issues with them
Affected:
Recommendations
Expected SANE defaults:
Put these variables at the top of the script before exporting them as globals. Make them easier to find.
add --options for setting these at run time, and parse a config perhaps /etc/wids.conf or something.
Further, its recommended you use argparse for parsing --options.