Skip to content

Instantly share code, notes, and snippets.

View MikeRalphson's full-sized avatar
💭
I may be slow to respond.

Mike Ralphson MikeRalphson

💭
I may be slow to respond.
View GitHub Profile
@doitian
doitian / registries.conf
Last active June 29, 2024 14:20
[Configure Docker Hub mirror in /etc/containers/registries.conf] #docker #podman #proxy
unqualified-search-registries = ['docker.io']
[[registry]]
prefix = "docker.io"
location = "docker.io"
[[registry.mirror]]
prefix = "docker.io"
# This will set the docker registry mirror of a chinese university.
# DON'T use it unless you have a network connection issue and you trust the mirror provider.
@yassineaboukir
yassineaboukir / List of API endpoints & objects
Last active July 26, 2024 21:28
A list of 3203 common API endpoints and objects designed for fuzzing.
0
00
01
02
03
1
1.0
10
100
1000
@shazron
shazron / delete_all_greenkeeper_branches.sh
Last active April 8, 2021 13:44
Delete all Greenkeeper branches
#!/bin/bash
# Description:
# Delete all `greenkeeper/*` branches of your remote.
# Instructions:
# Run the script with the `--help` flag.
ORIGIN=origin
DRY_RUN=0
THIS=`basename "$0"`
@handrews
handrews / oas3-draft-08-schema.yaml
Last active June 12, 2019 07:36
OAS 3.0 JSON Schema from PR #1270 rewritten with JSON Schema draft-08 proposals
$id: 'https://openapis.org/schemas/oas/3.0'
$schema: 'http://json-schema.org/draft-08-work-in-progress/schema#'
type: object
required:
- openapi
- info
- paths
allOf:
- $ref: '#/$defs/Mixins/$defs/Extensible'
@EdOverflow
EdOverflow / github_bugbountyhunting.md
Last active June 23, 2024 20:29
My tips for finding security issues in GitHub projects.

GitHub for Bug Bounty Hunters

GitHub repositories can disclose all sorts of potentially valuable information for bug bounty hunters. The targets do not always have to be open source for there to be issues. Organization members and their open source projects can sometimes accidentally expose information that could be used against the target company. in this article I will give you a brief overview that should help you get started targeting GitHub repositories for vulnerabilities and for general recon.

Mass Cloning

You can just do your research on github.com, but I would suggest cloning all the target's repositories so that you can run your tests locally. I would highly recommend @mazen160's GitHubCloner. Just run the script and you should be good to go.

$ python githubcloner.py --org organization -o /tmp/output
@piersstorey
piersstorey / emoji_messenger.py
Created May 14, 2017 10:04
Emoji Messenger
# A micro:bit Emoji messenger.
# By Piers & Ethan. Released to the public domain.
import radio
from microbit import display, Image, button_a, button_b
image_list = [
Image.HAPPY,
Image.SAD,
Image.CONFUSED,
Image.ASLEEP,
@pieterb
pieterb / hal+json.yaml
Last active April 5, 2018 10:05
hal+json schema for swagger 2.0
$schema: "http://json-schema.org/draft-04/schema#"
title: "HAL Schema"
description: |
JSON Hypertext Application Language Version 8 Internet-Draft,
according to https://tools.ietf.org/html/draft-kelly-json-hal-08",
definitions:
HRef:
description: |
Its value is either a URI [RFC3986] or a URI Template [RFC6570]. If
the value is a URI Template then the Link Object SHOULD have a
@CannonballSkippy
CannonballSkippy / Convert audio to video with ffmpeg - examples.md
Created April 1, 2017 10:48
A list of examples on how you can use filters to make visual representations of audio using ffmpeg

Convert audio to video with ffmpeg - examples

ffmpeg -i input.mp3 -filter_complex "[0:a]avectorscope=s=1920x1080,format=yuv420p[v]" -map "[v]" -map 0:a avectorscope.mp4
ffmpeg -i input.mp3 -filter_complex "[0:a]showcqt=s=1920x1080,format=yuv420p[v]" -map "[v]" -map 0:a showcqt.mp4
ffmpeg -i input.mp3 -filter_complex "[0:a]ahistogram=s=1920x1080,format=yuv420p[v]" -map "[v]" -map 0:a ahistogram.mp4
@Ifiht
Ifiht / hosts.txt
Created December 14, 2016 16:04
Full telehack hosts list
host organization location
---- ------------ --------
3comvax 3Com Corporation Santa Clara, CA
a3bee2 Compusoft Wallingford, CT
aaachoo AAA National Head Quarters - NTS/OTI Virginia
aaahq01 American Automobile Association, Hea Heathrow, Florida
aablue AA Blueprint Co., Inc. Ohio
aai Amerinex Artificial Intelligence Amherst, MA
aaisd Advantest America Inc., Software Div Santa Clara, CA
aardvark Steve's Unix System, Portland Portland, Oregon
{
"_embedded": {
"promotions": [{
"type": "url",
"contentfulName": "15 minute container",
"position": "primary",
"title": "Mark's First URL Promo",
"subtitle": "It's the first one I tell ya",
"_links": {