# Cybersecurity Guide


  • HASH
  • [CRC-32] [MD5] [SHA-1] [SHA-256] [SHA-512]
  • ENCODING / DECODING
  • [Base16(enc)] [Base16(dec)] [Base64(enc)] [Base64(dec)] [URL(enc)] [URL(enc)(+ASCII)] [URL(dec)] [HTML_entity(enc)] [HTML_entity(dec)]
  • CONVERSION
  • [Hex] [Dec] [Oct] [Bin]

Subscribe to: Posts (Atom)
  • πŸ”¨ ONLINE TOOL
  • 🚩 WRITE-UP
  • 🍰 CODE
  • πŸ“¦ OTHER
    •  🏹 Tool
    •  πŸ§ͺ Simulation
    •  πŸ“„ Reference
    •  πŸ’Ύ Misc
  • Root me write-up : Logs analysis - web attack
    Root me write-up : Logs analysis - web attack
    This is a quiz to find flags in web server logs. The web server log contains the base64 encoding value in the order variable, and...
  • pwnable.kr ascii_easy write-up
    pwnable.kr ascii_easy write-up
    To comply with the rule 3, I masked some things that is needed to solve this challenge. I thought that I may needs ROP, not RTL. ...
  • TCP/UDP ports
    ❑ 0~1023 : Well known port(System port)(For system services.) ❑ 1024~49151 : Registered port(User port)(For applications.) ❑ 49152~65...
  • Cygwin(Linux feeling on Windows)
    Cygwin(Linux feeling on Windows)
    The software that configures a Linux-like environment on Windows. μœˆλ„μš°μ—μ„œ λ¦¬λˆ…μŠ€μ™€ λΉ„μŠ·ν•œ ν™˜κ²½μ„ κ΅¬μ„±ν•˜λŠ” μ†Œν”„νŠΈμ›¨μ–΄. 1. Feature  νŠΉμ§• 01.It enables usi...
  • Root me write-up : Command & Control - level 2
    Root me write-up : Command & Control - level 2
    When I unzip the downloaded file, a.dump file is created. The goal is to find the host name in this dump file. I used the "v...
  • pwnable.kr otp write-up
    pwnable.kr otp write-up
    I made a skeleton interface for one time password authentication system. I guess there are no mistakes. could you take a took at it? ...
  • Nmap : Scan networks
    Nmap : Scan networks
    ❑ Nmap( Network Mapper) is network scanner that scans the information of hosts. ❑ Feature ❍ It can check live hosts and opened po...
Designed by Arlina / Powered by Google Blogger