- Postman workspace
- site:postman.com inurl:/workspace "example"
| #!/bin/bash | |
| ## Author: incogbyte | |
| ## Usage: ./ffuf_script.sh input.txt | |
| extract_domain() { | |
| echo "$1" | awk -F/ '{print $3}' | |
| } |
| text/html | |
| text/plain | |
| text/css | |
| application/json | |
| application/javascript | |
| application/xml | |
| application/pdf | |
| image/jpeg | |
| audio/mpeg | |
| video/mp4 |
| gitlab-ci.yml | |
| gitlab-ci.yaml | |
| gitalaci.yml | |
| gitalaci.yml | |
| build.xml | |
| pom.xml | |
| sonar.yml | |
| sonar.yaml | |
| dev-config.yaml | |
| dev-hml.yaml |
| #### unicodes - single quote | |
| %u0027 | |
| %u02b9 | |
| %u02bc | |
| %u02c8 | |
| %c0%27 | |
| %c0%a | |
| %e0%80%a7 |
| Burp Suite > Proxy > Options > TLS Pass Through. | |
| Add these: | |
| *.google\.com | |
| .*.gstatic).com | |
| *.mozilla\.com | |
| .*\.googleapis\.com | |
| *.pkil.goog |
OPTIONS /Microsoft.Server-ActiveSync
Host: outlook.office365.com
Connection: Close
MS-ASProtocol: 14.0
Content-Length: 0
Authorization: Basic usermail:pass| console.log("[*] SSL Pinning Bypasses"); | |
| console.log(`[*] Your frida version: ${Frida.version}`); | |
| console.log(`[*] Your script runtime: ${Script.runtime}`); | |
| /** | |
| * by incogbyte | |
| * Common functions | |
| * thx apkunpacker, NVISOsecurity, TheDauntless | |
| * Remember that sslpinning can be custom, and sometimes u need to reversing using ghidra,IDA or something like that. | |
| * !!! THIS SCRIPT IS NOT A SILVER BULLET !! |
| from shutil import ExecError | |
| import requests | |
| from bs4 import BeautifulSoup | |
| import os | |
| import wget | |
| from concurrent.futures import ThreadPoolExecutor | |
| import zipfile | |
| def wordpress_plugin(): | |
| urls = [] |