hashview / hashview-old

A web front-end for password cracking and analytics
http://www.hashview.io
GNU General Public License v3.0
620 stars 134 forks source link

Error when removing wordlist/rules #365

Closed JormungandrYggdrasil closed 6 years ago

JormungandrYggdrasil commented 6 years ago

Attempt: Remove wordlist Condition: File does not exist Result: Gateway Error

Recommended fix: Remove file from database if file does not exist anymore when attempting to remove it.

JormungandrYggdrasil commented 6 years ago

Errno::ENOENT - No such file or directory @ rb_sysopen - control/rules/Incisive-leetspeak.rule: Same thing with rules

i128 commented 6 years ago

Looking on the server itself? Are the files there? Chances are they've been removed, but the DB wasn't updated.

On Nov 11, 2017 8:44 AM, "JormungandrYggdrasil" notifications@github.com wrote:

Errno::ENOENT - No such file or directory @ rb_sysopen - control/rules/Incisive-leetspeak.rule: Same thing with rules

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hashview/hashview/issues/365#issuecomment-343669950, or mute the thread https://github.com/notifications/unsubscribe-auth/ACTh66vWaVjg4KcbC3RgsLTBBO1kXfo8ks5s1bK_gaJpZM4Qagu9 .

i128 commented 6 years ago

Agreed. No need to fail hard in these scenarios, just update the db

On Nov 11, 2017 8:42 AM, "JormungandrYggdrasil" notifications@github.com wrote:

Attempt: Remove wordlist Condition: File does not exist Result: Gateway Error

Recommended fix: Remove file from database if file does not exist anymore when attempting to remove it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hashview/hashview/issues/365, or mute the thread https://github.com/notifications/unsubscribe-auth/ACTh6284pgZDDE11PiT1dqA0EK_-zMUEks5s1bJwgaJpZM4Qagu9 .