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

mac-oui.db location file is statically assigned. #1

Closed
phpsystems opened this issue Mar 3, 2014 · 1 comment
Closed

mac-oui.db location file is statically assigned. #1

phpsystems opened this issue Mar 3, 2014 · 1 comment

Comments

@phpsystems
Copy link

Hopefully, you will eventually add an option to change it, but I modified the source to the following:

from (line 4348):
appdir="/SYWorks/WIDS/"
macoui="/SYWorks/WIDS/mac-oui.db"

To:

appdir="./"
macoui="./mac-oui.db"

@SYWorks
Copy link
Owner

SYWorks commented Mar 4, 2014

thks for the feedback.. :)
the reason for setting the appdir to a specific location as eventually all syworks applications will be interlink with each other such as Database, WPA-Bruteforcer, etc..

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

No branches or pull requests

2 participants