Skip to content

Instantly share code, notes, and snippets.

View Incisive's full-sized avatar
⚒️
Hack the planet

Ryan Smith Incisive

⚒️
Hack the planet
View GitHub Profile
@Incisive
Incisive / scanio.sh
Created June 17, 2020 23:29 — forked from haccer/scanio.sh
PoC script to mass-locate vulnerable subdomains using results from Rapid7's Project Sonar
#!/bin/bash
# Usage : ./scanio.sh <save file>
# Example: ./scanio.sh cname_list.txt
# Premium
function ech() {
spinner=( "|" "/" "-" "\\" )
while true; do
for i in ${spinner[@]}; do
echo -ne "\r[$i] $1"
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

  • I am incisive on github.
  • I am incisiv3 (https://keybase.io/incisiv3) on keybase.
  • I have a public key ASBjCmTDhpLRWLm0Ytwp1I3IHFSJ6gp8_17JCAnIt04uYQo

To claim this, I am signing this object:

@Incisive
Incisive / background.js
Created January 8, 2016 14:57 — forked from danharper/background.js
Bare minimum Chrome extension to inject a JS file into the given page when you click on the browser action icon. The script then inserts a new div into the DOM.
// this is the background code...
// listen for our browerAction to be clicked
chrome.browserAction.onClicked.addListener(function (tab) {
// for the current tab, inject the "inject.js" file & execute it
chrome.tabs.executeScript(tab.ib, {
file: 'inject.js'
});
});
packages:
yum:
git: []
gcc: []
make: []
openssl-devel: []
commands:
00-add-home-variable:
command: sed -i 's/function error_exit/export HOME=\/root\n\nfunction error_exit/' /opt/elasticbeanstalk/hooks/appdeploy/pre/50npm.sh
container_commands: