Ilya V. Matveychikov
Ilya V. Matveychikov
It's impossible to hook several system calls by just replacing correspinding `sys_call_table` values. So, we need to blacklist that numbers which can be found by the command: ``` cat /proc/kallsyms...
https://github.com/nbulischeck/tyton/blob/ef291a9e8681cd7eec78655f10ce34f5d1b35a19/src/netfilter_hooks.c#L12
Given that current KHOOK is `x86`-only it would be nice to have an ARM (Android) support as well. Current implementation already splits generic and CPU architecture specific code.
probably should be: ~~~ if (MainFunc) createDecodeStubBlock(MainFunc, DecodeStub); ~~~ https://github.com/tsarpaul/llvm-string-obfuscator/blob/22c57d5b29063d2348da6a24a5cd507e28d9ecb3/StringObfuscator/StringObfuscator.cpp#L207
There is (still) error in handling URG (urgent) data with TCP. The following sample results in getting `HTTP/1.1 200 OK` from the http://tempesta-tech.com but same sample for NGINX should give...
### Description The idea behind the immunity module is the following: make it difficult for the attacker to identify target system's kernel version so it would be hard or even...
https://github.com/milabs/drop-tcp-sock
Cryptogen doesn't allow to specify us "baseUrl" to support the following cases (nginx): ``` nginx location /cryptogen/ { proxy_pass http://127.0.0.1:3000; } ``` Using `sub_filter "/_app/" "/cryptogen/_app/"` doesn't solve the problem....
`pkgs = nixpkgs.legacyPackages.${system}` ? https://github.com/out-of-tree/out-of-tree/blob/4a8f119b5d3bb6b3bbce5e4d71ea1b6f0bcef9df/flake.nix#L12
Ok, `nix-bitcoin` is a great project which heavily uses containers. With the help of `extra-container` it's possible to deploy and run non-declarative bitcoin node container using `tor` in few minutes...