please help ascii character,i tried everything
#11
I made sample wordlist based on your data https://github.com/AnnualMedia1328/Wordl...in/mv4.txt

Use hashcat rules on that.
Reply
#12
aikiuslik dateline='[url=tel:1685562568' Wrote: 1685562568[/url]']
I made sample wordlist based on your data https://github.com/AnnualMedia1328/Wordl...in/mv4.txt

Use hashcat rules on that.

Which rule ı have to use?
Give me example please
Reply
#13
In hashcat folder under /rules there are many options, start with smaller like best64, combinator or specific.
Reply
#14
aikiuslik dateline='[url=tel:1685562568' Wrote: 1685562568[/url]']
I made sample wordlist based on your data https://github.com/AnnualMedia1328/Wordl...in/mv4.txt

Use hashcat rules on that.


This is the list you uploaded the github 
Can you write according to this mu real password
25368947c2a0c5a0
2536gvc2a08947c2a0
Reply
#15
Your password contains those hex-es?

c2a0
c5a0
25
36
47
89
67
76
Reply
#16
aikiuslik dateline='[url=tel:1685564618' Wrote: 1685564618[/url]']
Your password contains those hex-es?

c2a0
c5a0
25
36
47
89
67
76

My normal password not hex
Normal real password
25368947and two special space alt+255
But this two special character I dont know where I wrote this two special character 
Can be between numbers or At the end of the numbers or top of the numbers
And I may have put gv Between the numbers gv is initial of my name
Reply
#17
https://github.com/AnnualMedia1328/Wordl...ain/gv.txt
Reply
#18
If you really need that hash cracked, you can use paid service like hashes.com or post it on reddit as much information you have: https://www.reddit.com/r/HashCracking/
Reply
#19
aikiuslik dateline='[url=tel:1685565989' Wrote: 1685565989[/url]']
https://github.com/AnnualMedia1328/Wordl...ain/gv.txt

When I using this list I must use rule right?

And could you write me how can I give command full command 


Example: sudo hashcat -m 11300 -w4 -a3 ????????????

Could you give me full command?
Reply
#20
You dont, but this list contains only upto 6 characters.

hashcat -a 0 -m 11300 -w 3 -o cracked.txt "yourhash.txt" gv.txt

-r for rules
like this -r ./rules/best64.rule
Reply