Giter Site home page Giter Site logo

py80211's People

py80211's Issues

80211Tool failes to init

python Tool80211.py wlan0

returns this output:

root@raspberrypi:/home/pi/Project/lib/80211Tool# ls
Parse80211.py  PyLorcon2.py  PyLorcon2.pyc  test.py  Tool80211.py
root@raspberrypi:/home/pi/Project/lib/80211Tool# python Tool80211.py wlan0
Exception AttributeError: "'Context' object has no attribute 'lib'" in <bound 
method Context.__del__ of <PyLorcon2.Context object at 0xdcde30>> ignored
Traceback (most recent call last):
  File "Tool80211.py", line 264, in <module>
    x = Toolkit80211(sys.argv[1])
  File "Tool80211.py", line 23, in __init__
    self.moniface = {"ctx":PyLorcon2.Context(interface)}
TypeError: __init__() takes exactly 3 arguments (2 given)


Possible issues: I have compiled lorcon from scratch using newest revision.  I 
am using pylorcon2, which is imported from the same directory as the Tool.  
This is also the newest revision.

Original issue reported on code.google.com by [email protected] on 27 Oct 2012 at 2:08

unicode error

Works fine for a few seconds, then bombs out on my netbook:

Traceback (most recent call last):
  File "pyview.py", line 52, in <module>
    print "%s %s" %(apbssid, lbss[bssid])
UnicodeEncodeError: 'ascii' codec can't encode character u'\ufffd' in position 
18: ordinal not in range(128)

Original issue reported on code.google.com by [email protected] on 10 Nov 2012 at 3:22

liboui2.py causes exceptions on fresh install with no aircrack

What steps will reproduce the problem?
1. on a fresh operating system with no aircrack, execute pyview.py
2.
3.

This appears to be caused by a lack of the oui.txt file on a fresh install with 
no aircrack. in download def, if self.filename == None, it will fail to open a 
file for writing.


Original issue reported on code.google.com by [email protected] on 2 Jul 2013 at 5:03

liboui2 fails to download properly or do proper checking

What steps will reproduce the problem?
1. start liboui for the first time on an install with NO oui.txt and no oui.txt 
set in the parameters.
2. Watch it fall over and laugh

What is the expected output? What do you see instead?
Expected output is a downloaded list to be parsed

Please use labels and text to provide additional information.

Attempts to download a new list EVERY time regardless, or that's what the 
messages say. Should just use the pyobj it makes.

Original issue reported on code.google.com by [email protected] on 3 Jun 2013 at 11:41

Lists in rules create python bugs

A list in the rule dictionary AFTER being parsed by the JSON parser will cause 
an unexpected input (expecting string) error to throw in python in the Rules 
class.

If the list is taken out, behavior is normal.

Note:

This is likely from the regex!  Simply put a types.ListType check in there and 
we'll be off to the races.

Line 132

Original issue reported on code.google.com by [email protected] on 4 Jun 2013 at 2:03

Pformatmac in Tool

should have a delimiter field instead of returning a bigger, unneeded data type 
so that users can select delimiter at will.

Original issue reported on code.google.com by [email protected] on 7 Jun 2013 at 4:34

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.