1CARDPEEK(1) General Commands Manual CARDPEEK(1)
2
3
4
6 cardpeek - A gui tool to explore the contents of ISO 7816 smart cards.
7
8
10 cardpeek [options]
11
12
14 Cardpeek is a tool to read the contents of ISO7816 smart cards. It
15 features a GTK GUI to represent card data is a tree view, and is
16 extendable with a scripting language (LUA).
17
18 -r, --reader=READER
19 Connect to the reader identified by READER.
20
21 -e, --exec=COMMAND
22 Execute the lua commands described in COMMAND.
23
24 -v, --version
25 Print version info and list of detected smart card readers.
26
27 The goal of this project is to allow smart card owners to be better
28 informed about what type of personal information is stored in these
29 devices.
30
31 This is not a real man-page, for more detailed information see included
32 PDF documentation cardpeek_ref.en.pdf available online here:
33
34 http://cardpeek.googlecode.com/files/cardpeek_ref.en.pdf
35
36 or in your in your system doc/ directory (e.g. /usr/share/doc/card‐
37 peek).
38
39
41 cardpeek is Copyright (c) 2009-2013 Alain Pannetrat.
42
43 cardpeek is free software: you can redistribute it and/or modify it
44 under the terms of the GNU General Public License as published by the
45 Free Software Foundation, either version 3 of the License, or (at your
46 option) any later version.
47
48 cardpeek is distributed in the hope that it will be useful, but WITHOUT
49 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
50 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
51 for more details.
52
53 You should have received a copy of the GNU General Public License along
54 with this program. If not, see http://www.gnu.org/licenses/.
55
56
58 Alain Pannetrat <L1L1@gmx.com>
59
60
61
62
63 CARDPEEK(1)