Skip to content
View cykovit's full-sized avatar
🚩
collecting flags, brb
🚩
collecting flags, brb
  • glorified data analyst
  • Paris, FR

Block or report cykovit

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cykovit/README.md
class Cyko < Human def initialize @name = 'cykovit' @age = 26 @education = [ 'UCSD', 'Erasmus Rotterdam' ] @hobbies = [ 'gaming', 'art', 'CTFs' ] end def current_location 'Paris, FR' end def next_locations ['Toulouse, FR', 'Paris, FR'] end def currently { studying: [ 'blockchain analysis' ], reading: [ 'a bunch of EU policies no one actually cares about' ], tinkering: [ 'malware samples', 'mobile app development' ] } end end

Pinned Loading

  1. deadcrawl deadcrawl Public

    a dead link web crawler in Go

    Go

  2. Sys2JSON Sys2JSON Public

    python script to gather essential system information and convert it into a JSON format

    Python

  3. firewall-frag.nse firewall-frag.nse Public

    firewall evasion nmap script

    Lua

  4. AOC2024 AOC2024 Public

    advent of code 2024

    Python