Skip to content

Instantly share code, notes, and snippets.

@scumdestroy
Created April 5, 2022 07:01
Show Gist options
  • Save scumdestroy/50e373767aff1dceb47d8f214601aece to your computer and use it in GitHub Desktop.
Save scumdestroy/50e373767aff1dceb47d8f214601aece to your computer and use it in GitHub Desktop.
Osmedeus All Info Grabber - Bash script
#!/bin/sh
echo "\nTIME TO DROP OSBOMBS ON YOU, BOYEEEEEE\n»»————- ☠ ————-««\n""
echo "HERE COME DA ASSETS\n»»————- ☠ ————-««\n"
assets
cat "/root/.osmedeus/storages/$1/assets/*" | tee ~/opps/osmedeus-$1
echo "\n\n HTTP OK THEN \n»»————- ☠ ————-««\n"
cat "/root/.osmedeus/storages/$1/http/*" | tee -a ~/opps/osmedeus-$1
echo "\nYOU MY SUBDO-MAIN MANE, MANE\n»»————- ☠ ————-««\n""
cat "/root/.osmedeus/storages/$1/subdomain/*" | tee -a ~/opps/osmedeus-$1
echo "\n\nSTORAGES INCOMING\n»»————- ☠ ————-««\n"
cat "/root/.osmedeus/storages/$1/vuln/*" | tee -a ~/opps/osmedeus-$1
echo "\nTHAT ABOUT SUMMMMS IT UP\n»»————- ☠ ————-««\n"
cat "/root/.osmedeus/storages/$1/summary/*" | tee -a ~/opps/osmedeus-$1
echo "»»————- ☠ ————-««\n"
echo "THANKS FOR PLAYING!"
echo "»»————- ☠ ————-««\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment