panoramic router default password format
#3
(12-31-2022, 05:11 AM)jim5 Wrote: Same issue here, I want to add 000-999 in the middle between two lists and can't figure it out. -a 6 and -a 7 options only add to either the left or the right of one existing list but I can't combine list1 list2 and generate ?d?d?d in between the lists.

If anyone wants to help in the mean time I am looking for an output of:

Code:
password001cat

password002cat

Where 'password' and 'cat' are part of list1 and list2.

Tried combinator with list1?d?d?d and then do a combined list attack with list2 but the result of the file is too large and brings down my whole rig.

you have to use -1 attack mode to combine your wordlist to your 3 digits then run a second command on the output and the second wordlist... here are some combinations i used for mine
└─$ history | grep force          

 213  hashcat --force --stdout -a 1 disc0nct_2.txt /usr/share/wordlists/SecLists/Fuzzing/4-digits-0000-9999.
txt > words_4-digits.txt
Reply


Messages In This Thread
RE: panoramic router default password format - by kuro5uke - 09-24-2023, 02:26 PM