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
Hello,
Thank you for maintaining such a wonderful project.
I noticed wpscan creates a directory in $HOME, which creates clutter. There is a standard for that: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
I think that XDG_DATA_HOME would be good as an alternative (in most cases that would be ~/.local/share/wpscan/db.
Some migration and backward compatibility would be required, but I hope someone finds time for that.
Hello,
Thank you for maintaining such a wonderful project.
I noticed wpscan creates a directory in $HOME, which creates clutter. There is a standard for that: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
I think that
XDG_DATA_HOME
would be good as an alternative (in most cases that would be~/.local/share/wpscan/db
.Some migration and backward compatibility would be required, but I hope someone finds time for that.
The issue seems to be here:
wpscan/lib/wpscan.rb
Line 40 in f61c55b
Thanks!
The text was updated successfully, but these errors were encountered: