Giter Club home page Giter Club logo

wiretap's Introduction

WireTap

WireTap is a .NET 4.0 project to consolidate several functions used to interact with a user's hardware, including:

- Screenshots (Display + WebCam Imaging)
- Audio (Both line-in and line-out)
- Keylogging
- Activate voice recording when the user says a keyword phrase.

For each function, WireTap will write the resultant file into the temp directory with the appropriate suffix.

Usage

WireTap.exe [arguments]

Arguments can be one (and only one) of the following:
    record_mic [10s]     - Record audio from the attached microphone (line-in).
                          Time suffix can be s/m/h.

    record_sys [10s]     - Record audio from the system speakers (line-out).
                          Time suffix can be s/m/h.

    record_audio [10s]   - Record audio from both the microphone and the speakers.
                           Time suffix can be s/m/h.

    capture_screen       - Screenshot the current user's screen.

    capture_webcam       - Capture images from the user's attached webcam (if it exists).

    keylogger            - Begin logging keystrokes to a file.

    listen_for_passwords - Listens for words 'username', 'password', 'login' and 'credential', and when heard,
                           starts an audio recording for two minutes.


Examples:
    Record all audio for 30 seconds:
        WireTap.exe record_audio 30s

    Start the keylogger:
        WireTap.exe keylogger

    Start keyword listener with a custom set of words:
        WireTap.exe listen_for_passwords oil,password,pin

wiretap's People

Contributors

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