🌐
GitHub
github.com › topics › json-payload
json-payload · GitHub Topics · GitHub
A command line application that reads code as a json payload from stdin, compiles and runs the code, and writes the result as json to stdout.
🌐
GitHub
github.com › swisskyrepo › PayloadsAllTheThings
GitHub - swisskyrepo/PayloadsAllTheThings: A list of useful payloads and bypass for Web Application Security and Pentest/CTF · GitHub
README.md - vulnerability description ... several payloads · Intruder - a set of files to give to Burp Intruder ... You want more? Check the Books and YouTube channel selections. ... This project is proudly sponsored by these companies. ... SerpApi is a real time API to access Google search results. It solves the issues of having to rent proxies, solving captchas, and JSON ...
Starred by 76.1K users
Forked by 16.8K users
Languages   Python 76.3% | ASP.NET 8.7% | XSLT 5.9% | Classic ASP 3.2% | PHP 3.1% | Ruby 1.2%
🌐
GitHub
gist.github.com › 4056673
payload.json · GitHub
Save camshaft/4056673 to your computer and use it in GitHub Desktop. Download ZIP · Raw · payload.json · This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
🌐
GitHub
github.com › juliaaano › payload
GitHub - juliaaano/payload: Easy conversion of HTTP payloads (e.g. JSON, XML) for Java.
Easy conversion of HTTP payloads (e.g. JSON, XML) for Java. - juliaaano/payload
Author   juliaaano
🌐
GitHub
github.com › faiyazahmad07 › xss_vibes › blob › main › payloads.json
xss_vibes/payloads.json at main · faiyazahmad07/xss_vibes
A modern tool written in Python that automates your xss findings. - xss_vibes/payloads.json at main · faiyazahmad07/xss_vibes
Author   faiyazahmad07
🌐
GitHub
github.com › travis-ci › job › blob › master › example-payload.json
job/example-payload.json at master · travis-ci/job
Contribute to travis-ci/job development by creating an account on GitHub.
Author   travis-ci
🌐
GitHub
gist.github.com › AnthonyGiretti › 2db103568a14729c086b0e2986ef1a3b
Example of json request body payload · GitHub
Example of json request body payload. GitHub Gist: instantly share code, notes, and snippets.
🌐
GitHub
github.com › swisskyrepo › PayloadsAllTheThings › blob › master › JSON Web Token › README.md
PayloadsAllTheThings/JSON Web Token/README.md at master · swisskyrepo/PayloadsAllTheThings
A list of useful payloads and bypass for Web Application Security and Pentest/CTF - PayloadsAllTheThings/JSON Web Token/README.md at master · swisskyrepo/PayloadsAllTheThings
Author   swisskyrepo
🌐
GitHub
github.com › middlewares › payload
GitHub - middlewares/payload: PSR-15 middleware to parse the body of the request with support for json, csv and url-encode
PSR-15 middleware to parse the body of the request with support for json, csv and url-encode - middlewares/payload
Starred by 32 users
Forked by 5 users
Languages   PHP 100.0% | PHP 100.0%
Find elsewhere
🌐
Genieframework
genieframework.github.io › Genie.jl › dev › tutorials › 7--Using_JSON_Payloads.html
Using JSON payloads · Genie - The Highly Productive Julia Web Framework
A very common design pattern, especially when developing REST APIs, is to accept JSON payloads sent as application/json data over POST requests. Genie efficiently handles this use case through the utility function Requests.jsonpayload. Under the cover, Genie will process the POST request and ...
🌐
GitHub
docs.github.com › en › webhooks › webhook-events-and-payloads
Webhook events and payloads - GitHub Docs
Following is an example of a webhook POST request that uses the JSON format. > POST /payload HTTP/1.1 > X-GitHub-Delivery: 72d3162e-cc78-11e3-81ab-4c9367dc0958 > X-Hub-Signature: sha1=7d38cdd689735b008b3c702edd92eea23791c5f6 > X-Hub-Signature-256: sha256=d57c68ca6f92289e6987922ff26938930f6e66a2d161ef06abdf1859230aa23c > User-Agent: GitHub-Hookshot/044aadd > Content-Type: application/json > Content-Length: 6615 > X-GitHub-Event: issues > X-GitHub-Hook-ID: 292430182 > X-GitHub-Hook-Installation-Target-ID: 79929171 > X-GitHub-Hook-Installation-Target-Type: repository > { > "action": "opened", > "issue": { > "url": "https://api.github.com/repos/octocat/Hello-World/issues/1347", > "number": 1347, > ...
🌐
GitHub
gist.github.com › marcoslhc › ec581f1a5ccdd80f8b33
Sample payloads · GitHub
Working "pull_request" payload.json · This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters ·
🌐
GitHub
github.com › artilleryio › artillery › discussions › 1905
How to pass the JSON payload as an Input of API testing · artilleryio/artillery · Discussion #1905
apdex: threshold: 100 ensure: thresholds: - http.response_time.p99: 100 - http.response_time.p95: 75 payload: path: "fake_data_cart.csv" fields: - "cartId" - "goodsId" - "createCartDtoCount" - "userId" - "userRoles" - "userGrade" - "updateCount" ... post: url: "/cart/add/{{ goodsId }}" json: - createCartDto: json: - ctCount: "{{ createCartDtoCtCount }}"
Author   artilleryio
🌐
GitHub
github.com › pingdotgg › sample_hooks
GitHub - pingdotgg/sample_hooks: Sample webhook payloads for various services. · GitHub
For example, the github_pr_opened.json file contains a sample payload for the webhook that is triggered when a pull request is opened on GitHub.
Starred by 18 users
Forked by 3 users
🌐
DeepWiki
deepwiki.com › hub4j › github-api › 6.1-event-payloads
Event Payloads | hub4j/github-api | DeepWiki
January 14, 2026 - The library deserializes JSON into the appropriate payload class and executes late binding to establish object relationships. ... Sources: src/test/java/org/kohsuke/github/GHEventPayloadTest.java52-97 src/test/java/org/kohsuke/github/GHEventPayloadTest.java134-154
🌐
GitHub
github.com › harsh-bothra › learn365 › blob › main › days › day9.md
JSON Attacks
4. XXE - By changing the content-type to XML, it might be possible to perform XXE if the application doesn't sanitize and validate user supplied Input. # Steps: 1. Capture a Request with JSON Body 2. Change content type to application/xml and insert a XML payload 3.
Author   harsh-bothra