Christian Deacon
Christian Deacon
Hey, I finally got around to doing this and went with a MIT license. I am sorry for the long delay, been really busy with life the past few months.
Bumping again since as said before, the current work-around isn't suitable for Steam groups that are already setup or have members. It seems there aren't any patterns to this bug...
Hey, are you using the correct version of LibBPF that I used with this project? You should have the following commit checked out under `src/include/libbpf`. https://github.com/libbpf/libbpf/tree/97ada10bd834950b1856c7f9efacc9ee83f824cf In regards to porting...
@soreana Hey, I'm sorry for the late reply, I've been super busy 😭 I tested the program on a newer Ubuntu VM and didn't have any issues. Is the `xdpfwd`...
This would be an amazing feature to have! I was trying to retrieve the count of a model's relation twice with different `where` clauses within the same query (e.g. a...
Hey! I'm glad the project has helped you gain more knowledge in the networking/security fields! I've seen XDP used for processing ARP requests, mostly for caching ARP entries inside of...
Hey, are you able to retrieve packet captures of the attack? My assumption is they're using spoofed IPs/random ports. If this is the case, the reason it is not blocking...
Sure! My username is `gamemann`, or you can join my Deaconn [server](https://discord.deaconn.net).
Hey! It appears the driver your `ens33` network interface uses doesn't support XDP. You can find a list of supported drivers [here](https://github.com/iovisor/bcc/blob/master/docs/kernel-versions.md#xdp). It appears you're running a pretty recent kernel...
Hey! Thank you for the information on `tcp_flag_word()`. This is the first time I'm seeing the function. I'm unsure if using this would simplify the checking flags process, though. Initially,...