abisheikM1

16 mods across 1 repository, 43 stars between them.

Tribunal CLAUDE.md

01

abisheikM1/Tribunal

Instructions file

Claude Code instructions for abisheikM1/Tribunal, covering claude.md — tribunal (android app pentest pipeline), the workflow, non-negotiable rules, architecture and layout.

43 1mo ago A 2,264 tokens

api-pivot

02

abisheikM1/Tribunal

Skill Claude CodeCodex

The app is a doorway to the API — where the biggest bounties live. Fires on server-side signals discovered through the app: API endpoints/hosts in secrets.json (httpendpoint, firebasedb, s3bucket, gcsbucket categories), Authorization/Bearer headers, GraphQL endpoints, JWTs, object IDs (id/uuid/filename) in requests…

43 1mo ago C 302 tokens

apk-recon

03

abisheikM1/Tribunal

Skill Claude CodeCodex

First-pass recon net for an Android APK — hunt secrets, insecure storage, weak crypto, broken TLS, and risky configuration in one broad sweep. Fires on manifest signals (android:debuggable="true", android:allowBackup="true", android:usesCleartextTraffic="true", a networkSecurityConfig that trusts user CAs or permits…

43 1mo ago A 319 tokens

codeexec-audit

04

abisheikM1/Tribunal

Skill Claude CodeCodex

Test Android client-side code-execution and dangerous-sink vulnerabilities for bug bounty — untrusted data reaching a code-loading, deserialization, reflection, native-load, or file-race sink. Fires on source signals (DexClassLoader / PathClassLoader / InMemoryDexClassLoader, System.load / System.loadLibrary from an…

43 1mo ago A 283 tokens

deeplink-audit

05

abisheikM1/Tribunal

Skill Claude CodeCodex

Test Android deep links & URL handling for bug bounty — custom URL schemes, Android App Links, and OAuth/magic-link redirects that a browser or another app can drive one-click. Fires on manifest signals (an with category BROWSABLE, android:scheme=, android:host/pathPrefix/pathPattern, android:autoVerify="true", a…

43 1mo ago A 274 tokens

deps-audit

06

abisheikM1/Tribunal

Skill Claude CodeCodex

Audit an Android app's bundled third-party dependencies / SDKs for known-vulnerable, malicious, or PII-leaking libraries (bug bounty, catalog Sec.10 + the Sec.13 tracker/PII row). Fires on bundled-artifact signals (lib/ /.so native libraries, third-party smali package roots like com/google/…

43 1mo ago A 313 tokens

exported-components

07

abisheikM1/Tribunal

Skill Claude CodeCodex

Test exported/unguarded Android IPC components for bug bounty — exported Activities, Services, Broadcast Receivers, and Content Providers reachable by any app. Fires on manifest signals (android:exported="true", an with no exported attr, missing/normal android:permission, exported provider with authorities…

43 1mo ago A 252 tokens

abisheikM1/Tribunal

Skill Claude CodeCodex

Test implicit-intent and broadcast leaks for Android bug bounty — sensitive data sent to any app via unprotected/implicit Intents, interceptable broadcasts, and hijackable PendingIntents. Fires on source signals (sendBroadcast/sendOrderedBroadcast with no setPackage()/permission, sendStickyBroadcast, new…

43 1mo ago A 239 tokens

local-auth-audit

09

abisheikM1/Tribunal

Skill Claude CodeCodex

Test client-side / on-device authentication that can be bypassed locally for bug bounty — biometric/fingerprint prompts, app-lock PINs, and device-recoverable session tokens (catalog §4). Fires on static signals (BiometricPrompt or FingerprintManager used WITHOUT a CryptoObject, authenticate() called with no crypto…

43 1mo ago A 298 tokens

native-audit

10

abisheikM1/Tribunal

Skill Claude CodeCodex

Audit bundled Android native libraries and the JNI boundary for bug bounty — memory corruption (buffer overflow / use-after-free), RCE/ACE via native or JNI flaws, and unvalidated data crossing Java native. Fires on signals: a bundled lib/ /.so (arm64-v8a, armeabi-v7a, x8664), System.loadLibrary / System.load, native…

43 1mo ago A 285 tokens

webview-audit

11

abisheikM1/Tribunal

Skill Claude CodeCodex

Test Android WebView vulnerabilities for bug bounty — the surface where XSS, local file theft, SSRF, and even RCE converge. Fires on source signals (addJavascriptInterface, @JavascriptInterface, setJavaScriptEnabled(true), setAllowFileAccess, setAllowUniversalAccessFromFileURLs, setAllowFileAccessFromFileURLs…

43 1mo ago B 276 tokens

api-vuln-test

12

abisheikM1/Tribunal

Skill Claude CodeCodex

Test the app's backend API surface once traffic flows through Burp — where the biggest mobile bounties live. Enumerates endpoints from threatmodel.json (static) + Burp history (dynamic), then tests for IDOR/BOLA, broken auth/session, broken access control (BFLA), injection, and business-logic flaws by reasoning over…

43 1mo ago A 178 tokens

courtroom-verdict

13

abisheikM1/Tribunal

Skill Claude CodeCodex

Put every status:"confirmed" finding (client-side, from dynamic-verify, or server-side, from api-vuln-test) on trial before it becomes a written report. A prosecution subagent argues it's real and exploitable (reading the evidence itself), a defense subagent reads that argument plus the same evidence and argues the…

43 1mo ago A 208 tokens

abisheikM1/Tribunal

Skill Claude CodeCodex

Decompile an Android APK, then have a main agent fan out subagents to autonomously build a threat model and find candidate vulnerabilities — no deterministic sink-grep in the loop. THE first step of an app pentest. Fires on: "decompile this APK", "reverse this app", "look inside the apk", "what's the attack surface"…

43 1mo ago A 239 tokens

dynamic-verify

15

abisheikM1/Tribunal

Skill Claude CodeCodex

Verify a decompile-threat-review report against the running app on YOUR Android emulator. Installs + launches the APK, wires the emulator through Burp (proxy + CA), and gets traffic flowing — including defeating SSL pinning: try generic Objection/Frida unpinning first, and if that fails, read the pinning…

43 1mo ago A 187 tokens

pentest-runbook

16

abisheikM1/Tribunal

Skill Claude CodeCodex

End-to-end, fully autonomous Android app pentest runbook: drive decompile-threat-review -> dynamic-verify -> api-vuln-test -> courtroom-verdict for one APK, back-to-back with no manual gate in between, passing structured JSON through targets/ /. Fires on: "pentest this app", "start the engagement", "go end to end"…

43 1mo ago A 134 tokens