Coder Social home page Coder Social logo

norma-inc / atear Goto Github PK

View Code? Open in Web Editor NEW
280.0 280.0 116.0 12.65 MB

Wireless Hacking, WiFi Security, Vulnerability Analyzer, Pentestration

Home Page: http://www.norma.co.kr

License: Apache License 2.0

Python 6.94% CSS 32.87% HTML 5.52% JavaScript 54.60% Shell 0.07%

atear's People

Contributors

gyunwoo0 avatar leesum-in avatar norma-inc 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  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  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

atear's Issues

ERROR in app: Exception on /api/scanstatus [GET]

[*] START AtEar-WIDS
/home/trex/projects/AtEar
[2020-11-21 15:37:20,873] ERROR in app: Exception on /api/scanstatus [GET]
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1952, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1821, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functionsrule.endpoint
File "run.py", line 100, in scanstatus
wids = Wireless_IDS(self.scan_iface)
File "/home/trex/projects/AtEar/module/wids.py", line 90, in init
signal.signal(signal.SIGTERM, signal_handler)
ValueError: signal only works in main thread
127.0.0.1 - - [21/Nov/2020 15:37:20] "GET /api/scanstatus HTTP/1.1" 500 -

fake AP creation: AttributeError: main_app instance has no attribute 'self'

Error while creating a fake AP:

127.0.0.1 - - [25/Jan/2019 19:06:00] "GET /api/hidden/0 HTTP/1.1" 200 -
[2019-01-25 19:06:01,703] ERROR in app: Exception on /api/fakeap [POST]
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/flask/app.py", line 2292, in wsgi_app
    response = self.full_dispatch_request()
  File "/usr/lib/python2.7/site-packages/flask/app.py", line 1815, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/usr/lib/python2.7/site-packages/flask/app.py", line 1718, in handle_user_exception
    reraise(exc_type, exc_value, tb)
  File "/usr/lib/python2.7/site-packages/flask/app.py", line 1813, in full_dispatch_request
    rv = self.dispatch_request()
  File "/usr/lib/python2.7/site-packages/flask/app.py", line 1799, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "run.py", line 150, in fakeap
    self.fake_ap = APCreate(self.self.scan_iface, options['enc'], options['ssid'], options['password'])
AttributeError: main_app instance has no attribute 'self'
127.0.0.1 - - [25/Jan/2019 19:06:01] "POST /api/fakeap HTTP/1.1" 500 -

Fake AP WEP, WPA Not working

Fake AP UI -> Select WEP -> AP Created Open....
Fake AP UI -> Select WPA -> AP Created Open....

hostapd configration file editing needs...

---- Updating...

The "Pentest" can be launched without any AP selected

