02-01-2025, 08:15 PM
First of all there is an already existent post about this error but that didn't help me and the situation is quite different.
I'm currently following a tutorial of someone doing a "Capture the flag" on a VM and i got completely stuck because of a "Seprator unmatched" error.
Everything i'm doing is on this site (https://www.cybersecurity360.it/cultura-...-software/), i know the site is not in english but it doesn't really matter, it's just to show the hash since it's public and just for training purpose.
At a certain point of this tutorial you get the hash 000e084XXXXX302eae4559dXXXb520c:0cbb5be2XXX4bed573802eXXXXX9965 (this is masked with the Xs because of forum rules but on the site there is full one). He then proceeds to put it inside a txt file and run this on windows: wich works and returns password "stark".
I tried to replicate this on linux by running but i get the separator unmatched error.
The post about this error that i previously mentioned suggested to:
I'm a beginner and i've really looked everywhere for a solution but i honestly don't know how to proceed, i really can't see what i'm doing wrong with this and the previous post wasn't of any help.
Thank you all in advance.
I'm currently following a tutorial of someone doing a "Capture the flag" on a VM and i got completely stuck because of a "Seprator unmatched" error.
Everything i'm doing is on this site (https://www.cybersecurity360.it/cultura-...-software/), i know the site is not in english but it doesn't really matter, it's just to show the hash since it's public and just for training purpose.
At a certain point of this tutorial you get the hash 000e084XXXXX302eae4559dXXXb520c:0cbb5be2XXX4bed573802eXXXXX9965 (this is masked with the Xs because of forum rules but on the site there is full one). He then proceeds to put it inside a txt file and run this on windows:
Code:
hashcat-cli64.exe -m 20 -a 0 c:toolsHlegacyHASH_NORTH.txt c:toolswlistrockyou.txt
I tried to replicate this on linux by running
Code:
hashcat -m 20 -a 0 myhash.txt common.txt
The post about this error that i previously mentioned suggested to:
- check again for syntax, wich i did (hopefully correctly);
- making sure the first file is the one containg the hash (wich i did, that file contains one line with the hash and both that file and common.txt are in my pwd just to make sure);
- check the example_hashes, wich is the only thing that actually gave me some doubts since in the example after the ":" in the hash there are only numbers, no letters. But i'm not sure if that is the problem since by running it on windows like the tutorial did it works fine with that hash.
I'm a beginner and i've really looked everywhere for a solution but i honestly don't know how to proceed, i really can't see what i'm doing wrong with this and the previous post wasn't of any help.
Thank you all in advance.