I was actually wondering if anyone had, had any experience with a wordlist of a similar magnitude, in my opinion when cracking a password etc, most of the time is spent computing the strings,...
Type: Posts; User: calypso; Keyword(s):
I was actually wondering if anyone had, had any experience with a wordlist of a similar magnitude, in my opinion when cracking a password etc, most of the time is spent computing the strings,...
If you did have this amount of free space, and then left your computer on for a few days/weeks to generate these wordlists? Could for example JTR / Cain and abel cope with a wordlist this size? If so...
what are you trying to do? Change your keymap??
im pretty sure fake auth requires clients to be on the AP, look up a tutorial for wep hack with no clients.
Maybe try spoonwep, i havent tried it personally but ive heard its easy to use
No sure if i should be posting this or not, im thinking the later, but the book that pureh@te suggested is available via the book store
Yes I have the same problem, its wierd, when I had backtrack 2 installed i could use startx in another user to see the gui.
With BT3 final and BT3 usb final I get the same error as you, i tried a...
post your lilo.conf page in [code] tags
try these commands
mkdir /mnt/hda1
mkdir /mnt/hda2
mkdir /mnt/hda3
mkdir /mnt/hda4
etc.. for all your partions you wanted mounted at boot
please post your wpa_suplicant file and the commands you are using to connect to your ap
ps please use code tags
Calypso
Download backtrack 3.iso, burn the image to a live cd and have a play, there are lots of tutorials on this site for using all the programs that come on the cd
Calypso
yes you can triple boot these 3 os's check out the backtrack wiki pages for a full tutorial
I do have one question for you though, how are you installing os's on sda8/sd10, I thought hardrives...
google first two results - xploitz+wpa+tutorial+connecting
please try a little harder next time
http://forums.remote-exploit.org/showthread.php?t=7482
...
reseting will surely delete all encytion and you should be able to just connect
you can crack wep without clients, you can not crack wpa and wpa2 without clients. If the encrytion is wep even...
you obviously havent looked v. hard as there are tutorials for both on this very site
There are different commands for connecting to a wep and wpa
for wpa check out xploitz tutorial
im not really sure what read only means, have you unmounted all partitions
umount /dev/sda*
does it have a little triangle error sign next to your windows partition and when you click on...
check that your kernal "vmlinuz" is in /boot/
Is your windows partion on sda? I would think it is on antoher partition
and you dont want your boot line from sda4, it should be sda, i think
...
This is from the wiki page
* Note: If Qt parted refuses to commit your resize to the ntfs partion try mounting the partition with fuse then unmounting it. No idea why this works but it does....
have you checked your wireless driver is capable of injecting packets?
after a bit more research ive found these commands should be correct
rmmod ath_pci
modprobe ath_pci
but they are still not working???
i think you will find /bin/bash works too
a few tips to get you on your way
1. make a txt file and put this at the top "#!/bin/bash"
2. put all you commands you normally type into the terminal belwo this
3. open up a new terminal and...
Im guessing you want to do this because you have mac filtering on your router and when you want to connect to the internet you have to change your mac address back.
Why not make a little bash...
if your Ap uses wpa encytion try reading this
http://forums.remote-exploit.org/showthread.php?t=7482
I recently made a program similar, and it outputed wordlists that took up too much of my memory. I was trying to find a solution and came across pipe commands, basically instead of writing your new...
why dont you just write a small program to take your wordlist as an input and ouput a wordlist with all concatenated strings?