XOR (exclusive or) is a logical operation comparing two input bits, producing a single output bit.
XOR Table:
Input | Input | XOR output |
---|---|---|
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |
XOR
0001-01-01
XOR (exclusive or) is a logical operation comparing two input bits, producing a single output bit.
XOR Table:
Input | Input | XOR output |
---|---|---|
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |
Linux Persistence: atd
2025-04-01 DFIR CTF linux persistence at atd
Linux Persistence: SSH
2025-03-29 DFIR CTF SSH hardening hunting persistence linux persistence hunting hardening SSH PAM