Code Monkey home page Code Monkey logo

webscanner's Introduction

webscanner

The webscanner module can search for various pieces of information about a given website, including IP addresses, reverse DNS results, and HTTP support.

This module was originally created as a final project for my introductory networking class in Fall 2020, but has since been adapted and updated for improved generalization and readibility. This repository also includes two scripts, scan.py and report.py, that respectively perform a full scan on a list of websites and produces a well-formatted text report for analysis. An example of these results can be seen in the example_results folder.

Usage

import webscanner

# Obtain IPv4 and IPv6 addresses for a website
ipv4 = webscanner.get_ipv4('google.com')
ipv6 = webscanner.get_ipv6('google.com')

# Obtain geographic location of websites IPv4 addresses
geo_locations = webscanner.get_geo_locations(ipv4, 'GeoLite2-City.mmdb')

# Run a full scan for all available information
scan_results = webscanner.full_scan('google.com', geo_file='GeoLite2-City.mmdb')

webscanner's People

Contributors

spencerfitch 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.