Created
April 5, 2022 07:01
-
-
Save scumdestroy/50e373767aff1dceb47d8f214601aece to your computer and use it in GitHub Desktop.
Osmedeus All Info Grabber - Bash script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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