Git Product home page Git Product logo

rtsp_authgrinder's People

Contributors

tektengu 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

rtsp_authgrinder's Issues

TypeError: cannot concatenate 'str' and 'int' objects

Getting an error when trying to run:

Traceback (most recent call last):
File "rtsp_authgrind.py", line 400, in
test_auth_and_run()
File "rtsp_authgrind.py", line 345, in test_auth_and_run
print "The RTSP service at: " + IP + ":" + PORT + " allows unauthorized access and does not need a username/password"
TypeError: cannot concatenate 'str' and 'int' objects

How I resolved this:
On line 345, change:
print "The RTSP service at: " + IP + ":" + PORT + " allows unauthorized access and does not need a username/password"
to:
print "The RTSP service at: " + str(IP) + ":" + str(PORT) + " allows unauthorized access and does not need a username/password"

'perform_rtsp_auth' is not defined

Whenever I try running this script I get the following traceback:

Traceback (most recent call last):
File "rtsp_authgrind.py", line 400, in
test_auth_and_run()
File "rtsp_authgrind.py", line 342, in test_auth_and_run
perform_rtsp_auth(user, password, creator)
NameError: global name 'perform_rtsp_auth' is not defined

I am no python developer but it seems perform_rtsp_auth is out of scope and it expects different inputs than are being supplied on line 342.

Error when using rtsp_authgrinder

Dear Sir,

When I use the rtsp_authgrinder, I have the following error
"root@kali:~/RTSP/rtsp_authgrinder-master# python rtsp_authgrind.py -l admin -p password 78.240.244.20:554

 rtsp_authgrinder.py - Brute forcing tool for RTSP Protocol

Copyright (C) 2014 Luke Stephens and Tek Security Group, LLC
This program comes with ABSOLUTELY NO WARRANTY. This is free software, and
you are welcome to use and redistribute it under certain conditions. See
the license file provided with the distribution,
or https://github.com/tektengu/rtsp_authgrinder/license.txt


Starting RTSP Auth Grinder on IP: 78.240.244.20 and PORT: 554
Running with 50 threads
There are 1 user names to test
There are 1 passwords to test
Total combinations to test are 1


Digest Auth is supported and starting run with Digest Auth...
Traceback (most recent call last):
File "rtsp_authgrind.py", line 400, in
test_auth_and_run()
File "rtsp_authgrind.py", line 342, in test_auth_and_run
perform_rtsp_auth(user, password, creator)
NameError: global name 'perform_rtsp_auth' is not defined"

Do you please know what is wrong ?
Thanks a lot,
With best regards,
Cedric.

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.