Giter VIP home page Giter VIP logo

conveigh's Introduction

Conveigh

Conveigh is a Windows PowerShell LLMNR/NBNS spoofer detection tool.

Function

Invoke-Conveigh

  • The main Conveigh LLMNR/NBNS spoofer detection function.
Privilege Requirements:
  • Elevated Administrator shell
Features:
  • Generates and sends IPv4 LLMNR/NBNS requests with random or set hostnames
  • Detects responses to sent IPv4 LLMNR/NBNS requests using a packet sniffer
  • Optionally displays all received IPv4 LLMNR/NBNS requests using a packet sniffer
  • File output
  • Run time control
Parameters:
  • CaptureRequests - Default = Disabled: (Y/N) Enable/Disable displaying and logging all received LLMNR/NBNS requests.
  • IP - Specify a specific local IP address for listening. This IP address will also be used for LLMNR/NBNS spoofing if the 'SpooferIP' parameter is not set.
  • Hostnames - Array of hostnames that will be randomly selected for LLMNR/NBNS requests. Hostnames must meet NBNS hostname requirements. If this parameter is not used, hostnames will be randomly generated.
  • MaxSendRequestTime - Default = 30 Minutes: Set the maximum random time in minutes for sending LLMNR/NBNS requests.
  • FileOutput - Default = Disabled: (Y/N) Enable/Disable real time file output.
  • OutputDir - Default = Working Directory: Set a valid path to an output directory for log and capture files. FileOutput must also be enabled.
  • RunTime - Default = Unlimited: (Integer) Set the run time duration in minutes.

System Requirements

  • Tested minimums are PowerShell 2.0 and .NET 3.5

Usage

  • To import with Import-Module:
    Import-Module ./Conveigh.ps1

  • To import using dot source method:
    . ./Conveigh.ps1

Examples

  • To execute with default settings:
    Invoke-Conveigh

  • To import and execute with one line:
    Import-Module ./Conveigh.ps1;Invoke-Conveigh

  • To execute with parameters:
    Invoke-Conveigh -Hostnames host1,host2,host3 -RunTime 8

conveigh's People

Contributors

kevin-robertson 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.