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

Task - Attack Mode : Combinator - Left rule not working with $@ #449

Open mrousse83 opened 5 years ago

mrousse83 commented 5 years ago

Hello,

I have a problem with the left-rule parameter in the task when i'am in combinator attack mode.

capture

I have one file (users.txt) and a second file (domains.txt) and i when tu put a "@" beetwen.

When i set $@ it's nor working (same directly with hashcat).

When i want to put '$@' or "$@" the ' and " are deleted when i save the task.

Do you have a solution and can you fix that situation ?

Actually, i have fixed it directly in the table. I have put "--rule-left='$@'" in hc_rule.

Thanks, Regards.

i128 commented 5 years ago

This might be an issue with our 'filter characters' function which might be stripping out certain symbols. Investigating.