Giter VIP home page Giter VIP logo

enablesecurity / sipvicious Goto Github PK

View Code? Open in Web Editor NEW
845.0 845.0 156.0 884 KB

SIPVicious OSS is a VoIP security testing toolset. It helps security teams, QA and developers test SIP-based VoIP systems and applications. This toolset is useful in simulating VoIP hacking attacks against PBX systems especially through identification, scanning, extension enumeration and password cracking.

Home Page: https://www.enablesecurity.com/sipvicious/oss/

License: Other

Python 86.29% XSLT 1.51% Roff 9.76% Shell 2.44%
audit-sip hacking-tools password-cracker security security-tools sip svcrack svcrash svmap svwar voip war-dial

sipvicious's People

Contributors

0xinfection avatar 3isenheim avatar anio avatar arpagon avatar fabaff avatar sandrogauci 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sipvicious's Issues

ImportError

No matter how i install, either from pip or github whatever i do it will not run.
Tried windows and linux.

Traceback (most recent call last):
  File "svmap.py", line 37, in <module>
    from .libs.pptable import to_string
ImportError: attempted relative import with no known parent package

Dang it! Why do good tools get used in BAD ways!?

Looks like someone just used SIPvicious to access (or attempt to) my PBX. It 
even left me a ZERO second voice mail (with the CID of SIPvicious).

This sucks! Yet another awesome tool being used by the BAD guys.

On the bright side, it led me to finding an IAX entry that the system didn't 
remove properly (which they conveniently attached to).

No damage done and ACCESS DENIED to the fool(s). VISP says no calls made since 
attach. PBX says no attached IAX devices.

Now that the bad guys are using this tool, how does the average Joe protect 
him/her self???

We need a guide to help people check things out and protect themselves! 
Anything out there in existence?

Suggestions?

Comments?

Original issue reported on code.google.com by perezil on 26 Jul 2011 at 9:14

There was a problem with svwar.py

The range specified by option -e can not be completely tested.
Example:
python2 .\svwar.py 209.160.xx.xx -e 100-999 --force
When the fuzz the 15 to stop.
ERROR:TakeASip:Response: 'SIP/2.0 403 Forbidden\r\nVia: SIP/2.0/UDP 192.168.12.193:5060;branch=z9hG4bK-2904524794;received=192.168.12.193;rport=5060\r\nFrom: "15"<sip:[email protected]>;tag=313501333336333334353431\r\nTo: "15"<sip:[email protected]>\r\nCall-ID: 3309078876\r\nCSeq: 1 REGISTER\r\nServer: VOS3000 V2.1.2.6\r\nContent-Length: 0\r\n\r\n' WARNING:root:found nothing
Is my method wrong?

By Google Translate... Hope you can understand

missing release tags / versions

Hi, since migration of sipvicious to github, theres is no explicit release tag.
Upgrading packages in those conditions is particularly complicated.

I'd suggest to tag first git commit as version 0.2.8 (if it is really the case), and maybe provide a new release, if something stable apeared since this date.
I ll be glad to provide an up-to-date sipvicious package for archlinux as soon as version tags will be added here :)

Thanks in advance, and good luck for maintaning this awesome tool

Please remove this software from public access

What steps will reproduce the problem?

Vicious?  Crack?   Bruteforce?

What is the expected output? 

The only possible use for this software is to attempt to hack other
networks.  What is worse it will usually be launched from someone else's
system.  Nobody will run it from their own computer.

It is a hacker tool.

Please remove it as it is being used to launch denial of service attacks on
our network.

Thanks


Original issue reported on code.google.com by [email protected] on 13 Nov 2008 at 12:06

Svmap Output

What steps will reproduce the problem?
1. ./svmap on putty on my server . 
2. last update from the tool . 
3.

What is the expected output? What do you see instead?
i made an text after the scan " svm.. > 1.txt " so iam confused from this lets 
see wt's goin on and how i get this .
./svmap 10.0.0.0-10.05.0.254 > 1.txt .
to understand wts goin on i'll give u an example.  from like this range 
10.0.0.0-10.0.0.1 how come to see an  ip  that is not the range like  . 
62.30.x.x for example 

What version of the product are you using? On what operating system?
last version 

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 Apr 2011 at 9:33

cidrs not supported in ipv6

