Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
problem whit this character |
06-19-2012, 07:12 PM
Post: #1
problem whit this character |
Hello, i triying to do this, but i thing that i have problem whit this character " | ", anybody can tell me how can i do???. Thank to every one.

oclHashcat-lite64.exe --hash-type 2611 ce1324b9d1a8f5a95526488e6968776e:?|M -1 ?l?d?s?u ?1?1?1

and response whit this:
"M" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
Find all posts by this user
06-19-2012, 07:19 PM
Post: #2
RE: problem whit this character |
this is a special shell character and therefore your shell causes this problem, not hashcat. You have to properly escape/quote.
Find all posts by this user
06-19-2012, 07:22 PM
Post: #3
RE: problem whit this character |
Please, can you tell me how can i do this whit the escape/quote???

i Trying this, but no works:

oclHashcat-lite64.exe --hash-type 2611 ce1324b9d1a8f5a95526488e6968776e:?/|M -1 ?l?d?s?u ?1?1?1
Find all posts by this user
06-19-2012, 07:37 PM
Post: #4
RE: problem whit this character |
On Windows: xe1xxxxxd1a8xxx95xx648xxxxxx77xx:?^|M
On Linux, probably: xe1xxxxxd1a8xxx95xx648xxxxxx77xx:?\|M
Find all posts by this user
06-19-2012, 07:38 PM
Post: #5
RE: problem whit this character |
THank to all, i can resolve, is only put " before the caracter.
Find all posts by this user
Thread Closed