View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006242 | Kali Linux | [All Projects] General Bug | public | 2020-03-31 09:46 | 2020-12-01 10:48 |
Reporter | g0tmi1k | Assigned To | rhertzog | ||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | 2020.2 | |||
Summary | 0006242: TFTP listening by default | ||||
Description | ``` kali@kali:~$ date Mon 30 Mar 2020 12:33:03 PM EDT kali@kali:~$ kali@kali:~$ sudo ss -antup Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process udp UNCONN 0 0 0.0.0.0:69 0.0.0.0:* users:(("inetutils-inetd",pid=537,fd=4)) kali@kali:~$ kali@kali:~$ ps -ef | grep [5]37 root 537 1 0 12:23 ? 00:00:00 /usr/sbin/inetutils-inetd kali@kali:~$ kali@kali:~$ cat /etc/inetd.conf | grep -v '^#' tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=5 /srv/tftp kali@kali:~$ ``` | ||||
Additional Information | This is on a clean install of `kali-linux-2020-W14-installer-amd64.iso`. Default options selected during install | ||||
|
So the issue seems to be that in the live image we have the appropriate preseeding so that it's running in daemon mode (and thus disabled) but we lost this in the separate installer image. I just added the required preseed to the one embedded in the installer and this should thus go away with tomorrow's daily build. |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-03-31 09:46 | g0tmi1k | New Issue | |
2020-03-31 09:46 | g0tmi1k | Status | new => assigned |
2020-03-31 09:46 | g0tmi1k | Assigned To | => rhertzog |
2020-04-29 10:11 | rhertzog | Status | assigned => resolved |
2020-04-29 10:11 | rhertzog | Resolution | open => fixed |
2020-04-29 10:11 | rhertzog | Fixed in Version | => 2020.2 |
2020-04-29 10:11 | rhertzog | Note Added: 0012692 | |
2020-12-01 10:48 | g0tmi1k | Priority | high => normal |