Command line parameters:
['/usr/local/bin/sipvicious_svmap', '-6', '2a10:1::/29', '-v', '-R']
version: 0.3.1
msg: 
python version: 
3.8.3rc1 (default, Apr 30 2020, 07:33:30) 
[GCC 9.3.0]
osname: posix
uname: posix.uname_result(sysname='Linux', nodename='Black', release='5.6.0-kali1-amd64', version='#1 SMP Debian 5.6.7-1kali1 (2020-05-12)', machine='x86_64')


Trace:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/sipvicious-0.3.1-py3.8.egg/sipvicious/svmap.py", line 502, in main
    sipvicious.start()
  File "/usr/local/lib/python3.8/dist-packages/sipvicious-0.3.1-py3.8.egg/sipvicious/svmap.py", line 246, in start
    localtag = createTag('%s%s' % (''.join(map(lambda x:
  File "/usr/local/lib/python3.8/dist-packages/sipvicious-0.3.1-py3.8.egg/sipvicious/svmap.py", line 247, in <lambda>
    '%02x' % int(x), dsthost[0].split('.'))),'%04x' % dsthost[1]))
ValueError: invalid literal for int() with base 10: '2a10:1::/29'

Someone reported this issue. We need to handle this better by issuing an error with the title of this issue.

why svwar don't scan a list of ip's from a specified file ?

why didn't you add this ?
i mean instand of using svwar.py xx.xx.xx.xx 
why not a list 
and output it in a specified file


What version of the product are you using? On what operating system?
the latest

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 18 Oct 2011 at 1:33

Please remove this software from public access

What steps will reproduce the problem?

Vicious?  Crack?   Bruteforce?

What is the expected output? 

The only possible use for this software is to attempt to hack other
networks.  What is worse it will usually be launched from someone else's
system.  Nobody will run it from their own computer.

It is a hacker tool.

Please remove it as it is being used to launch denial of service attacks on
our network.

Thanks


Original issue reported on code.google.com by [email protected] on 13 Nov 2008 at 12:07

Svmap only detects Asterisk server

Hello community,

I've install an asterisk server in a Ubuntu server virtual machine.

I have also added two softphones, 1 to the virtual machine and 1 to the physical machine.

When i run svmap scanner with the command python svmap.py 192.168.0.0/24 it only shows the ipi of the Asterisk server.

Any help is much appreciated.

Thanks in advance.

svwar multi port support

Hello,

While i was using svwar with the port flag it through up an error, i tried one port at a time and it liked that better. But i figured i let you know

"svwar -e100-200 127.0.0.1 -p 5060-5062,10000 -m INVITE"

Traceback (most recent call last):
  File "/usr/bin/svwar", line 11, in <module>
    load_entry_point('sipvicious==0.3.0', 'console_scripts', 'sipvicious_svwar')()
  File "/usr/share/sipvicious/sipvicious/svwar.py", line 601, in main
    sipvicious = TakeASip(
  File "/usr/share/sipvicious/sipvicious/svwar.py", line 86, in __init__
    self.dsthost, self.dstport = host, int(port)
ValueError: invalid literal for int() with base 10: '5060-5062,10000'
Traceback (most recent call last):

synthax error python windows

What steps will reproduce the problem?
1. I can't open svmap or any files by pythonwin
2.
3.

What is the expected output? What do you see instead?

example: "failed to import - syntax error - invalid syntax (fphelper.py, line 
57)

What version of the product are you using? On what operating system?

the last
Please provide any additional information below.

i tried with python 3.2 but it's the same

i use windows 7

Original issue reported on code.google.com by [email protected] on 20 May 2011 at 2:14

  • Merged into: #19

Please remove this software from public access

What steps will reproduce the problem?

Vicious?  Crack?   Bruteforce?

What is the expected output? 

The only possible use for this software is to attempt to hack other
networks.  What is worse it will usually be launched from someone else's
system.  Nobody will run it from their own computer.

It is a hacker tool.

Please remove it as it is being used to launch denial of service attacks on
our network.

Thanks


Original issue reported on code.google.com by [email protected] on 13 Nov 2008 at 12:07

Running svmap from an Asterisk box

What steps will reproduce the problem?
1. svmap.py 10.0.0.0/24

What is the expected output? What do you see instead?

Was hoping it would be able to pick up the polycom phones on the network. 
It does pick up the Asterisk server and an Aastra phone.

