Skip to content

Instantly share code, notes, and snippets.

View ppeixoto's full-sized avatar

Paulo Peixoto ppeixoto

  • Postgrain
  • Brasil
View GitHub Profile
@ppeixoto
ppeixoto / ubuntu18.04_php7.3_sqlsrv.sh
Created June 13, 2020 15:31 — forked from jgaydos/ubuntu18.04_php7.3_sqlsrv.sh
Ubuntu 18.04 + PHP7.3 + SQLSRV
#!/bin/bash
#ubuntu 18.04
#php7.3
# install php ppa
apt -y install software-properties-common
add-apt-repository ppa:ondrej/php -y
apt update
// start with:
// frida -U -l pinning.js -f [APP_ID] --no-pause
Java.perform(function () {
console.log('')
console.log('===')
console.log('* Injecting hooks into common certificate pinning methods *')
console.log('===')
var X509TrustManager = Java.use('javax.net.ssl.X509TrustManager');