Giter Site home page Giter Site logo

Call Back Failure about lans.py HOT 9 CLOSED

danmcinerney avatar danmcinerney commented on July 24, 2024
Call Back Failure

from lans.py.

Comments (9)

DanMcInerney avatar DanMcInerney commented on July 24, 2024

What OS are you using and what version of nfqueue do you have installed?

dpkg -s python-nfqueue

I suspect you're behind. You need version 0.4-3.

On Mon, Nov 10, 2014 at 2:56 AM, faizanke [email protected] wrote:

When the non-router IP is entered,the output is :

TypeError: start() takes exactly 2 arguments (3 given)


Reply to this email directly or view it on GitHub
#49.

from lans.py.

 avatar commented on July 24, 2024

I'm using Ubuntu 14.10 . I've attatched the output for dpkg -s python-nfqueue
selection_003

from lans.py.

ddworken avatar ddworken commented on July 24, 2024

Try downloading the latest version. This should be fixed in the newest version (now compatible with old versions of python-nfqueue.

Fixed by commit 5765f15.

from lans.py.

 avatar commented on July 24, 2024

@ddworken which is the latest version ?

from lans.py.

 avatar commented on July 24, 2024

My version of python-nfqueue is 0.5-build1 ..

from lans.py.

 avatar commented on July 24, 2024

I've downloaded the latest version of LANs.py and i'm getting the following error while running python LANs.py :

Traceback (most recent call last):
File "LANs.py", line 1616, in
wifijammerMain(args)
File "LANs.py", line 1249, in wifijammerMain
signal(SIGINT, stop)
TypeError: 'module' object is not callable

from lans.py.

ddworken avatar ddworken commented on July 24, 2024

Hmmm... Interesting. I patched the code to change how the signals are handled, it is updated in the repo here.

https://github.com/ddworken/LANs.py

Download this and try it out. I could not reproduce the issue on my machine (also running Ubuntu 14.10), but I changed up the imports, which should fix this issue.

If it does fix it, I will update the main repo with this fix.

from lans.py.

 avatar commented on July 24, 2024

Error while running the command "python LANs.py -u" and selecting a victim IP.

Traceback (most recent call last):
File "LANs.py", line 1613, in
LANsMain(args)
File "LANs.py", line 276, in LANsMain
Queued(args)
File "LANs.py", line 978, in init
self.q.fast_open(0, socket.AF_INET)
File "/usr/lib/python2.7/dist-packages/nfqueue.py", line 99, in fast_open
def fast_open(self, *args): return _nfqueue.queue_fast_open(self, *args)
RuntimeError: error during nfq_create_queue()

from lans.py.

ddworken avatar ddworken commented on July 24, 2024

Did you run the command @DanMcInerney suggested? pip install --user
NetfilterQueue I think that may fix this problem. It appears that you have
a newer version of python-nfqueue than is supported.

If that does not fix it, you could try downgrading.

https://packages.debian.org/wheezy/amd64/python-nfqueue/download

Download this package, then run sudo dpkg -i python-nfqueue_0.4-3_amd64.deb

That should fix this.

On Tue, Nov 11, 2014 at 1:42 AM, faizanke [email protected] wrote:

Error while running the command "python LANs.py -u" and selecting a victim
IP.

Traceback (most recent call last):
File "LANs.py", line 1613, in
LANsMain(args)
File "LANs.py", line 276, in LANsMain
Queued(args)
File "LANs.py", line 978, in init
self.q.fast_open(0, socket.AF_INET)
File "/usr/lib/python2.7/dist-packages/nfqueue.py", line 99, in fast_open
def fast_open(self, *args): return _nfqueue.queue_fast_open(self, *args)
RuntimeError: error during nfq_create_queue()


Reply to this email directly or view it on GitHub
#49 (comment).

from lans.py.

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.