Skip to content

Instantly share code, notes, and snippets.

View smokeme's full-sized avatar

Fawaz Adi smokeme

View GitHub Profile
# Import the Active Directory module
Import-Module ActiveDirectory
# Define variables
$group = "Domain Admins"
$delegatedUser = "svc_operator"
# Get the group object
$groupDN = (Get-ADGroup $group).DistinguishedName
@smokeme
smokeme / mixunpin.js
Created December 11, 2022 08:30 — forked from incogbyte/mixunpin.js
Frida script to bypass common methods of sslpining Android
console.log("[*] SSL Pinning Bypasses");
console.log(`[*] Your frida version: ${Frida.version}`);
console.log(`[*] Your script runtime: ${Script.runtime}`);
/**
* by incogbyte
* Common functions
* thx apkunpacker, NVISOsecurity, TheDauntless
* Remember that sslpinning can be custom, and sometimes u need to reversing using ghidra,IDA or something like that.
* !!! THIS SCRIPT IS NOT A SILVER BULLET !!
@smokeme
smokeme / How not to use a payment gateway.md
Created June 12, 2020 05:03
How not to use a payment gateway
<title>How not to use a payment gateway</title>