This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Bash script to scan IP ranges from a text file with sipvicious. | |
# | |
# Use: ./scanRange.sh | |
# | |
# Copyright (c) Jesús Pérez | |
# Licensed under GPLv3 - http://www.gnu.org/licenses/gpl-3.0.html | |
SVMAP="/home/baguira/Installed/sipvicious/svmap.py" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
# Simple node.js UDP client written in CoffeScript which | |
# connects to an UDP server, sends a message, waits for a | |
# response, prints it and finally closes the connection. | |
# | |
# Copyright (c) Jesús Pérez | |
# Licensed under GPLv3 - http://www.gnu.org/licenses/gpl-3.0.html | |
## | |
dgram = require "dgram" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!KAMAILIO | |
# | |
# Kamailio (OpenSER) SIP Server v4.1 - default configuration script | |
# - web: http://www.kamailio.org | |
# - git: http://sip-router.org | |
# | |
# Direct your questions about this file to: <[email protected]> | |
# | |
# Refer to the Core CookBook at http://www.kamailio.org/wiki/ | |
# for an explanation of possible statements, functions and parameters. |
NewerOlder