Tag: programming

0

Generate background pattern in Ruby

We will see how to generate a SVG background with triangle patterns in ruby to have something that look likes this: At first, install the TrianglePattern gem: 1$ gem install triangle_pattern Then we

0

AceBear Security Contest 2019 - Write-up

Information# CTF# Name : AceBear Security Contest 2019 Website : ctf.acebear.team Type : Online Format : Jeopardy CTF Time : link Web - Ddududdudu# The code analysis# At first, if you launch a dirse

0

Codefest CTF 2018 - Write-ups - Part 1

Information# CTF# Name : Codefest CTF 2018 Website : hackerrank.com Type : Online Format : Jeopardy CTF Time : link 50 - Typing Master - Programming# If you think you have it in you, connect now to

0

BreizhCTF 2k18 - Write-up

Information# Version# By Version Comment noraj 1.0 Creation CTF# Name : BreizhCTF 2k18 Website : www.breizhctf.com Type : On site Format : Jeopardy 75 - BabyAPK - Mobile# Android reverse

0

NeverLAN CTF 2018 - Write-ups

Information# Version# By Version Comment noraj 1.0 Creation CTF# Name : NeverLAN CTF 2018 Website : neverlanctf.com Type : Online Format : Jeopardy CTF Time : link 50 - more basic math - S

0

Christmas Challenge 2017 - Write-up

Information# Version# By Version Comment noraj 1.0 Creation CTF# Name : Christmas Challenge 2017 Website : shellterlabs.com Type : Online Format : Jeopardy 500 - Can't Read - Coding# Read

0

BreizhCTF 2k17 - Write-ups

Information# Version# By Version Comment noraj 1.0 Creation CTF# Name : BreizhCTF 2k17 Website : breizhctf.com Type : On-site Format : Jeopardy 100 - A-H-K-4-7 - Programming# This old com

0

EasyCTF 2017 - Write-ups

Information# Version# By Version Comment noraj 1.0 Creation CTF# Name : EasyCTF 2017 Website : easyctf.com Type : Online Format : Jeopardy CTF Time : link 5 - IRC - Miscellaneous# EasyCTF

0

Ruby cheat sheet with examples

Take it easy Ruby! Basic concepts# Hello World# 1puts "Hello World!" Comments# 123456# single line comment=begin Multi-lines comment=end Variables# 12my_var = 42My_constant_var = 31337 Sho