OPTIONS /Microsoft.Server-ActiveSync
Host: outlook.office365.com
Connection: Close
MS-ASProtocol: 14.0
Content-Length: 0
Authorization: Basic usermail:pass
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 shutil import ExecError | |
| import requests | |
| from bs4 import BeautifulSoup | |
| import os | |
| import wget | |
| from concurrent.futures import ThreadPoolExecutor | |
| import zipfile | |
| def wordpress_plugin(): | |
| urls = [] |
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
| 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 !! |
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
| Burp Suite > Proxy > Options > TLS Pass Through. | |
| Add these: | |
| *.google\.com | |
| .*.gstatic).com | |
| *.mozilla\.com | |
| .*\.googleapis\.com | |
| *.pkil.goog |
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
| #### unicodes - single quote | |
| %u0027 | |
| %u02b9 | |
| %u02bc | |
| %u02c8 | |
| %c0%27 | |
| %c0%a | |
| %e0%80%a7 |
- Postman workspace
- site:postman.com inurl:/workspace "example"
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
| gitlab-ci.yml | |
| gitlab-ci.yaml | |
| gitalaci.yml | |
| gitalaci.yml | |
| build.xml | |
| pom.xml | |
| sonar.yml | |
| sonar.yaml | |
| dev-config.yaml | |
| dev-hml.yaml |
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
| text/html | |
| text/plain | |
| text/css | |
| application/json | |
| application/javascript | |
| application/xml | |
| application/pdf | |
| image/jpeg | |
| audio/mpeg | |
| video/mp4 |
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 | |
| ## Author: incogbyte | |
| ## Usage: ./ffuf_script.sh input.txt | |
| extract_domain() { | |
| echo "$1" | awk -F/ '{print $3}' | |
| } |
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
| 1 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | |
| 16 | |
| 17 | |
| 18 |