# ./crunch 8 8 -f charset.lst ualpha -d 1@
will prevent crunch from doing: aaaaaaaa aaaaaaab aaaaaaac etc
you will get
abababab
abababac
abababad
abababae
abababaf
abababag
abababah
Type: Posts; User: bofh28; Keyword(s):
# ./crunch 8 8 -f charset.lst ualpha -d 1@
will prevent crunch from doing: aaaaaaaa aaaaaaab aaaaaaac etc
you will get
abababab
abababac
abababad
abababae
abababaf
abababag
abababah
I glad it all worked out for you. UEFI is becoming more popular. If the computer supports that is how I install it. Post the contents of your grub.cfg and I will tell you if you can add to it.
Sorry I have been offline for awhile. rename the existing EFI folder on /dev/sda1 to winefi. Copy the EFI folder from the to /dev/sda1. This is the contents of my /EFI/BOOT folder:
acpi.mod...
The following is my grub.cfg. Please replace the set root= and UUID values with values that are appropriate for your system.
default=2
timeout=30
# terminal console
gfxmode=640x480
set...
In the Ubuntu iso there should be a \EFI\Boot\ directory. It should have a bootx64.efi file in there. Copy the \EFI directory and all of its contents to the thumb drive. Make sure that you have...
I have a dual UEFI boot system of Windows 7 and BT5R3. You cannot mix and match BIOS and UEFI on the same disk. So a BIOS install of windows 7 will not co-exist with a UEFI Linux. Next BT5 does...
apt-get update
apt-get install efibootmgr
# efibootmgr
this will show you the current boot order and list what it detects
# efibootmgr -o xxxx,yyyy,zzzz
this will set the boot order to...
Yes it is. UEFI is mandatory for all windows 8 computers so it is the only option now. The good news is Ubuntu 12.10 now includes a UEFI boot loader so you don't have to compile everything...
There is no need for EasyBCD. I had the same problem on my computer. I could UEFI install Windows 7 and install BT5 per the instructions I wrote earlier, but my computer would always boot to...
3.4 is now available at http://sourceforge.net/projects/crunch-wordlist/files/crunch-wordlist/
OK. I found the bug and fixed it. I will be releasing version 3.4 this weekend. The difference between 3.3 and 3.4 is this fix for the -e bug.
I will look into this. Thank you for pointing this out.
The above syntax is the best crunch can do.
I wonder why the math library is not being included. I will look into this.
Can you please explain with math libraries added manually? The Makefile includes -lm which should pull in the math library.
That is good to know.
Do you compile on BackTrack? What release? What type of computer do you have? Do you use the included Makefile to compile?
Thanks,
./crunch 10 10 -f charset.lst hex-upper -d 1@
will generate what you want.
Sorry but I haven't gotten git up and running yet. I enabled git on the sourceforge.net website but I haven't had time to read the manual to get data into it, how to use git, make branches and...
You are correct.
Crunch 3.3 has been released and can be found at:
http://sourceforge.net/projects/crunch-wordlist/
Here is a list of changes from 3.2:
Add more information to help section
Added unicode support...
No crunch is not multi-threaded. Crunch's output should be piped into another application for best results. The receiving application should be multi-threaded. For example if your receiving...
I would give you my EFI folder which contains everything you need but the file is too large for the forum to accept. The zipped file size is 850K. I could try to email it to you.
You MUST change...
open a terminal window and type in the commands one by one. You will have to change the /dev/sda1 to whatever the path to your thumb drive is.
Yes that is the right version. The directions to compile it are in the posting I refereed you to. To extract the files you need to:
tar -xvf grub-1.99.tar.gz
However I think you should switch...
Hi,
I have UEFI booted BT5R1 and BT5R2. Please read the following thread I created.
http://www.backtrack-linux.org/forums/showthread.php?t=46801&highlight=uefi
If you have questions please...