The "Pentest" can be launched without any AP selected (and without any detected because of #16).
So the progress bar is going, blank rows are appearing on the table:

image

But of course in the end nothing happened, you just loosed time.

Pentest Next button with no argument.

In Pentest screen, click Next button without argument, no error.
Then server should return an error of course., but Browsers do not reflect error.

Wireless scan: signal only works in main thread

Right after launching the wireless scan:

[*] Start scanning network
[*] START AtEar-WIDS
/usr/share/atear
[2019-01-25 18:56:58,505] ERROR in app: Exception on /api/scanstatus [GET]
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/flask/app.py", line 2292, in wsgi_app
    response = self.full_dispatch_request()
  File "/usr/lib/python2.7/site-packages/flask/app.py", line 1815, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/usr/lib/python2.7/site-packages/flask/app.py", line 1718, in handle_user_exception
    reraise(exc_type, exc_value, tb)
  File "/usr/lib/python2.7/site-packages/flask/app.py", line 1813, in full_dispatch_request
    rv = self.dispatch_request()
  File "/usr/lib/python2.7/site-packages/flask/app.py", line 1799, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "run.py", line 100, in scanstatus
    wids = Wireless_IDS(self.scan_iface)
  File "/usr/share/atear/module/wids.py", line 90, in __init__
    signal.signal(signal.SIGTERM, signal_handler)
ValueError: signal only works in main thread

rpi3

hi, i am wondering, can it run on raspberry pi 3?

thanks

Penetration stuck at 3%

Hi,

I'm getting an error while launching the Penetration option (while the interface os is stuck at 3%)
Here is the error from the terminal :

[2016-11-07 23:25:07,381] ERROR in app: Exception on /api/pentest [POST]
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1988, in wsgi_app
response = self.full_dispatch_request()
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1641, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1544, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1639, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1625, in dispatch_request
return self.view_functionsrule.endpoint
File "run.py", line 212, in pentest
self.wids_handle.terminate()
AttributeError: 'bool' object has no attribute 'terminate'
127.0.0.1 - - [07/Nov/2016 23:25:07] "POST /api/pentest HTTP/1.1" 500 -
127.0.0.1 - - [07/Nov/2016 23:25:07] "GET /api/hidden/0 HTTP/1.1" 200 -
[2016-11-07 23:25:12,474] ERROR in app: Exception on /api/pentest [GET]
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1988, in wsgi_app
response = self.full_dispatch_request()
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1641, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1544, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1639, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1625, in dispatch_request
return self.view_functionsrule.endpoint
File "run.py", line 212, in pentest
self.wids_handle.terminate()
AttributeError: 'bool' object has no attribute 'terminate'
127.0.0.1 - - [07/Nov/2016 23:25:12] "GET /api/pentest HTTP/1.1" 500 -

And here is the log folder
Thanks

Can't run AtEar-WIDS

Hi, i'm running AtEar last version on Kali Linux (latest version too, rolling), with everything up to date, and when i try to run the wireless scan from the web interface with my AWUS036NHA i'm not getting anything from the web interface, here is the log of the terminal :

[*] Start scanning network 
[*] START AtEar-WIDS
[2016-11-04 20:50:36,503] ERROR in app: Exception on /api/scanstatus [GET]
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1988, in wsgi_app
    response = self.full_dispatch_request()
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1641, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1544, in handle_user_exception
    reraise(exc_type, exc_value, tb)
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1639, in full_dispatch_request
    rv = self.dispatch_request()
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1625, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "run.py", line 97, in scanstatus
    wids = Wireless_IDS(self.scan_iface)
  File "/root/Bureau/AtEar/module/wids.py", line 98, in __init__
    open(self.essidfile, "wb").write("")
IOError: [Errno 2] No such file or directory: '/root/Bureau/AtEar/module/../log/essidcount.log'

I also have a warning when i launch AtEar

WARNING: No route found for IPv6 destination :: (no default route?

Do you have any fix for this issue ?
Thanks

Interface Auto Select

Ubuntu-Gnome 14.04 Terminal
python run.py
--> Wireless Status not working...
ifconfig --> atear_* interface on..
airodump-ng atear_dump
-> not working

--- Updating...

Screen transition issue

The work in progress at the 'wireless scan' screen, move another screen and comeback, then scan result is gone.
And this makes uncontrolled process..
'fake_ap' screen too.

WIDS: ValueError: signal only works in main thread

Just clicking the WIDS menu generates an error:

[2019-01-25 19:07:13,852] ERROR in app: Exception on /api/wids [GET]
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/flask/app.py", line 2292, in wsgi_app
    response = self.full_dispatch_request()
  File "/usr/lib/python2.7/site-packages/flask/app.py", line 1815, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/usr/lib/python2.7/site-packages/flask/app.py", line 1718, in handle_user_exception
    reraise(exc_type, exc_value, tb)
  File "/usr/lib/python2.7/site-packages/flask/app.py", line 1813, in full_dispatch_request
    rv = self.dispatch_request()
  File "/usr/lib/python2.7/site-packages/flask/app.py", line 1799, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "run.py", line 194, in wids
    self.wids_handle = Wireless_IDS('atear_wids')
  File "/usr/share/atear/module/wids.py", line 90, in __init__
    signal.signal(signal.SIGTERM, signal_handler)
ValueError: signal only works in main thread

And of course nothing appear.

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.