Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile | D | 03-May-2024 | 186 | 11 | 9 | |
README | D | 03-May-2024 | 440 | 10 | 8 | |
data.c | D | 03-May-2024 | 6.6 KiB | 275 | 212 | |
dns-any.d | D | 03-May-2024 | 450 | 37 | 25 | |
nfs-0.d | D | 03-May-2024 | 520 | 60 | 47 | |
pm.d | D | 03-May-2024 | 353 | 9 | 7 | |
pmap-dump.d | D | 03-May-2024 | 1.3 KiB | 61 | 48 | |
pmap-mnt.d | D | 03-May-2024 | 1.5 KiB | 79 | 62 | |
rip.d | D | 03-May-2024 | 1.1 KiB | 53 | 49 | |
rservice.c | D | 03-May-2024 | 1.2 KiB | 69 | 45 | |
showmount.d | D | 03-May-2024 | 921 | 64 | 51 | |
xor.c | D | 03-May-2024 | 2 KiB | 93 | 65 |
README
1For now, read the header comments inside each of these for documentation. 2The programs are simple enough that they don't really need a Makefile any more 3complex than the one given; ymmv. Data and xor may also be useful on DOS, 4which is why there are hooks for it in the code. 5 6data.c a primitive atob / btoa byte generator 7*.d example input to "data -g" 8rservice.c a utility for scripting up rsh/rexec attacks 9xor.c generic xor handler 10