writing a mask for a rule
#6
see attached pictures, how looks your filecontent when opening with 7z?

enc.jpg means file is fully encrypted, no way of manipulating xml
sheet.jpg should be possible

next thing see hashcat utils https://github.com/hashcat/hashcat-utils/releases, combinator
example given
front.txt
Code:
! ! !
? ! ?
! ? !

back.txt
Code:
123
234
345

combinator front.txt back.txt results in any combination of front and back

! ! !123
! ! !234
! ! !345
? ! ?123
? ! ?234
? ! ?345
! ? !123
! ? !234
! ? !345


redirect this to another file like combinator front.txt back.txt > mix1.txt, you can use mix1.txt with another file and so on, this way you can combine your own very well predefined wordlist


Attached Files
.jpg   sheet.jpg (Size: 14.45 KB / Downloads: 4)
.jpg   enc.jpg (Size: 14.72 KB / Downloads: 4)
Reply


Messages In This Thread
writing a mask for a rule - by veysel.macit - 07-21-2022, 03:45 AM
RE: writing a mask for a rule - by Snoopy - 07-21-2022, 01:22 PM
RE: writing a mask for a rule - by hetcat - 07-22-2022, 10:47 AM
RE: writing a mask for a rule - by Snoopy - 07-22-2022, 01:47 PM
RE: writing a mask for a rule - by hetcat - 07-25-2022, 09:54 AM
RE: writing a mask for a rule - by Snoopy - 07-26-2022, 10:48 AM