Skip to content

Instantly share code, notes, and snippets.

import frida
import sys
jscode ='''
Java.perform(function(){
var SnsUploadUI = Java.use('com.tencent.mm.plugin.sns.ui.SnsUploadUI');
var ai = SnsUploadUI.ai.overload("android.os.Bundle");
ai.implementation = function(bundle)
{
var ret = ai.call(this, bundle);
send("sns type = " + this.wUl.value);
@joeycold
joeycold / BotBuster.md
Created January 27, 2018 12:59 — forked from hsiboy/BotBuster.md
Bot-Buster™ - Tracks nefarious activity on website, and manages accordingly.

Bot-Buster™

Tracks nefarious activity on website, and manages accordingly.

It's probably a bot.

If the requesting entity:

  • declares its user-agent as being wget, curl, webcopier etc - it's probably a bot.
  • requests details -> details -> details -> details ad nauseum - it's probably a bot.
  • requests the html, but not .css, .js or site furniture - it's probably a bot.