Giter Site home page Giter Site logo

devarakondapranav / blink Goto Github PK

View Code? Open in Web Editor NEW

This project forked from harleo/blink

0.0 0.0 0.0 19 KB

A simple single or bulk webpage screenshotting tool, often used for reconnaissance/archival (OSINT) purposes.

License: MIT License

Python 100.00%

blink's Introduction

Blink

Blink is a simple single or bulk webpage screenshotting tool, often used for reconnaissance/archival (OSINT) purposes.

Requirements

pipenv install

If you do not have pipenv installed, first install it with pip3 install pipenv.

Usage

Usage: blink.py [OPTIONS]

Options:
  -it, --input_type TEXT  type of the input (can be single/bulk followed by the url/textFile).  [required]
  -o, --output TEXT       name of the folder to save the screenshots to.
                          [default: screenshots]
  -ws, --windowsize TEXT  window size of the screenshot.  [default: 1200x600]
  -to, --timeout INTEGER  webpage request timeout in seconds.  [default: 10]
  -h, --help              Show this message and exit.

Example

python3 blink.py -it single acme.com -o example -ws 1920x1080 -to 5

[:] Creating example folder...
[:] Processing 1 URL(s)
[1/1] Opening acme.com
[:] Done processing example.txt

python3 blink.py -it bulk example.txt -o example -ws 1920x1080 -to 5

[:] Creating example folder...
[:] Processing 1 URL(s)
[1/1] Opening acme.com
[:] Done processing example.txt

Format

Text file format:

acme.com
google.com
yahoo.com

© 2018 Leonid Hartmann

blink's People

Contributors

caioceccon avatar devarakondapranav avatar harleo avatar heckerbirb avatar szarroug3 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.