Giter Club home page Giter Club logo

masscan-screenshot's Introduction

masscan-screenshot

Utility to make screenshots out of masscan json output.

I made this in a couple hours and have no intention to mantain or update it

This project is designed to facilitate the visualization of data from Masscan JSON output. By parsing the JSON output generated by Masscan, this tool generates an HTML page containing screenshots of open HTML websites found during the scan.

How it Works

  • Scan with Masscan: First, conduct a scan using Masscan to identify open ports on target IP addresses. Ensure you output the results in JSON format.
  • Parse JSON Output: Use the provided script to parse the JSON output generated by Masscan. This script extracts relevant data, including open HTML websites.
  • Generate HTML Page: Once the JSON data is parsed, the tool creates an HTML page containing screenshots of the open HTML websites discovered during the scan.
  • View Results: Open the generated HTML page in a web browser to visualize the identified websites along with their respective screenshots.

This project relies wkhtmltopdf

On linux systems (debian - ubuntu)
sudo apt-get install wkhtmltopdf

On windows downlod and add to path.
https://wkhtmltopdf.org/downloads.html

Usage example

masscan 10.0.0.0/8 -p80 -oJ masscan_output.json
masscreen.py masscan_output.json

masscan-screenshot's People

Contributors

martinocimarosti avatar

Watchers

 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.