/etc/vde2/vdecmd is in vde2 2.3.2+r586-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | TIMEOUT 1000
1 IN '$ ' 100
3 SEND '$*\n'
5 THROW
6 IN '\n' 100
7 IF '0000 DATA END WITH \'.\'' 10
8 IF '10' 20
9 GOTO 100
10 THROW
11 IN '\n' 100
12 IF '.\n' 5
13 COPY
14 GOTO 10
20 SKIP 2
21 SEND 'logout\n'
22 EXITATOI
100 EXIT -1
|