Skip to content

Instantly share code, notes, and snippets.

View dumpsterfirevip's full-sized avatar
💭
Fuel is nice

(sum) Rando dumpsterfirevip

💭
Fuel is nice
  • Lagrange point 5
View GitHub Profile
@dumpsterfirevip
dumpsterfirevip / st8out.sh
Created February 18, 2020 07:43 — forked from dwisiswant0/st8out.sh
St8out - Extra one-liner for reconnaissance
#!/bin/bash
#####
#
# St8out - Extra one-liner for reconnaissance
#
# Usage: ./st8out.sh target.com
#
# Resources:
# - https://github.com/j3ssie/metabigor
@dumpsterfirevip
dumpsterfirevip / index_simple.html
Last active October 7, 2019 02:37 — forked from tiffany352/index.html
Twitter archive browser
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Twitter Archive rough draft Simple Index </title>
<script src="https://unpkg.com/react@16/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
<script src="https://unpkg.com/babel-standalone@6.15.0/babel.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>