Skip to content
View cykovit's full-sized avatar
🚩
collecting flags, brb
🚩
collecting flags, brb
  • glorified data analyst @ NAM
  • Rotterdam, NL

Block or report cykovit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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 = 25
    @education = [ 'UCSD', 'Erasmus Rotterdam' ]
    @hobbies = [ 'gaming', 'art', 'CTFs' ]
  end

  def current_location
    'Paris, FR'
  end

  def next_locations
    ['Nantes, FR', 'Utrecht, NL']
  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. firewall-frag.nse firewall-frag.nse Public

    firewall evasion nmap script

    Lua

  2. Sys2JSON Sys2JSON Public

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

    Python

  3. deadcrawl deadcrawl Public

    a dead link web crawler in Go

    Go

  4. todogo todogo Public

    TODO list app in Go

    Go