svmap does complain that
"WARNING:DrinkOrSip:could not bind to 0.0.0.0:5060 - some process might
already be listening on this port. Listening on port 5061 instead"

If I run svmap on another computer that isn't running Asterisk, the Polycom
phones are indeed detected.

I'm thinking it has something to do with the fact that svmap isn't able to
listen on port 5060?  Is there a way to have the detection work while
running on 5061, or is the issue that the polycoms aren't playing nice and
responding on the specified port?

What version of the product are you using? On what operating system?

svmap 0.2.4, OS is CentOS 5

and 
svmap 0.2.4, MacOS 10.5

Please provide any additional information below.

Original issue reported on code.google.com by kdahl%[email protected] on 15 Jan 2009 at 1:47

svwar socket time out error

What steps will reproduce the problem?
1. the svmap runs correctly and identifies the asterisk server (v.1.4.38) on 
the server
2. when running svwar.py with extension range covering the extensions supported 
by asterisk and the IP address of the server, the process stops and shows the 
following message: 
error:TakeASip:Socket error:Timed out
Warning: root: found nothing

What version of the product are you using? On what operating system?
version: 0.2.6

Additional information:
At the asterisk server displays the message when launching the command svwar.py 
at the client side : registration from **** <sip:****@****> failed for ******- 
No matching peer found


Original issue reported on code.google.com by [email protected] on 13 Apr 2011 at 11:38

RFE: SSL/TLS Support

Hi,

please consider adding support for "ssl/sip" e.g. used by "Tandberg-4135 VoIP server"

Thanks

TCP Support and UDP problem

What steps will reproduce the problem?
1. Connect a phone (Thomson ST2030)
2. User svmap to detect it
3. It doesn't work

What is the expected output? What do you see instead?
I expect to see the IP address of the phone, but ....


What version of the product are you using? On what operating system?
The latest at the moment of the SVN.

Please provide any additional information below.
root@aud-012:~# unicornscan -mT -p5060-5061 172.1X.1.159
TCP open                     sip[ 5060]         from 172.1X.1.159  ttl 64 
root@aud-012:~# unicornscan -mU -p5060-5061 172.18.1.0/24

So I think, svmap needs TCP and UDP support.

Original issue reported on code.google.com by [email protected] on 2 Apr 2008 at 9:10

Urgent

Hello ,
please can you send me the (svmap and svwar) codes with comments next to every 
line of these codes, it's very urgent please.

I need ur help please

Original issue reported on code.google.com by [email protected] on 5 May 2011 at 8:17

Permission denied error

What steps will reproduce the problem?
1. i open sipvicious
2. i write the command ./svmap.py

What is the expected output? What do you see instead?

i should start scanning the IP range , when i hit enter i get this error " 
bash: ./svmap.py: Permission denied

What version of the product are you using? On what operating system?

sipvicious-0.2.6.zip running it on Backtrack 4

Please provide any additional information below.

whenever i try the command i get the permission error it was working fine back 
then but there was another issue when i write the command i can't get any 
results .

Original issue reported on code.google.com by [email protected] on 27 Jan 2012 at 12:57

SIP Vicious Malicious Attack Mitigation

I work for a VoIP service provider. Recently we have been seeing a massive 
number of attacks against our servers from people using SIP Vicious to look for 
insecure authentication credentials. We utilize 12-character, randomly 
generated passwords with upper and lower case letters, numbers, and symbols. In 
addition, we have recently altered our firewall configuration to return ICMP 
Administratively Prohibited when REGISTER requests come in faster than a 
specific allowed rate. However, the attackers do not seem to get the message 
that it would take them several hundred thousand years to crack one of our 
passwords using brute-force given the security measures we have in place. 
Please modify SIP Vicious to detect the ICMP Admin Prohibited messages, figure 
out the allowed rate of REGISTER requests, and then report back to the user 
that given the rate of allowed attacks, it would take hundreds of thousands of 
years to find a valid combination. This would at least make them check 
elsewhere instead of causing increased overhead on our systems.  

Original issue reported on code.google.com by [email protected] on 8 Sep 2010 at 8:19

Should switch to Python 3

Python 2.x will no longer be supported by their upstream developers in 2020. Thus Debian developers are actively removing Python 2 support in Debian Testing with the goal of getting rid of Python 2 in Debian 11 (bullseye).
Kali is tracking Debian Testing and is thus affected by this. You should consider to switch sipvicious to Python 3.

