File: config.example

package info (click to toggle)
pyrit 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 696 kB
  • sloc: python: 4,107; ansic: 1,784; asm: 428; makefile: 21
file content (32 lines) | stat: -rw-r--r-- 1,044 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Sample configuration file for pyrit
#
# Lines starting with # are treated as comments and are ignored, as are blank
# lines. The commented values represent the default settings.
#
# For detailed  information on these options, see pyrit(1).

## Storage to use
# default_storage = file://

## Space-separated list of IP-addresses of nodes providing computational
## resources
# rpc_knownclients = 

## Whether to start an RPC server on TCP+UDP port 17935 or not
## This is required if you want to use rpc_knownclients above.
# rpc_server = false

## Announce presence to knownclients via UDP-unicast
# rpc_announce = true

## Announce presence to knownclients via UDP-broadcast
# rpc_announce_broadcast = false

## Maximum size of workunits (a workunit is an ESSID and a list of passwords to
## check). This value is used by the internal scheduler when assigning jobs to
## individual cores. Upper limit is 1000000.
# workunit_size = 75000

## Limit the number of CPU cores used by Pyrit. 0 means use all available
## cores. 
# limit_ncpus = 0