JohnNet

- minimum password length to start
- maximum password length
- the charset to create passwords
- number of passwords in a working packet for a client. This value should be chosen wisely. A to small value would slow down the Process, while a to big one will occur in waiting for half an hour before you see anything. It depends on the number of hashes.
Time for a packet:= unknownSalts * packetsize / Speed (of one pc)
example:
- 7 Salts, packet size 1.000.000, Speed 250.000 c/s
- 7 * 1.000.000 / 250.000= 28 seconds
- better:10.000.000 time: 280 seconds (about 5 minutes)
- the port, the server is listening on
- starts the server
- Status of the whole job
- Status of the current wordlength / display wordlength
- choose your hash-file
- the found passwords will appear here

- IP or hostname of the server
- port of the server
- cnnect to the server
- makes a break after the current packet to be able to work again
- quits the client after the current packet
- Status of the whole job
- Status of the current wordlength / display wordlength
- Status of john at the current packet
- the found passwords will appear here
Have fun,
kraeh!