From f641e8129361c80cfdbf6d935014016944fedd6e Mon Sep 17 00:00:00 2001 From: ecousino Date: Tue, 8 Jul 2025 11:24:33 -0300 Subject: [PATCH] Update DFLinux.sh Added a line to extract network connections --- DFLinux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/DFLinux.sh b/DFLinux.sh index 8996e25..65d9c7b 100644 --- a/DFLinux.sh +++ b/DFLinux.sh @@ -100,6 +100,7 @@ write_output "tune2fs -l $filesystem_name" "root_partition_filesystem_details.tx write_output "ifconfig" "network_configuration.txt" write_output "ip addr" "ip_address_info.txt" write_output "netstat -i" "network_interfaces.txt" +write_output "netstat -nlptue" "network_connections.txt" # Installed Programs write_output "dpkg -l" "dpkg_installed_packages.txt" # Replaced 'apt' with 'dpkg -l'