whokilleddb

Results 11 issues of whokilleddb

Two minor changes were made in the commit: - `which` was replaced with `command -v` - Minor bug fix ## Why bother with `which` ? - `POSIX` compatible - `which`...

## Description Replaced `mktemp()` with safer `mkstemp()` to prevent Race Conditions

Current output of `make` : ``` whokilleddb@uwu:~/LKMs/07-BinaryName$ KERNEL_ROOT=/home/whokilleddb/Linux/linux-5.11.0 make make[1]: Entering directory '/home/whokilleddb/Linux/linux-5.11.0' CC [M] /home/whokilleddb/LKMs/07-BinaryName/binarypath.o In file included from /home/whokilleddb/LKMs/07-BinaryName/binarypath.c:5: /home/whokilleddb/LKMs/07-BinaryName/process-thread-info.h: In function ‘PRINT_TASK_BINARY_NAME’: /home/whokilleddb/LKMs/07-BinaryName/process-thread-info.h:51:29: error: ‘struct mm_struct’ has...

- Replaced Banner With Simple Titles(Looks Cleaner) - Added Better Command Line Interface with flags - Used Menu Based Navigation - Now The Script Can Be Run From Anywhere In...

Updated the script so that it can be used as a script, add CLI components, prettier printing, etc

# Description This PR replaces OS specific commands with a more python-oriented approach ## Type of change This PR enhances the security of the model by preventing command injection -...

models:research

The BOF code has two issues: - Invalid Parameter passed - Incompatible Options set # Invalid Parameter Passed The easier one out of the two, in [line 77 (and 81)...

# Description The `ansible.windows.win_domain` in `ansible/roles/domain_controller/tasks/main.yml` has been replaced with `ansible.windows.win_domain` along with a few more. I tried replacing the file as such: ```yml # DNSCHANGE # - name: "disable...