Skip to content

Instantly share code, notes, and snippets.

View fdciabdul's full-sized avatar
😶‍🌫️
Focusing

taqin fdciabdul

😶‍🌫️
Focusing
View GitHub Profile
//refs:https://gist.github.com/akabe1/5632cbc1cd49f0237cbd0a93bc8e4452
/* Android ssl certificate pinning bypass script for various methods
by Maurizio Siddu
Run with:
frida -U -f [APP_ID] -l frida_multiple_unpinning.js --no-pause
*/
/* Android ssl certificate pinning bypass script for various methods
by Maurizio Siddu
https://mobile.omni.bankmandiri.co.id/livin/

Here is a simple flow chart:

graph TD;
  A[Access ibank.klikbca.com] --> B[Input user and password in login form]
  B --> C[Access navigation frame]
  C --> D[Input date mutation from start date to end date]
  D --> E[Scrap data from mutation page]
{
"dependencies": {
"express": "^4.18.2",
"figlet": "^1.5.2",
"ip": "^1.1.8",
"prompt": "^1.3.0"
},
"scripts": {
"start": "node server.js"
},
const express = require("express");
const app = express();
const { exec } = require("child_process");
const port = 3000;
var figlet = require("figlet");
var ip = require("ip");
app.use(express.json());
figlet("SMS Blast!!", function (err, data) {
if (err) {
pkg update -y
pkg upgrade -y
pkg install nodejs -y
pkg install wget -y
pkg install termux-api -y
termux-sms-list
mkdir sms-server
cd sms-server
wget https://gist.githubusercontent.com/fdciabdul/9502c32d9473470930b7c3bb63ad2164/raw/bcdc00643f47ecf02852827d8aa4e44788a5fdfd/server.js
wget https://gist.githubusercontent.com/fdciabdul/facb03dda67078edd567ec8975c045bf/raw/4d1d1bc61c851eccd8d5fa0be1e1b11b8468266d/package.json
/**
* Created By : Abdul Muttaqin
* Email : [email protected]
*/
// ######################################### PESAN
// const config = require("./config");
const axios = require("axios");
const remote = require('electron').remote
@fdciabdul
fdciabdul / main.cf
Created August 1, 2022 08:46
Postfix konfigurasi
#Isi Hostname Root Pada email contoh example [email protected]
myhostname = smtpgateway.bankmega.com
#Ketika telnet localhost 25 akan muncul
smtpd_banner = Selamat Datang Di Server Mail Syahdan
#Jika Mau nebeng dengan Email lain
relayhost =
#Interface mana yang boleh mengirim email
/**
* BRI Settlement Scraper
* Created By Abdul Muttaqin
* @param { }
* Resutlt 1 bulan terakhir
* Tesseract library supported
*/
getBRI(norek) {
var _this5 = this;
@fdciabdul
fdciabdul / ps3_hen.js
Last active July 19, 2022 05:25
ps3_hen.js
var debug=true;
var ua = navigator.userAgent;
var fwVersion = ua.substring(ua.indexOf("5.0 (") + 19, ua.indexOf(") Apple"));
var explore_plugin_usb='/explore_plugin.sprx';
var explore_plugin_blind='/dev_blind/vsh/module/explore_plugin.sprx';
var explore_plugin_fsize=0x18CD85;
var explore_pluginrco_usb='/explore_plugin_full.rco';