All Projects → ociredefz → vsaudit

ociredefz / vsaudit

Licence: MIT license
VOIP Security Audit Framework

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to vsaudit

Vsaudit
VOIP Security Audit Framework
Stars: ✭ 97 (-6.73%)
Mutual labels:  security-audit, sip, penetration-testing, voip
Sippts
Set of tools to audit SIP based VoIP Systems
Stars: ✭ 116 (+11.54%)
Mutual labels:  security-audit, sip, voip
Vulscan
Advanced vulnerability scanning with Nmap NSE
Stars: ✭ 2,305 (+2116.35%)
Mutual labels:  security-audit, penetration-testing
Zap Cli
A simple tool for interacting with OWASP ZAP from the commandline.
Stars: ✭ 166 (+59.62%)
Mutual labels:  security-audit, penetration-testing
Crithit
Takes a single wordlist item and tests it one by one over a large collection of websites before moving onto the next. Create signatures to cross-check vulnerabilities over multiple hosts.
Stars: ✭ 182 (+75%)
Mutual labels:  security-audit, penetration-testing
Reconnoitre
A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results, along with writing out recommendations for further testing.
Stars: ✭ 1,824 (+1653.85%)
Mutual labels:  security-audit, penetration-testing
Minimalistic Offensive Security Tools
A repository of tools for pentesting of restricted and isolated environments.
Stars: ✭ 135 (+29.81%)
Mutual labels:  security-audit, penetration-testing
Nndefaccts
nnposter's alternate fingerprint dataset for Nmap script http-default-accounts
Stars: ✭ 180 (+73.08%)
Mutual labels:  security-audit, penetration-testing
default-http-login-hunter
Login hunter of default credentials for administrative web interfaces leveraging NNdefaccts dataset.
Stars: ✭ 285 (+174.04%)
Mutual labels:  security-audit, penetration-testing
go-sip-ua
Go SIP UA library for client/b2bua
Stars: ✭ 129 (+24.04%)
Mutual labels:  sip, voip
sems-yeti
YETI application for SEMS core
Stars: ✭ 15 (-85.58%)
Mutual labels:  sip, voip
Nosqlmap
Automated NoSQL database enumeration and web application exploitation tool.
Stars: ✭ 1,928 (+1753.85%)
Mutual labels:  security-audit, penetration-testing
Horn3t
Powerful Visual Subdomain Enumeration at the Click of a Mouse
Stars: ✭ 120 (+15.38%)
Mutual labels:  security-audit, penetration-testing
Minesweeper
A Burpsuite plugin (BApp) to aid in the detection of scripts being loaded from over 23000 malicious cryptocurrency mining domains (cryptojacking).
Stars: ✭ 162 (+55.77%)
Mutual labels:  security-audit, penetration-testing
kvazzup
Open software for HEVC video calls
Stars: ✭ 30 (-71.15%)
Mutual labels:  sip, voip
Recsech
Recsech is a tool for doing Footprinting and Reconnaissance on the target web. Recsech collects information such as DNS Information, Sub Domains, HoneySpot Detected, Subdomain takeovers, Reconnaissance On Github and much more you can see in Features in tools .
Stars: ✭ 173 (+66.35%)
Mutual labels:  security-audit, penetration-testing
Resources
A Storehouse of resources related to Bug Bounty Hunting collected from different sources. Latest guides, tools, methodology, platforms tips, and tricks curated by us.
Stars: ✭ 62 (-40.38%)
Mutual labels:  security-audit, penetration-testing
Pentest Notes
Collection of Pentest Notes and Cheatsheets from a lot of repos (SofianeHamlaoui,dostoevsky,mantvydasb,adon90,BriskSec)
Stars: ✭ 89 (-14.42%)
Mutual labels:  security-audit, penetration-testing
tSIP
SIP softphone
Stars: ✭ 103 (-0.96%)
Mutual labels:  sip, voip
awesome-rtc
📡 A curated list of awesome Real Time Communications resources
Stars: ✭ 196 (+88.46%)
Mutual labels:  sip, voip

vsaudit

This is an opensource tool to perform attacks to general voip services It allows to scans the whole network or single host to do the gathering phase, then it is able to search for most known vulnerabilities on the founds alive hosts and try to exploit them.

Install dependencies

To start using vsaudit you must install the 'bundler' package that will be used to install the requireds gem dependencies through the Gemfile.

Download directly from website:

http://bundler.io/

Or install with 'gem' (ruby package manager) with:

deftcode ~ $ gem install bundler

After that the installation has been completed, run (in the directory where is located vsaudit):

deftcode vsaudit $ bundle

Now you can start vsaudit with:

deftcode vsaudit $ ruby vsaudit.rb

NOTE: If you get an error with gem, you need to install the ruby-dev and libssl-dev packages (kali-linux: apt install ruby-dev libssl-dev).

Environment commands

  • Display the available options that can be set
  • List the environment variables
  • Get the value of environment variable
  • Set or change the environment variables

Audit commands

  • Check mistakes in the local configuration files
  • Scan a local o remote network
  • Enumerate the extensions
  • Bruteforce extensions
  • Get the live network traffic
  • Intercept the network traffic by custom bpf

Informations commands

  • Get informations about modules or address
  • Show the report list
  • Show the extensions list

Global commands

  • Display the help message
  • Quit from the framework

Screenshots

vsaudit - scanner

vsaudit - enumeration

vsaudit - bruteforce

vsaudit - intercept

Reference

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].