FWIW this is tracked in https://gitlab.com/kalilinux/packages/sipvicious/issues/1 on the Kali side.

Unhandled exception in svcrack

This issue was reported through the -R option

Command ran to reproduce issue: ['svcrack.py', '-u', '101', '-r1-999', '-t1', '-vv', 'REMOVED', '-R']

Trace:
Traceback (most recent call last):
  File "svcrack.py", line 534, in main
    sipvicious.start()
  File "svcrack.py", line 283, in start
    self.getResponse()
  File "svcrack.py", line 186, in getResponse
    nonce = getNonce(authheader)
  File "/root/sipvicious/sipvicious/libs/svhelper.py", line 190, in getNonce
    _tmp = re.findall(nonceRE, pkt)
  File "/usr/lib/python2.7/re.py", line 181, in findall
    return _compile(pattern, flags).findall(string)
TypeError: expected string or buffer

Please help

Hi
i am not good in linux or cmd base but i try my best to run this but now i am getting this error below can you please help me and let me know where i am not doing correct:

thank you

user@DESKTOP-BR3HB9S:/sipvicious-0.3.0/sipvicious$ ls
init.py libs svcrack.py svcrash.py svmap.py svreport.py svwar.py
user@DESKTOP-BR3HB9S:
/sipvicious-0.3.0/sipvicious$ ./svmap.py
Traceback (most recent call last):
File "./svmap.py", line 36, in
from .libs.pptable import to_string
ModuleNotFoundError: No module named 'main.libs'; 'main' is not a package

synthax error python windows

What steps will reproduce the problem?
1. I can't open svmap or any files by pythonwin
2.
3.

What is the expected output? What do you see instead?

example: "failed to import - syntax error - invalid syntax (fphelper.py, line 
57)

What version of the product are you using? On what operating system?

the last
Please provide any additional information below.

i tried with python 3.2 but it's the same

i use windows 7

Original issue reported on code.google.com by [email protected] on 20 May 2011 at 2:12

Big Problem Please Help

Hello Sir
Sorry for the inconvenience but I have a question about sipvicious IPv6 can you please add a function to can using scan ipv6 please give me any example
I'm trying this command like sipvicious_svcrack 2406:840::/3
or sipvicious_svmap 2406:840::/32
i got always this message WARNING:root:found nothing

New feature added

Added a new little feature that lets you specify a domain name for the user 
request instead of putting only the IP. Allows to user@domain, in addition to 
user@IP.

Modified to helper.py and svwar.py


contact info: dani [-at-] iniqua.com

Original issue reported on code.google.com by [email protected] on 9 Mar 2011 at 12:13

Attachments:

how to conduct BruteForce

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

Can you please provide me a good compiled brute force dictionary or tell me a 
good way of brute forcing through sipvicious, thanks in anticipation 

Original issue reported on code.google.com by [email protected] on 16 Feb 2015 at 2:27

-P localport option doesn't work for svwar.py

What steps will reproduce the problem?

$ ./svwar.py -d accounts.txt -P 5062 localhost
WARNING:TakeASip:could not bind to :5060 - some process might already be 
listening on this port. Listening on port 5061 instead
ERROR:TakeASip:socket error: timed out


The fix is easy.  The OptionParser is properly reading in the -P option, but 
it's not passed in to the TakeASIP() object.  "localport=options.localport" 
needs to be added as an argument when constructing TakeASIP().

Original issue reported on code.google.com by [email protected] on 16 Dec 2010 at 2:00

synthax error python windows

What steps will reproduce the problem?
1. I can't open svmap or any files by pythonwin
2.
3.

What is the expected output? What do you see instead?

example: "failed to import - syntax error - invalid syntax (fphelper.py, line 
57)

What version of the product are you using? On what operating system?

the last
Please provide any additional information below.

i tried with python 3.2 but it's the same

i use windows 7

Original issue reported on code.google.com by [email protected] on 20 May 2011 at 2:13

  • Merged into: #19

SVmap Random Scan Issue

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
i see nothing

What version of the product are you using? On what operating system?
latest version of sipvicious on windowsxp sp3

Please provide any additional information below.

i'm trying to scan using svmap.py --randomscan , a file appears in the folder 
but command line shows nothing, sorry i'm a noob so help would be much 
apprecaited, also if you can let me know if this tool still works?

