sanjaysaini1952

49 mods across 1 repository, 2 stars between them.

autopilot-agent

01

sanjaysaini1952/BugBounty-Arsenal

Agent

Agent "autopilot-agent" from sanjaysaini1952/BugBounty-Arsenal, covering autopilot agent, pipeline flow, phase 1: scope check, phase 2: reconnaissance and subdomain enumeration (all sources).

2 1mo ago A 0 tokens original MIT

report-writer

04

sanjaysaini1952/BugBounty-Arsenal

Agent

Agent "report-writer" from sanjaysaini1952/BugBounty-Arsenal, covering report writer agent, instructions, report template, title and summary.

2 1mo ago A 0 tokens original MIT

ssrf-hunter

05

sanjaysaini1952/BugBounty-Arsenal

Agent

Agent "ssrf-hunter" from sanjaysaini1952/BugBounty-Arsenal, covering ssrf hunter agent, pre-test setup, testing methodology, step 1: basic internal access and test basic ssrf to localhost.

2 1mo ago C 0 tokens original MIT

sanjaysaini1952/BugBounty-Arsenal

Command

Command "exploitation-commands" from sanjaysaini1952/BugBounty-Arsenal, covering quick reference: exploitation commands, xss testing, sql injection testing, ssrf testing and using curl with various bypasses.

2 1mo ago A 0 tokens original MIT

recon-commands

09

sanjaysaini1952/BugBounty-Arsenal

Command

Command "recon-commands" from sanjaysaini1952/BugBounty-Arsenal, covering quick reference: recon commands, subdomain enumeration, dns resolution, http probing and port scanning.

2 1mo ago A 0 tokens original MIT

validation-commands

10

sanjaysaini1952/BugBounty-Arsenal

Command

Command "validation-commands" from sanjaysaini1952/BugBounty-Arsenal, covering quick reference: validation & reporting commands, reproduction verification, save request to file and replay, compare responses and impact verification.

2 1mo ago A 0 tokens original MIT

api

11

sanjaysaini1952/BugBounty-Arsenal

Skill Claude CodeCodex

Skill "api" from sanjaysaini1952/BugBounty-Arsenal, covering api security testing skill — 12 test cases, 160. mass assignment via json (easy), 161. mass assignment via query params (medium), 162. http method confusion (easy) and 163. api versioning bypass (medium).

2 1mo ago A 0 tokens original MIT

auth-bypass

12

sanjaysaini1952/BugBounty-Arsenal

Skill Claude CodeCodex

Request password reset for a test account. Inspect the reset token. If predictable (sequential, timestamp-based, weak hash), forge tokens for other accounts.

2 1mo ago A 0 tokens original MIT

business-logic

13

sanjaysaini1952/BugBounty-Arsenal

Skill Claude CodeCodex

Change price in request body, hidden fields, or API calls. Test: negative prices, zero prices, large discounts.

2 1mo ago A 0 tokens original MIT

cache

14

sanjaysaini1952/BugBounty-Arsenal

Skill Claude CodeCodex

Send X-Forwarded-Host: evil.com or X-Original-URL: /admin. If response is cached and served to other users, report.

2 1mo ago A 0 tokens original MIT

cloud

15

sanjaysaini1952/BugBounty-Arsenal

Skill Claude CodeCodex

Check for publicly accessible S3 buckets: curl https://bucket-name.s3.amazonaws.com/. Report open buckets.

2 1mo ago C 0 tokens original MIT

cors

17

sanjaysaini1952/BugBounty-Arsenal

Skill Claude CodeCodex

Send Origin: https://evil.com. If response includes Access-Control-Allow-Origin: https://evil.com with Access-Control-Allow-Credentials: true, report credential theft risk.

2 1mo ago A 0 tokens original MIT

crypto

18

sanjaysaini1952/BugBounty-Arsenal

Skill Claude CodeCodex

Check if app uses MD5 or SHA1 for password hashing or sensitive data. Report weak algorithm usage.

2 1mo ago A 0 tokens original MIT

csrf

19

sanjaysaini1952/BugBounty-Arsenal

Skill Claude CodeCodex

Create a form that auto-submits to /api/v1/user/email or /api/v1/user/password. Test if change succeeds when victim clicks the link.

2 1mo ago A 0 tokens original MIT

deserialization

20

sanjaysaini1952/BugBounty-Arsenal

Skill Claude CodeCodex

Send O:8:"stdClass":0:{} or crafted serialized string. If error mentions class not found, deserialization is occurring.

2 1mo ago A 0 tokens original MIT

dos

21

sanjaysaini1952/BugBounty-Arsenal

Skill Claude CodeCodex

Send crafted input that causes catastrophic backtracking: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa! to regex. Report if response time >5s.

2 1mo ago A 0 tokens original MIT

idor

24

sanjaysaini1952/BugBounty-Arsenal

Skill Claude CodeCodex

For every entity the app returns (orders, users, files, profiles), iterate IDs (/api/v1/2, /api/v1/3, ...). Report any accessible resources belonging to another user without authentication changes.

2 1mo ago A 0 tokens original MIT