Skip to content

Instantly share code, notes, and snippets.

View reinhart1010's full-sized avatar

Reinhart Previano Koentjoro reinhart1010

View GitHub Profile

Standard package list for roothouse

FFmpeg (optional) and ImageMagick

ffmpeg imagemagick

Java

temurin-11-jdk

List of removed articles from BINUS Today

Here comes a list of removed articles from BINUS Today in response to the case of online gambling and explicit content spam over official BINUS University websites.

This log enlists some URLs which are true negatives (i.e. content intentionally deleted by the site author despite not being a spam) as well.

@reinhart1010
reinhart1010 / poc.js
Created April 14, 2023 09:31
Proof-of-Concept Pemalsuan QRIS
'use strict';
const { Qris, MerchantAccountInfo, AdditionalDataField, encode } = require('qris/mpm');
let mai = new MerchantAccountInfo()
mai.globallyUniqueIdentifier = "ID.CO.TELKOM.WWW"
mai.merchantPan = "936008980290034873"
mai.merchantId = "000195290034873"
mai.merchantCriteria = "UMI"
let mai51 = new MerchantAccountInfo()