bugbaba / ssTaker

Bash Script that takes Screenshot of a list of urls using cutycapt

Home Page:https://bugbaba.blogspot.com/2018/01/sstaker-bash-script-to-take-screenshot.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ssTaker

A simple bash Script that takes a file with domains as input.

tries to capture screenshot of it using cutycapt and then generate a simple html report file.

I wrote this as EyeWitness doesn't work on parrot os And I am not a kali fan

Usage :

             .--.         .--.
                 \       /
          |\      `\___/'       /|
           \\    .-'@ @`-.     //
           ||  .'_________`.  ||
            \\.'^    Y    ^`.//
            .'       |       `.
           :         |         :
          :          |          :
          :          |          :
          :     _    |    _     :
          :.   (_)   |   (_)    :
        __::.        |          :__
       /.--::.       |         :--.\
    __//'   `::.     |       .'   `\\___
   `--'     //`::.   |     .'\\     `--'
            ||  `-.__|__.-'   ||
            ||                ||
            //                \\
           |/                  \|
         ssTaker By @nomanAli181


Usage: ./ssTaker.sh [options]

./ssTaker.sh file.txt                    -> Screenshot of domains in file.txt
./ssTaker.sh -f file.txt                -> Screenshot of domains in file.txt
./ssTaker.sh -h                          -> Print this help message
./ssTaker.sh -f file.txt -p 80,443       -> Screenshot of domains in file.txt on specified ports

The urls list file should be without protocol, thanks Sahil for pointing this out.

>> cat urls
example.com
yahoo.com

update

Added -f file and -p ports flags as requested by Streaak you can check the Sample Report

Do let me know if you have any ideas for this, also do check v2 branch of this repository :)

You can reach me via Twitter

About

Bash Script that takes Screenshot of a list of urls using cutycapt

https://bugbaba.blogspot.com/2018/01/sstaker-bash-script-to-take-screenshot.html

License:GNU General Public License v3.0


Languages

Language:Shell 50.2%Language:HTML 49.8%