Original issue reported on code.google.com by [email protected] on 13 Feb 2015 at 10:17

Please remove this software from public access

What steps will reproduce the problem?

Vicious?  Crack?   Bruteforce?

What is the expected output? 

The only possible use for this software is to attempt to hack other
networks.  What is worse it will usually be launched from someone else's
system.  Nobody will run it from their own computer.

It is a hacker tool.

Please remove it as it is being used to launch denial of service attacks on
our network.

Thanks


Original issue reported on code.google.com by [email protected] on 13 Nov 2008 at 12:06

svcrash crash...

What steps will reproduce the problem?
1. install scapy (stable & lastest revision
2. python svcrash.py --auto
3. get crash from the tool



What is the expected output? What do you see instead?


Traceback (most recent call last):
  File "svcrash.py", line 41, in ?
    from scapy.all import *
  File "/usr/lib/python2.4/site-packages/scapy/all.py", line 10, in ?
    from base_classes import *
  File "/usr/lib/python2.4/site-packages/scapy/base_classes.py", line 15, in ?
    import config
  File "/usr/lib/python2.4/site-packages/scapy/config.py", line 47
    self.args = args if args is not None else []
                      ^
SyntaxError: invalid syntax


What version of the product are you using? On what operating system?

sipvicious-0.2.6
debian 2.6.18-5-686 
debian 4.0


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 1 Sep 2010 at 10:59

IPv6 support

Hi,

I try using svmap on an IPv6 target, I know runs a SIP service, but its not detected ):

svmap.py -p5060 2001:XXXX:XXXX::1
WARNING:root:found nothing

vs.

Nmap scan report for 2001:XXXX:XXXX::1
Host is up, received user-set (0.050s latency).
Not shown: 999 filtered ports
Reason: 999 no-responses
PORT STATE SERVICE REASON VERSION
5060/tcp open sip syn-ack ttl 61 (SIP end point; Status: 400 Bad magic cookie in Via-branch)

best

/daniel

missing os and pickle

hello, i noticed that the svmap file is broken when using session ,
os and pickle
not included in import ,

fix this

.sipvicious settings should be in a homedirectory

The tool creates ".sipvicious" folder in a current folder for some reason.

I'm no export in python, here is the quick patch
http://code.google.com/p/pentoo/source/browse/portage/trunk/net-analyzer/sipvici
ous/files/sipvicious-0.2.8-path.patch

Original issue reported on code.google.com by blshkv on 12 Dec 2012 at 2:56

Unicode Decode Error

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
When i run Svwar.py with host it gives following erorr :
line 765 in emit self.stream.write(fs msg.encode( utf-8 ))unicode decode error.

it shows signs instead of extensions... please i really need help here 



What version of the product are you using? On what operating system?

the last version on windows xp

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Feb 2015 at 11:04

Small typo in --enablecompact option

What steps will reproduce the problem?
1. Using any of tools to display it's help

What is the expected output? What do you see instead?

The help option --enablecompact should display less compatible

It shows less compatable

What version of the product are you using? On what operating system?

Latest

Please provide any additional information below.

The wiki help pages have the same typo

Original issue reported on code.google.com by [email protected] on 29 Oct 2009 at 5:55

running svmap.py shows error

What steps will reproduce the problem?
1. run svmap.py (IP Range)


What is the expected output? What do you see instead?

Instead of scanning IP, I see the error
File "C:\<PATH_OF_Folder>\svmap.py" line 129 self.log.debug <'buff'>
SyntaxError: Invalid syntax

What version of the product are you using? On what operating system?
sipvicious-0.2.8
sipvicious-0.2.4
Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 13 Dec 2012 at 10:07

ModuleNotFoundError

Traceback (most recent call last):
File "./svmap.py", line 36, in
from .libs.pptable import to_string
ModuleNotFoundError: No module named 'main.libs'; 'main' is not a package

I am dealing with this issue in the upgraded program.

error

What steps will reproduce the problem?
1. using ./svmap.py 192.168.1.1/24 
2.
3.

What is the expected output? What do you see instead?
error :DringkOrSip:socket error while sending to 192.168.1.1:5060 -> errno 11
resource temporarily unavailble

What version of the product are you using? On what operating system?
sipvicious 0.2.6 with cygwin
Os WIN7

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 27 Sep 2010 at 1:37

