Coder Social home page Coder Social logo

Comments (6)

glaslos avatar glaslos commented on June 25, 2024

Can you try with a local SNARE and TANNER?

from tanner.

afeena avatar afeena commented on June 25, 2024

Yes, I tested it on the local machine

from tanner.

glaslos avatar glaslos commented on June 25, 2024

Strange issue. Did you manage to reproduce or pinpoint where the issue is happening?

from tanner.

afeena avatar afeena commented on June 25, 2024

The problem is in the url, it can't handle google.com url, but grabber and owasp use it for testing

/Browse_Item_Details.asp?Store_Id=http%3A%2F%2Fwww.google.com%2F
/*.php?secc=http%3A%2F%2Fwww.google.com%2F
/Browse_Item_Details.asp?Store_Id=http%3A%2F%2Fwww.google.com%3A80%2F
/*.php?secc=http%3A%2F%2Fwww.google.com%3A80%2F
/Browse_Item_Details.asp?Store_Id=http%3A%2F%2Fwww.google.com
/*.php?secc=http%3A%2F%2Fwww.google.com
Traceback (most recent call last):
  File "/root/.pycharm_helpers/pydev/pydevd.py", line 1531, in <module>
    globals = debugger.run(setup['file'], None, None, is_module)
  File "/root/.pycharm_helpers/pydev/pydevd.py", line 938, in run
    pydev_imports.execfile(file, globals, locals)  # execute the script
  File "/root/.pycharm_helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
    exec(compile(contents+"\n", file, 'exec'), glob, loc)
  File "/home/afeena/tanner/server.py", line 128, in <module>
    loop.run_forever()
  File "/usr/lib/python3.5/asyncio/base_events.py", line 331, in run_forever
    self._run_once()
  File "/usr/lib/python3.5/asyncio/base_events.py", line 1262, in _run_once
    event_list = self._selector.select(timeout)
  File "/usr/lib/python3.5/selectors.py", line 441, in select
    fd_event_list = self._epoll.poll(timeout, max_ev)
OverflowError: timeout is too large
/print.php?page=http://google.com
Traceback (most recent call last):
  File "/home/afeena/tanner/server.py", line 128, in <module>
    loop.run_forever()
  File "/usr/lib/python3.5/asyncio/base_events.py", line 331, in run_forever
    self._run_once()
  File "/usr/lib/python3.5/asyncio/base_events.py", line 1262, in _run_once
    event_list = self._selector.select(timeout)
  File "/usr/lib/python3.5/selectors.py", line 441, in select
    fd_event_list = self._epoll.poll(timeout, max_ev)
OverflowError: timeout is too large
Task was destroyed but it is pending!
task: <Task pending coro=<ServerHttpProtocol.start() running at /usr/local/lib/python3.5/dist-packages/aiohttp-0.22.0a0-py3.5.egg/aiohttp/server.py:266> wait_for=<Future pending cb=[BaseSelectorEventLoop._sock_connect_done(10)(), Task._wakeup()]>>
Exception ignored in: <generator object ServerHttpProtocol.start at 0x7f7b96d5c570>
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/aiohttp-0.22.0a0-py3.5.egg/aiohttp/server.py", line 312, in start
  File "/usr/lib/python3.5/asyncio/selector_events.py", line 568, in close
  File "/usr/lib/python3.5/asyncio/base_events.py", line 483, in call_soon
  File "/usr/lib/python3.5/asyncio/base_events.py", line 492, in _call_soon
  File "/usr/lib/python3.5/asyncio/base_events.py", line 320, in _check_closed
RuntimeError: Event loop is closed

from tanner.

afeena avatar afeena commented on June 25, 2024

I spent lots of time trying to understand the problem. It seems that this error occurs only on my local Ubuntu 16.04 LTS and there is no errors on Arch Linux (the interpreter the same, and I don't know what the problem is). Maybe we can close this issue, but keep in mind that it's possible.

from tanner.

glaslos avatar glaslos commented on June 25, 2024

I agree.

from tanner.

Related Issues (20)

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.