File: config.example

package info (click to toggle)
pyrit 0.5.1%2Bgit20180801-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,596 kB
  • sloc: python: 4,667; ansic: 3,352; cpp: 1,490; asm: 394; lisp: 192; makefile: 15; sed: 7; sh: 6
file content (38 lines) | stat: -rw-r--r-- 1,176 bytes parent folder | download
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
33
34
35
36
37
38
# 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

## Use OpenCL module (other package in Debian)
# use_OpenCL = true

## Use CUDA module (other package in Debian)
# use_CUDA = true