Skip to content

Instantly share code, notes, and snippets.

View seanlowjk's full-sized avatar
🏠
Working from home

Low Jun Kai, Sean seanlowjk

🏠
Working from home
View GitHub Profile
@seanlowjk
seanlowjk / ctf-fetusrop.md
Last active September 11, 2021 09:33
NUS Greyhats Welcome CTF 2021 - fetusrop challenge

NUS Greyhats Welcome CTF 2021 - fetusrop

  • Category: Pwn (ROP)

  • Team Name: WashYourMouth

  • Team Members:

    • Chua Jia Cheng, Jon
    • Yeo Yik Hwee Ernest
/* Information not to be provided */
const token = process.env.TOKEN;
const data = process.env.DATABASE;
const password = process.env.PASSWORD;
const moduleFile = process.env.EXAMINATIONS;
/* Packages */
const mysql = require("mysql");
const Bot = require('node-telegram-bot-api');
const schedule = require("node-schedule");