-
Category: Pwn (ROP)
-
Team Name: WashYourMouth
-
Team Members:
- Chua Jia Cheng, Jon
- Yeo Yik Hwee Ernest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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"); |