/etc/resolv.conf
/etc/resolv.conf
nameserver 8.8.8.8
nameserver 8.8.4.4
nameserver 8.8.8.8
nameserver 8.8.4.4
nameserver 8.8.8.8
nameserver 8.8.4.4
142.250.190.78
/etc/resolv.conf
sudo tcpdump -i any port 53
sudo tcpdump -i any port 53
sudo tcpdump -i any port 53
/etc/resolv.conf
chattr +i /etc/resolv.conf
/proc/<pid>/environ
/proc/<pid>/environ
/proc/<pid>/environ
cat /proc/<pid>/environ | tr '\0' '\n'
cat /proc/<pid>/environ | tr '\0' '\n'
cat /proc/<pid>/environ | tr '\0' '\n'
/proc/net/route
/proc/net/route
/proc/net/route
cat /proc/net/route
cat /proc/net/route
cat /proc/net/route
Iface Destination Gateway Flags RefCnt Use Metric Mask
eth0 00000000 01010101 0003 0 0 0 00000000
Iface Destination Gateway Flags RefCnt Use Metric Mask
eth0 00000000 01010101 0003 0 0 0 00000000
Iface Destination Gateway Flags RefCnt Use Metric Mask
eth0 00000000 01010101 0003 0 0 0 00000000
/proc/net/route
/etc/passwd
/etc/shadow
/etc/passwd
/etc/shadow
cat /etc/passwd
cat /etc/passwd
cat /etc/passwd
root:x:0:0:root:/root:/bin/bash
user:x:1000:1000:User:/home/user:/bin/bash
root:x:0:0:root:/root:/bin/bash
user:x:1000:1000:User:/home/user:/bin/bash
root:x:0:0:root:/root:/bin/bash
user:x:1000:1000:User:/home/user:/bin/bash
/etc/shadow
/etc/shadow
/etc/shadow
ls /boot
vmlinuz-5.15.0-67-generic
initrd.img-5.15.0-67-generic
grub/
vmlinuz-5.15.0-67-generic
initrd.img-5.15.0-67-generic
grub/
vmlinuz-5.15.0-67-generic
initrd.img-5.15.0-67-generic
grub/
/etc/systemd/system
systemctl list-units --type=service
systemctl list-units --type=service
systemctl list-units --type=service
cat /etc/systemd/system/my-service.service
cat /etc/systemd/system/my-service.service
cat /etc/systemd/system/my-service.service
[Service]
ExecStart=/usr/bin/my-app --config /etc/my-app.conf
[Service]
ExecStart=/usr/bin/my-app --config /etc/my-app.conf
[Service]
ExecStart=/usr/bin/my-app --config /etc/my-app.conf
systemctl status - /etc/passwd: Stores user account info, including usernames and home directories.
- /etc/shadow: Stores hashed passwords and password policies.