Skip to content

Instantly share code, notes, and snippets.

@crypto-cypher
crypto-cypher / fortinet_victim_list_with_country_codes_2021.txt
Last active February 24, 2023 18:09
Fortinet Victim List - Sorted By Country #TrackThePlanet
This file has been truncated, but you can view the full file.
##### COURTESY
# @CuratedIntel
# https://curatedintel.org
##### BACKGROUND
# Initally shared on RAMP ransomware forum
# Last shared on Groove ransomware extortion website
# Publicized by Bleeping Computer, which led to this post being issued to help blue teamers
# https://www.bleepingcomputer.com/news/security/hackers-leak-passwords-for-500-000-fortinet-vpn-accounts/
@ctsrc
ctsrc / README.md
Last active April 16, 2024 05:37 — forked from niw/README.en.md
Guide: Run FreeBSD 13.1-RELEASE for ARM64 in QEMU on Apple Silicon Mac (MacBook Pro M1, etc) with HVF acceleration (Hypervisor.framework)
@joevt
joevt / ThunderboltUtil.sh
Last active April 7, 2024 09:31
A set of functions to examine and modify Thunderbolt DROMs
#! /bin/zsh
# ThunderboltUtil.sh v1.6
# by joevt Apr 2, 2024
#=========================================================================================
#
#
# Thunderbolt DROM Notes:
#
#
@riking
riking / beancount-export-patreon.js
Last active August 15, 2019 23:23
Beancount exporter for Patreon transactions.
(function() {
// Copyright 2018 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
@Jobarion
Jobarion / THX.java
Last active July 9, 2023 21:07
THX Deep Note Generator
/*
MIT License
Copyright (c) 2018 Jonas Balsfulland
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
@enricofoltran
enricofoltran / main.go
Last active April 1, 2024 00:17
A simple golang web server with basic logging, tracing, health check, graceful shutdown and zero dependencies
package main
import (
"context"
"flag"
"fmt"
"log"
"net/http"
"os"
"os/signal"
@k1r0s
k1r0s / my-selector.tsx
Last active October 6, 2022 21:52
Preact native <select> implementation with search feature
/**
* <MySelector
* options={exampleArr}
* printBy="name"
* selected={this.selectedOpt}
* onOptionSelected={(opt) =>
* this.mySelectorValueChange(opt)}
* />
*/
import { h, Component } from "preact";
@abraham
abraham / book.txt
Created June 3, 2017 22:06
Factorio 16 blue belt green circuit outpost
0eNq9vd2SHceRdfkqNFwTbSf+MjJ1N3Mx8wIzV21tbSBYTZUJBDAAqK9lbXr3qQIBsCierLP2Cum7abZAYruH5/H0SI/tO/7nxQ9vfrl7/+H+7af//OHdu7+8+NP//PYnH1/86d+f/M/Hf3f/+t3bX//44/1Pb1+9efyzT397f/fiTy/uP939/OL7F29f/fz4v16/+vDTu5f/69VP796++Pv3L+7f/nj33y/+VP7+/c2/+fHTq9d/eXn/9uPdh093H5785Yr+8t3dm5ev/3z38dOTv9nA37z77/cf7j5+fPnpw6u3H9+/+/Dp5Q93b56C9L//x/cv7t5+uv90f/drCD7/j7/959tffv7hwdE/lVtY3794/+7jw19/CMmDFw+QL9vxb+P7F397+P9K+7fxYOvH+w93r3/9Lz4v9x9MVGFiz0w0YWJmJrowsWUmhjAxMhObMNEzE1OYaJmJXZiomYlDmCiZiXIRNi6hDZHfNczvIhK8hgleRIbXMMOLSPEapngROV7DHC8iyWuYgUVkeQ1fJEWkeQ3TvIg8r2GeV5HnNczzKvK8pHVc5HkJ87yKPC9hnleR5yXM8yryvIR5XkWelzDPq8jzEuZ5FXlewjyvIs9LmOdN5HkJ87yJPA/TvIk0DzOwiSxPvwhEkoc53kSOhyneRIqH2dfMfj00YQp5aMLkd/gBKNI7zO6eZ3dqIU/uNEx5bofPuuepHf5ge57ZYdb1PLHDV0fP8zp8//U8rdOeS57VYZkYeVKH5XTkOZ1uCoZI6jCrR57V6RZt5Gmd7jRHntfphnnkiZ3u+0ee2enny8hTO/3SG3lupx96W57cz30T92sm1vrnDyny92uodQm1nKC2pbZpRSHvSzbOPB9L3Vjm+bbUjWU25lI3ltnYl7qxzMax1I1FNuZlqVPKbJSlji+zUZfWUZCNttTxZevoSx1fto6xZIOtY607ztYxl7rKbB1r3XFmY607jmK1X5bWwWyUpQ48itVelzrwzEZbWgeLVV9aB7Mxlk4
@sparr
sparr / read_entities.py
Created May 17, 2017 00:46
Factorio python lua data raw entities
#!/usr/bin/env python3
import os
import lupa
DATA_PATH = "/Users/crisher/Library/Application Support/Steam/steamapps/common/Factorio/factorio.app/Contents/data"
lua = lupa.LuaRuntime(unpack_returned_tuples=True)
def lua_run_file(file):
@RomkeVdMeulen
RomkeVdMeulen / pollers.ts
Last active April 10, 2017 11:24
Simple poller library built in TypeScipt
import {BackendService} from "./backend";
export class PollerService {
constructor(private backendService: BackendService) {
}
static readonly INTERVAL = {
SHORT: 1000,
STANDARD: 2000,