svwar -e does not accept more than 10 digits number

What steps will reproduce the problem?
1. C:\Python27\sipvicious-0.2.7>svwar.py -eXXXXXXXX1000-XXXXXXXX1010 10.10.10.10
2. XXXXXXXX is the 8 digits prefix of a 12 digits number ending with 1000, 1001 
... and number are registered on PBX
3. 10.10.10.10 is the IP of the PBX
The scenario is possible when the subscribers are registered with full DN 

What is the expected output? What do you see instead?
The expected output:
| Extension    | Authentication |
---------------------------------
| XXXXXXXX1003 | noauth         |
| XXXXXXXX1002 | noauth         |
| XXXXXXXX1001 | noauth         |
| XXXXXXXX1000 | noauth         |
| XXXXXXXX1007 | noauth         |
...

I see instead:

Traceback (most recent call last):
  File "C:\Python27\sipvicious-0.2.7\svwar.py", line 517, in <module>
    extensionstotry = getRange(options.range)
  File "C:\Python27\sipvicious-0.2.7\svhelper.py", line 116, in getRange
    numericrange.append(xrange(startport,endport))
OverflowError: Python int too large to convert to C long

What version of the product are you using? On what operating system?
Windows XP, Python2.7, sipvicious 0.2.7

Please provide any additional information below.

I solved this problem by modifying line 116 in file svhelper.py. I replaced 
xrange(startport,endport)
with
itertools.islice(itertools.count(startport, 1), (endport-startport))
(also "import itertools" in the beginning)

I see the same issue in line 126 same file.



Original issue reported on code.google.com by [email protected] on 12 Apr 2012 at 12:09

how to change def dictionaryattack

to user something like itertools.permutations('abcdefghijklmnopqrstuvwxyz1234567890',10)
and try every each one to crack password and i know it will be take long time
thanks for help

svcrash.py gets an exception at line 137 (svn) because sport is not set

--- /usr/bin/svcrash.py.orig 2015-09-14 12:24:33.808985272 +0000
+++ /usr/bin/svcrash.py 2015-09-14 12:25:01.572005361 +0000
@@ -132,7 +132,10 @@
def checknsend(self,pkt):
data = str(pkt.getlayer(Raw))
ipaddr = pkt.getlayer(IP).src

  •    port = pkt.getlayer(UDP).sport
    
  • try:
  •       port = pkt.getlayer(UDP).sport
    
  • except AttributeError:
  •   return
     src = ipaddr,port
     if not src in self.mytimer:
         #print "add %s:%s" % src
    

Please remove this software from public access

What steps will reproduce the problem?

Vicious?  Crack?   Bruteforce?

What is the expected output? 

The only possible use for this software is to attempt to hack other
networks.  What is worse it will usually be launched from someone else's
system.  Nobody will run it from their own computer.

It is a hacker tool.

Please remove it as it is being used to launch denial of service attacks on
our network.

Thanks


Original issue reported on code.google.com by [email protected] on 13 Nov 2008 at 12:07

the window close

What steps will reproduce the problem?
1. i open the file svmap.py
2. the widow open and close   in less than 1 sec.
3.

What is the expected output? What do you see instead?
it should  open the command line .. it  close  instead of that 

What version of the product are you using? On what operating system?

0.2.6   ,, windows 2003   , bython 2.7
Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 12 Oct 2010 at 6:59

UnicodeDecodeError issue

python version: 
3.8.2 (default, Apr  1 2020, 15:52:55) 
[GCC 9.3.0]
osname: posix
uname: posix.uname_result(sysname='Linux', nodename='kali', release='5.5.0-kali1-amd64', version='#1 SMP Debian 5.5.13-2kali1 (2020-04-03)', machine='x86_64')

Trace:
Traceback (most recent call last):
  File "/usr/share/sipvicious/sipvicious/svcrack.py", line 524, in main
    sipvicious.start()
  File "/usr/share/sipvicious/sipvicious/svcrack.py", line 316, in start
    self.auth['password'] = next(self.passwdgen)
  File "/usr/share/sipvicious/sipvicious/libs/svhelper.py", line 183, in dictionaryattack
    r = dictionaryfile.readline()
  File "/usr/lib/python3.8/codecs.py", line 322, in decode
    (result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte

Issue submitted by someone using the -R flag. Fix should involve handling unicode decoding gracefully.

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.