forge_socket
forge_socket copied to clipboard
Linux kernel module for inspecting/modifying TCP socket state from user space
fix forge_setsockopt() argument type. and get_seconds() replace to ktime_get_seconds()
if tp->advmss is zero, the kernel maybe crashed by dividing zero. ============================================================== Crash Stack. PID: 2817 TASK: ffff95965ce44f10 CPU: 1 COMMAND: "xxxxxxx" #0 [ffff9592f55cb5e0] machine_kexec at ffffffffaa460afa #1 [ffff9592f55cb640] __crash_kexec...
Hi, I believe that most (if not all) options that can be queried and set using the interface provided by `forge_socket` are exposed by the TCP_REPAIR feature that was introduced...
make make -C /lib/modules/2.6.32-504.el6.x86_64/build M=/home/zmap/forge_socket modules make: **\* /lib/modules/2.6.32-504.el6.x86_64/build: not found file or directory 。stop。 make: **\* [all] error 2 what is wrong? please help. my os is centos6.5
RedHat has backported changes to 3.10 from 3.15 and 3.16, thus breaking the build. test runs ok: ./test [+] send returned 13 [+] received 'Hello, world!' [+] send returned 5...
when kernel 2.6.32-573, ``` #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 33) __inet_hash_nolisten(sk); #else __inet_hash_nolisten(sk, NULL); #endif ``` should use __inet_hash_nolisten(sk, NULL)
A server has a default interface (eth0 10.0.0.5/24 with default gw 10.0.0.1), and a tap interface (eth1 192.168.0.5/24 with no gw) which is receiving traffic on a mirror port from...