Fingerprint ID: 8bi4a6hka
Response Stats:
HTTP 1.1
Status Code: 400
Response Headers:
{
Fingerprint ID: 8bi4a6hka
Response Stats:
HTTP 1.1
Status Code: 400
Response Headers:
{
I hereby claim:
To claim this, I am signing this object:
Fingerprint ID: 56ybn44ml
Response Stats:
HTTP 1.1
Status code: 503
Response Headers:
{
'Content-Length': '14889',
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # | |
| # Written by: 0xInfection | |
| # Context: https://twitter.com/har1sec/status/1183987309445820416 | |
| # Problem: https://gist.github.com/harisec/bff0ac7ad2e90da7e82297d945c63ef1 | |
| import optparse, sys | |
| from urllib.parse import urlparse |
| # Do reverse ip lookup via the yougetsignal.com API (illegally). | |
| # No license, do whatever you want to do with this script. | |
| import io | |
| import json | |
| import time | |
| import requests | |
| def request(webs: str): | |
| url = "https://domains.yougetsignal.com/domains.php" |
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| def linSearch(arr, x): | |
| for i in range(0, len(arr)): | |
| if arr[i] == x: | |
| print() | |
| return "Element found!" | |
| def binSearch(arr, x, upper, lower=0): |
| #!KAMAILIO | |
| # | |
| # Kamailio (OpenSER) SIP Server v5.1 - default configuration script | |
| # - web: https://www.kamailio.org | |
| # - git: https://github.com/kamailio/kamailio | |
| # | |
| # Direct your questions about this file to: <sr-users@lists.kamailio.org> | |
| # | |
| # Refer to the Core CookBook at https://www.kamailio.org/wiki/ | |
| # for an explanation of possible statements, functions and parameters. |
| jd = { | |
| "left": { | |
| "left": { | |
| "type": "Literal", | |
| "value": "a" | |
| }, | |
| "right": { | |
| "type": "Literal", | |
| "value": "b" | |
| } |
| name: My Custom Automation Setup | |
| on: | |
| # Triggers the workflow when you push a commit to master branch | |
| push: | |
| branches: [ master ] | |
| # Allows you to run this workflow manually from the Actions tab | |
| workflow_dispatch: | |
| jobs: |
| -----BEGIN PGP PUBLIC KEY BLOCK----- | |
| mQGNBGEOixEBDACtAlQbrIotG59Ako+8+ZSwr1iqpReGGSY/kueXlB4cyyNzVdPw | |
| V7Tfub8rjqHjUDmz5T4xPlGPID/D5F5l3QIsfMIHiqszq4DgL46wFefH92uJRb0w | |
| 8vhHMgaf1XiXxghR3i/ZNj5TxzsF5BwkgkbyA2lypbh/ks7/F/fLOIT93aGUOs65 | |
| szIXnMd+xhUtzaU3WIlk84agxSnzN9vim3FIETUaF0+2/Hc3D0IyM1+dDXYAYW// | |
| E3K3JKnp0KvrKdOz8q6M0LI5niemBK7xPQqnxJ1jIGoCAEjSAYv8QiJlFeWdLlf9 | |
| JVjmGTN2eXISq8uYMkcFy8orhPjfIWewgiIkMk4SYoS4sgC+PE+rf8GSwfbYe+lc | |
| iVsCeJKuKB9ybAdgp6wW6ZG7NNG4E1t9/B7+/3/9Lu9yWCi7Lp/DvGRvXwa0UtoL | |
| Q/0DAItNm+TpjNBrpCn+Ea2PoY1lUa7DosMx0gKnRyOYigOKPxwcPiK9U+ZcO0q6 |