Skip to content

sysctl

modify kernel parameters at runtime.

List all varialbes

sysctl -a

Enable packet forwording

To enable the packet sysctl -w net.ipv4.ip_forward: 1 Used to MITM attack

[!bug] Remember that theĀ sysctl commands are temporary U can see them in a /proc as a vritual procces

Kernel modules