Coder Social home page Coder Social logo

acalcutt / vistumbler Goto Github PK

View Code? Open in Web Editor NEW
196.0 24.0 37.0 410.39 MB

A wireless network scanner written in AutoIT for Windows 10, 8, 7, and vista. VistumblerMDB is the current version of Vistumbler.

Home Page: http://www.vistumbler.net

AutoIt 92.90% PHP 0.05% HTML 2.83% CSS 0.16% JavaScript 3.76% C# 0.26% NSIS 0.05%

vistumbler's Introduction

Vistumbler

A wireless network scanner written in AutoIT for Vista, Windows 7, and Windows 8.

vistumbler's People

Contributors

acalcutt avatar pferland avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vistumbler's Issues

Doesn't detect AC networks

Hi there,

Wireless-AC networks just show up as 802.11 instead of 802.11ac which is how they show in the netsh command.

I tried looking for where the netsh command is parsed to see if it was just looking for one letter after the 802.11, but couldn't see where that code lives.

Add support for Windows Sensor API

my laptop has a built in gps that uses Windows Sensor API

No matter what software i use to try and create a virtual com port with NMEA data, Vistumbler will freeze and lock up (Though this is likely because the software i'm using to create the com port is returning null NMEA messages)

Does not return 0 if file does not exist

need to change
Local $hFile = FileOpen($sFile, $aEncoding[$iFormat]), $sLine, $aTemp, $aCSV[1], $iReserved, $iCount If @error Then Return SetError(1, @error, 0)
to
If @error Or $hFile = -1 Then Return SetError(1, @error, 0)

Create logs.

Instead of having only the logging capability that is listed in the application have the logs start automatically upon program opening.

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.