Skip to content

bugbaba/ssTaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published