GithubHelp home page GithubHelp logo

donfanning / warvel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packetassailant/warvel

0.0 2.0 0.0 144 KB

Wardial Tool: Warvox2 data extraction tool necessary to obtain call details from the PostgreSQL database

License: MIT License

Python 100.00%

warvel's Introduction

warvel

Objective

Wardial Tool:
 
Warvox2 data extraction tool necessary to obtain call details 
from the PostgreSQL database

Usage

$ python warvel.py -h
Info: Warvel was created by Chris Patten
Info: Warvox2 was created by HD Moore
Purpose: Warvox2 database extraction tool
Contact: cpatten[a.t.]packetresearch.com and @packetassailant

Usage: ./warvel.py <options>
Example: ./warvel.py --project=project_name --modem

-u or --usage    Print this help menu
-v or --version  Print the version number
--project        Enter warvox project name (required)
--fax            Extract the detected fax info
--modem          Extract the detected modem info
--voice          Extract the detected voice info
--voicemail      Extract the detected voicemail info
--all            Extract all the info (default)
--json           Output in JSON format
--csv            Output in CSV format (default)

Installation

Installation
---------------------------------------------------
Warvel was tested on Ubuntu 12.04 and OSX Mavericks
----------- OSX -----------------------------------
OSX Deps: pip install -U -r environment.txt
----------- Linux ---------------------------------
Linux: sudo apt-get install python-pip
Linux Deps: pip install -U -r environment.txt

Sample Run - CSV Output

$ python warvel.py --project=COMPANY_RETAIL --modem
15555555551,modem
15555555552,modem
15555555553,modem
15555555554,modem
15555555555,modem
15555555556,modem
15555555557,modem
15555555558,modem
15555555559,modem
15555555550,modem

Sample Run - JSON Output

$ python warvel.py --project=COMPANY_RETAIL --modem --json
{
  "15555555551":"modem",
  "15555555552":"modem",
  "15555555553":"modem",
  "15555555554":"modem",
  "15555555555":"modem",
  "15555555556":"modem",
  "15555555557":"modem",
  "15555555558":"modem",
  "15555555559":"modem",
  "15555555550":"modem"
}

Developing

Alpha code under active development

Contact

# Author: Chris Patten
# Contact (Email): cpatten[t.a.]packetresearch[t.o.d]com
# Contact (Twitter): packetassailant

warvel's People

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.