Code Monkey home page Code Monkey logo

search-urlscanio's Introduction

search-URLScanio

  • Use PowerShell to submit an array of URLS to urlscan.io.
  • Parse and display some of the results once the scan is complete.
  • API documentation: https://urlscan.io/about-api/

To use this module

  • Import the module
PS C:\temp> Import-Module .\search-URLScanio.psm1
  • Change parameters on line 15

    • Create an account on https://urlscan.io/user/signup
    • Sign in and add / show an API key
    • Enter your API key on line 15 as the variable $URLScanIOapikey
  • Mandatory parameter:

    • -u: URL
  • Example:

search-URLScanio -u https://example.com/super/fun
search-URLScanio longjohngrays.top/o365.html,http://orangelobster.biz/super/duper/sekret.php

The following information is returned on the screen

  • URL Being submitted
  • Result URL: URLScan.io web page with results
  • "ZZZzzz..." every 10 seconds indicate we are waiting for the scan to complete and return results.
  • Scan link: HTML page with results
  • Score: from 0-100 - higher is worse, if score is over 80, result is displayed in red.
  • Is Malicious?: True/False verdict
  • Category: category as determined by overall, URLScan or other engines.

search-urlscanio's People

Contributors

cbshearer avatar

Stargazers

 avatar

Watchers

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