Pyrit Batch Command takes long time, is it required?
http://img254.imageshack.us/img254/2439/pyritbatch.jpg
Okay, I've search thru this forum to find info on whether it is really required to run the Pyrit Batch command before running the pyrit crack command (pyrit -r test.cap -e MyOtherNetwork attack_db) to crack WPA, but I didn't find any threads about it so i made this one. From the screenshot above , I've been running the pyrit batch for 24 hrs and it's at 14% from an 11gb wordlist import, it seemed to me the wordlist import is faster than batching. i was just wondering if we could just import the wordlist with pyrit and execute the pyrit crack command without batching? Obviously, I am new to pyrit and I hope you guys would guide me. Thank you. I find this cracking stuff very fun, it's like trying to solve a puzzle ;)
Re: Pyrit Batch Command takes long time, is it required?
well for one thing, pyrit always works better on the host, rather than in a VM.
Re: Pyrit Batch Command takes long time, is it required?
use this
pyrit -r test.cap -e MyOtherNetwork -i passfile.txt attack_passthrough
Re: Pyrit Batch Command takes long time, is it required?
Quote:
Originally Posted by
lizdainis
use this
pyrit -r test.cap -e MyOtherNetwork -i passfile.txt attack_passthrough
I understand that batching compiles the database of pyrit, but is it required for us to batch after an import in order to pyrit crack wpa?
Re: Pyrit Batch Command takes long time, is it required?
Pyrit's fundamental purpose is to create "rainbow tables". Attack functionality wasn't added until later releases. Batching, refers to batch processing all words in the database with a given essid as the salt. If you don't want to create a rainbow table, use attack_passthrough, as previously stated. If you want to create the table, and attack it at the same time use attack_batch. by the way, questions like this, that can be answered by reading a programs documentation REALLY piss people off.(but at least you searched the forums first)
Re: Pyrit Batch Command takes long time, is it required?
Quote:
Originally Posted by
iproute
well for one thing, pyrit always works better on the host, rather than in a VM.
I didn't even know pyrit would work in a vm...
Re: Pyrit Batch Command takes long time, is it required?
Quote:
Originally Posted by
CKing
Pyrit's fundamental purpose is to create "rainbow tables". Attack functionality wasn't added until later releases. Batching, refers to batch processing all words in the database with a given essid as the salt. If you don't want to create a rainbow table, use attack_passthrough, as previously stated. If you want to create the table, and attack it at the same time use attack_batch. by the way, questions like this, that can be answered by reading a programs documentation REALLY piss people off.(but at least you searched the forums first)
================================================== ===================
http://img190.imageshack.us/img190/6876/snapshot4k.jpg
Screenshot of not working
I also tried this command and doesn't work
pyrit -r test.cap -e MyOtherNetwork -i passfile.txt attack_passthrough
The main reason why I don't want to use Pyrit Batch is because I don't have enough disk space. I only have 30 GB for backtrack and right now it's batching at 16% with 40% of extra space left on hard drive out of the 30GB. So I rather pyrit crack wpa from wordlist directly.
Re: Pyrit Batch Command takes long time, is it required?
Did you run a yet?
Do any GPUs show up or just CPU cores?
Re: Pyrit Batch Command takes long time, is it required?
If you have not got enough space you can pass it to cowpatty.
Code:
pyrit -e test1 -i /pentest/passwords/wordlists/wordlist.lst -o- passthrough | /pentest/wireless/cowpatty/cowpatty -d - -s test1 -r wpa.cap
VMware cant use graphics cards on host machines so wont show up in pyrit benchmarks.
You cant use laptop wireless cards either as both these and the GPU cant be seperated from the host machine like a USB device can.
You could use bridge mode to get to the net.
What i have got is a hard drive with BT4 on it which is 12GB parition, enough to install updates and Nvidia drivers etc, then you can put the password file on the other partition.
Re: Pyrit Batch Command takes long time, is it required?
Quote:
Originally Posted by
KMDave
Did you run a
yet?
Do any GPUs show up or just CPU cores?
================================================== =====
Yes. I have AMD Quad Core 3.0 mhz. and it works good with pyrit. and No, This is not VMWare, I no longer use VMware, it's terribly slow...