Description
How well can you perfom basic binary operations?Start searching for the flag hereĀ nc titan.picoctf.net 57401
Steps Taken
- nc into machine
- Perform a right shift of Binary Number 2 by 1 bits
- remove the last bit
- Perform the operation on Binary Number 1&2
- only put a 1 if there is 1 in both numbers
- Perform a left shift of Binary Number 1 by 1 bits
- add a zero to the end
- Perform the operation on Binary Number 1x2
- multiple the numbers
- Perform the operation on Binary Number 1+2
- add the numbers
- Perform the operation on Binary Number 1|2
- if it has a 1 put a 1
- Enter the results of the last operation in hexadecimal
- run last number through a hexadecimal converter
- Flag: picoCTF{b1tw^3se_0p3eR@tI0n_su33essFuL_6862762d}