Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue when starting the inspection over the webgui #13

Closed
peterpt opened this issue Aug 22, 2016 · 5 comments
Closed

Issue when starting the inspection over the webgui #13

peterpt opened this issue Aug 22, 2016 · 5 comments

Comments

@peterpt
Copy link

peterpt commented Aug 22, 2016

Unable to inspect a website for testing , i was testing on a non https server , witch means the inspection was to be made on http only .

Traceback (most recent call last):
File "/root/tools/dos/ufonet-v0.7/ufonet/core/main.py", line 325, in run
UFONet - DDoS Botnet via Web Abuse - by psy

Inspecting target to find the best place to attack... SSssh!

inspection = self.inspecting()

File "/root/tools/dos/ufonet-v0.7/ufonet/core/main.py", line 926, in inspecting
ctx = ssl.create_default_context() # creating context to bypass SSL cert validation (black magic)
AttributeError: 'module' object has no attribute 'create_default_context'

[Error] - Something wrong inspecting... Not any object found!

@epsylon
Copy link
Owner

epsylon commented Aug 22, 2016

Inspector over SSL should be supported on last version.
Maybe your target is passing all traffic using SSL (so no http allowed -> ufonet fail). Try it again with https...

@peterpt
Copy link
Author

peterpt commented Aug 22, 2016

Nop , is not that , it does not matter if it is an http or https website , the error always popup
nossl image test
https://s13.postimg.org/wti8lx7hz/ufonetnossl.jpg

ssl test
https://s3.postimg.org/mm45utin7/ufonetssl.jpg

the error lines that popup are the ones i wrote in previous post .

@epsylon
Copy link
Owner

epsylon commented Aug 22, 2016

I see. Thanks for upload your tests...
Which version of python do you have?
Looks that Python is not providing 'ssl.create_default_context' -> rabbitmq/rabbitmq-management#225
'ssl.create_default_context' was added to Python > 2.7.9 -> https://docs.python.org/2/library/ssl.html
Try to upgrade your python env..

@peterpt
Copy link
Author

peterpt commented Aug 23, 2016

the python version i am using is 2.7.3 , i will upgrade to 2.7.9 to see if it works .
Thanks for the reply .

@epsylon
Copy link
Owner

epsylon commented Aug 23, 2016

Perfect!. Try it and tell us if it works...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants