Requirements:
- YouTube-Agent.Bundle
- Absolute Series Scanner
- Youtube-DL
- Channel ID or Playlist ID of Channel
- YouTube Data API Key (free)
| # -*- coding: utf-8 -*- | |
| # Generated by the protocol buffer compiler. DO NOT EDIT! | |
| # NO CHECKED-IN PROTOBUF GENCODE | |
| # source: BSSIDApple.proto | |
| # Protobuf Python Version: 5.27.0 | |
| """Generated protocol buffer code.""" | |
| from google.protobuf import descriptor as _descriptor | |
| from google.protobuf import descriptor_pool as _descriptor_pool | |
| from google.protobuf import runtime_version as _runtime_version | |
| from google.protobuf import symbol_database as _symbol_database |
Requirements:
| # Basic Usage | |
| ffuf -w wordlist.txt -u http://127.0.0.1:8000/api/FUZZ/6 -o output.txt -replay-proxy http://127.0.0.1:8080 | |
| # Basic Usage With a Cookie | |
| ffuf -w wordlist.txt -u http://127.0.0.1:8000/api/FUZZ/6 -o output.txt -replay-proxy http://127.0.0.1:8080 -b "laravel_session=eyJpdiI6Ii8wQU11dTVlUkg2alRHUXBIVzlGSnc9PSIsInZhbHVlIjoiOWs3YllJWTdqNC9xa1pMeFRvMFh0OE1vRFpaWm9GSzFkRktVZS9yUHBDM0lIazZ4K0NsbndxWVIxQ05VZWhqZUZaR0RGQWlFdmdDc24yWllYRklGSXI5STd2b05Pam4yRXIwV1BUWkZhUnFLNUFzOWsycmRHcnlxS0FqRWNsSnEiLCJtYWMiOiI3ZTliMmM2YzIxOTExNDE0NmVjYTYyMGI4Nzg4YzJiYjNmNjVkNDI1YzEyODYwMzY5YzczNzY3NTUwZDk0OGYzIn0%3D;" | |
| # Adding a delay | |
| ffuf -w wordlist.txt -u http://127.0.0.1:8000/api/FUZZ/6 -o output.txt -replay-proxy http://127.0.0.1:8080 –p 1 –t 3 | |
| # Adding a delay (new method) |
cmd@fb:/tmp|❯ wc -l 33m-subdomain-wordlist.txt
33927885 33m-subdomain-wordlist.txt| #!/usr/bin/env bash | |
| SCHEMA=public | |
| DB=certwatch | |
| HOST=crt.sh | |
| PORT=5432 | |
| USER='guest --no-password' | |
| DIR=$(pwd) | |
| mkdir -p $DIR |
| #!/usr/bin/env python | |
| """lexconvert v0.264 - convert phonemes between different speech synthesizers etc | |
| (c) 2007-17 Silas S. Brown. License: GPL""" | |
| # Run without arguments for usage information | |
| # This program is free software; you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation; either version 3 of the License, or |
staticOverlayCommand = '-f image2 -i /home/pi/runmyrobot/images/hud.png -filter_complex "[0:v]format=argb,geq=r=\'r(X,Y)\':g=\'g(X,Y)\':b=\'b(X,Y)\':a=\'0.7*alpha(X,Y)\'[overlay]; [1:v][overlay]overlay"'
| // 2016 MIT licence. Nick Malcolm. | |
| // Based on https://gist.github.com/stevebowman/7cff9dd80b227c899728 | |
| // Makes a call using Twilio's API. | |
| // Expects the following Lambda environment variables: | |
| // TWILIO_ACCOUNT_SID - your account ID | |
| // TWILIO_AUTH_TOKEN - an auth token generated in the Twilio console e.g. ABCD1234 | |
| // TWILIO_FROM_NUMBER - the number you've purchased to make calls from e.g. +14243700000 | |
| // We'll call this number |
| #Analyst 1 | |
| location /E0922BB0-684B-4ED3-967E-85D08880CFD5/ { | |
| proxy_redirect off; | |
| #Empire | |
| location /E0922BB0-684B-4ED3-967E-85D08880CFD5/e/ { | |
| proxy_pass https://205.232.71.92:443; | |
| } | |
| #Metasploit | |
| location /E0922BB0-684B-4ED3-967E-85D08880CFD5/m/ { | |
| #Metasploit exploit/multi/script/web_delivery |
| #!/usr/bin/env python3 | |
| ''' | |
| Author: Yotam Gingold <yotam (strudel) yotamgingold.com> | |
| License: Public Domain [CC0](http://creativecommons.org/publicdomain/zero/1.0/) | |
| Description: Creates the simplest possible static HTML image gallery for a set of images. Just the images with CSS max-width, max-height, and padding. Thumbnails optional. | |
| URL: https://gist.github.com/yig/1bab9c01806625237f1656e44667dd9a/ | |
| ''' | |
| from __future__ import division, print_function |