Open pctripsesp opened 6 years ago
Hi, first of all really nice work, this tool saves lot of time brute forcing steghide.
If the word get from dictionary contains a single quote (that happens in rockyou.txt for example), the Tool breaks with a false positive and error
[i] Searching... sh: 1: Syntax error: Unterminated quoted string [+] Information obtained with password: Agustín'
Your PR #4 will also fail if double quote is found, ie: abc"'. I have made a PR #5 using built-in pipes.quote function to avoid this kind of problems.
Hi, first of all really nice work, this tool saves lot of time brute forcing steghide.
If the word get from dictionary contains a single quote (that happens in rockyou.txt for example), the Tool breaks with a false positive and error