├── .gitignore
├── LICENSE
├── README.md
├── __init__.py
├── databases
└── oui_database.csv
├── dict
└── password.lst
├── download_count.py
├── install.sh
├── module
├── NetBIOS.py
├── __init__.py
├── aircrack.py
├── airodump.py
├── brute_force.py
├── conf
│ ├── AtEar.crt
│ ├── AtEar.key
│ └── run.conf
├── db_reader.py
├── execute.py
├── fake_ap.py
├── network.py
├── pentest.py
├── pentest_open.py
├── phishing
│ ├── static
│ │ ├── facebook
│ │ │ ├── -G5XZK33k3L.js
│ │ │ ├── C86uFXYd8AG.js
│ │ │ ├── GvIVcpFyAUm.js
│ │ │ ├── KsHgELJs-ma.css
│ │ │ ├── L2I1nEfDcnd.js
│ │ │ ├── MfUSW83MbMU.js
│ │ │ ├── NnR8baWyIFe.js
│ │ │ ├── O2aKM2iSbOw.png
│ │ │ ├── TVwETOWw57B.css
│ │ │ ├── an9uVqgXgka.png
│ │ │ ├── asRctFUnmAr.css
│ │ │ ├── dDiSA9yI7kc.js
│ │ │ ├── gl7pBiB2Xcb.js
│ │ │ ├── kv83ea7Wj3Z.js
│ │ │ └── mMVC7YBCU2s.js
│ │ ├── google
│ │ │ ├── arrow_back_grey600_24dp.png
│ │ │ ├── avatar_2x.png
│ │ │ ├── logo_1x.png
│ │ │ ├── logo_strip_1x.png
│ │ │ └── logo_strip_2x.png
│ │ └── twitter
│ │ │ ├── larrybird.png
│ │ │ ├── m5_sessions.css
│ │ │ └── m5_sessions.js
│ ├── templates
│ │ ├── facebook
│ │ │ └── index.html
│ │ ├── google
│ │ │ └── index.html
│ │ └── twitter
│ │ │ ├── index.html
│ │ │ └── static
│ │ │ ├── img
│ │ │ └── larrybird.png
│ │ │ ├── m5_sessions.css
│ │ │ └── m5_sessions.js
│ └── tmp
│ │ └── login.json
└── wids.py
├── product_img
├── AtEar_Product.jpg
├── KoreaTelecom.png
├── Ministry_en.png
├── Samsung.png
├── atearlogo.png
├── edu1.png
├── kaits_.png
├── kbs.png
├── kgu.png
├── korea_rail.png
├── koreauniversity.png
└── police1.png
├── requirements.txt
├── run.py
├── static
├── css
│ ├── jquery.dataTables.css
│ ├── jquery.dataTables.min.css
│ ├── jquery.tablescroll.css
│ ├── main.css
│ ├── semantic.css
│ ├── semantic.min.css
│ └── themes
│ │ ├── basic
│ │ └── assets
│ │ │ └── fonts
│ │ │ ├── icons.eot
│ │ │ ├── icons.svg
│ │ │ ├── icons.ttf
│ │ │ └── icons.woff
│ │ ├── default
│ │ └── assets
│ │ │ ├── fonts
│ │ │ ├── icons.eot
│ │ │ ├── icons.otf
│ │ │ ├── icons.svg
│ │ │ ├── icons.ttf
│ │ │ ├── icons.woff
│ │ │ └── icons.woff2
│ │ │ └── images
│ │ │ └── flags.png
│ │ └── norma
│ │ └── assets
│ │ ├── fonts
│ │ ├── icons.eot
│ │ ├── icons.svg
│ │ ├── icons.ttf
│ │ ├── icons.woff
│ │ └── icons.woff2
│ │ └── images
│ │ └── flags.png
├── images
│ ├── a104ns.jpg
│ ├── iptime
│ │ ├── a1004.jpg
│ │ ├── a1004v.jpg
│ │ ├── a104ns.jpg
│ │ ├── a2004.jpg
│ │ ├── a2004ns.jpg
│ │ ├── a2004nsplus.jpg
│ │ ├── a2004plus.jpg
│ │ ├── a3004.jpg
│ │ ├── a3004ns.jpg
│ │ ├── a5004ns.jpg
│ │ ├── a604.jpg
│ │ ├── a604v.jpg
│ │ ├── n1.jpg
│ │ ├── n104.jpg
│ │ ├── n104a.jpg
│ │ ├── n104i.jpg
│ │ ├── n104k.jpg
│ │ ├── n104m.jpg
│ │ ├── n104plus.jpg
│ │ ├── n104q.jpg
│ │ ├── n104r.jpg
│ │ ├── n104r3.jpg
│ │ ├── n104s.jpg
│ │ ├── n104sr1.jpg
│ │ ├── n104t.jpg
│ │ ├── n104v.jpg
│ │ ├── n1e.jpg
│ │ ├── n1plus.jpg
│ │ ├── n2.jpg
│ │ ├── n2e.jpg
│ │ ├── n2eplus.jpg
│ │ ├── n2plus.jpg
│ │ ├── n3004.jpg
│ │ ├── n5.jpg
│ │ ├── n504.jpg
│ │ ├── n5r1_01.jpg
│ │ ├── n6004.jpg
│ │ ├── n6004m.jpg
│ │ ├── n6004r.jpg
│ │ ├── n604.jpg
│ │ ├── n604a.jpg
│ │ ├── n604i.jpg
│ │ ├── n604m.jpg
│ │ ├── n604plus.jpg
│ │ ├── n604r.jpg
│ │ ├── n604rplus.jpg
│ │ ├── n604s.jpg
│ │ ├── n604t.jpg
│ │ ├── n604tplus.jpg
│ │ ├── n604v.jpg
│ │ ├── n604vplus.jpg
│ │ ├── n608.jpg
│ │ ├── n7004ns.jpg
│ │ ├── n704.jpg
│ │ ├── n704a.jpg
│ │ ├── n704a3.jpg
│ │ ├── n704bcm.jpg
│ │ ├── n704m.jpg
│ │ ├── n704ns.jpg
│ │ ├── n704s.jpg
│ │ ├── n704v.jpg
│ │ ├── n704v3.jpg
│ │ ├── n8004.jpg
│ │ ├── n8004r.jpg
│ │ ├── n804.jpg
│ │ ├── n804a.jpg
│ │ ├── n804a3.jpg
│ │ ├── n804t.jpg
│ │ ├── n804t3.jpg
│ │ ├── n804v.jpg
│ │ ├── n904.jpg
│ │ ├── n904ns.jpg
│ │ ├── n904plus.jpg
│ │ ├── n904vplus.jpg
│ │ ├── nx505.jpg
│ │ └── smart.jpg
│ ├── sort_asc.png
│ ├── sort_asc_disabled.png
│ ├── sort_both.png
│ ├── sort_desc.png
│ └── sort_desc_disabled.png
├── img
│ ├── Atear_logo.png
│ ├── atear_logo.svg
│ ├── atear_logo_d.svg
│ ├── atear_logo_white.svg
│ ├── atear_logo_white_beta.svg
│ ├── glass.jpg
│ ├── glass2.jpg
│ └── pavicon.ico
└── js
│ ├── config.js
│ ├── libs
│ ├── Chart.min.js
│ ├── backbone.js
│ ├── backbone.min.js
│ ├── fullscreen.js
│ ├── jquery.address.min.js
│ ├── jquery.dataTables.js
│ ├── jquery.dataTables.min.js
│ ├── jquery.js
│ ├── jquery.tablescroll.js
│ ├── jquery.tablesort.js
│ ├── lodash.min.js
│ ├── require.min.js
│ ├── semantic.js
│ ├── semantic.min.js
│ ├── typed.min.js
│ └── underscore.js
│ ├── main.js
│ ├── models
│ ├── fakeap-model.js
│ ├── hidden-model.js
│ ├── pentest-model.js
│ ├── pentest-result-collection.js
│ ├── pentest-result-model.js
│ ├── project-collection.js
│ ├── project-model.js
│ ├── scanstatus-collection.js
│ ├── scanstatus-model.js
│ ├── wids-collection.js
│ └── wids-model.js
│ ├── utils
│ └── tpl.js
│ └── views
│ ├── fakeap-connstation.js
│ ├── fakeap-loginstation.js
│ ├── fakeap.js
│ ├── header-menu.js
│ ├── hidden.js
│ ├── pentest-option.js
│ ├── pentest-result.js
│ ├── pentest-scantable-empty.js
│ ├── pentest-scantable.js
│ ├── pentest-typetable.js
│ ├── pentest.js
│ ├── project-list.js
│ ├── status-scanchart.js
│ ├── status-scantable.js
│ ├── status.js
│ ├── wids-chart.js
│ ├── wids-statistic.js
│ ├── wids-table.js
│ └── wids.js
└── templates
├── fakeap-connstation-list.html
├── fakeap-connstation.html
├── fakeap-loginstation-list.html
├── fakeap-loginstation.html
├── fakeap.html
├── header.html
├── hidden-message.html
├── hidden.html
├── index.html
├── login.html
├── main.html
├── pentest-option.html
├── pentest-result-list.html
├── pentest-result.html
├── pentest-scantable-empty.html
├── pentest-scantable-list.html
├── pentest-scantable.html
├── pentest-typetable.html
├── pentest.html
├── project-list-item.html
├── project-list.html
├── status-scanchart.html
├── status-scantable-list.html
├── status-scantable.html
├── status.html
├── wids-chart.html
├── wids-statistic-list.html
├── wids-statistic.html
├── wids-table-list.html
├── wids-table.html
└── wids.html
/.gitignore:
--------------------------------------------------------------------------------
1 | *.pyc
2 | .*
3 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | ## AtEar
4 | AtEar is a scalable and efficient system, and also the first web-based wireless vulnerability assessment solution.
5 | This Wireless Vulnerability Analysis/Management Solution, AtEar, can be utilized both by businesses and in the home.
6 | For business use, AtEar utilizes fingerprint devices for access to the network and to analyze the current wireless network conditions.
The automatic penetration testing function makes it possible to analyze wireless vulnerability conveniently and meticulously.
AtEar for home networks inspects network security conditions and monitors for any unregistered devices.
7 |
8 | # Intro
9 |
10 | > In short, [AtEar](http://www.norma.co.kr) is a wireless pentest system.
11 | > AtEar provides a web-based user interface.
12 | > AtEar is easy and fast to use.
13 |
14 | ![alt AtEar_Product] (https://raw.githubusercontent.com/NORMA-Inc/AtEar/master/product_img/AtEar_Product.jpg)
15 |
essid | 5 |bssid | 6 |Inject | 7 |Fake Auth | 8 |ARP req | 9 |Key | 10 |Public IP | 11 |Conneted Host Information | 12 |
---|
5 | | Type | 6 |Company | 7 |SSID | 8 |MAC | 9 |Channel | 10 |S/N | 11 |Encryption | 12 |LastSeen | 13 |
---|
7 | | Information Get | 8 |
---|---|
13 |
14 |
15 |
16 |
17 | |
18 | Public IP information | 19 |
22 |
23 |
24 |
25 |
26 | |
27 | Connected Host information | 28 |
37 | | Pentest | 38 |39 | | 40 | |
---|---|---|---|
45 |
46 |
47 |
48 |
49 | |
50 | Key Cracking (Key Cracking is always needed) | 51 |||
54 |
55 |
56 |
57 |
58 | |
59 | FTP Login | 60 |
61 |
62 |
63 |
64 |
65 | |
66 | SSH Login | 67 |
70 |
71 |
72 |
73 |
74 | |
75 | Telnet Login | 76 |
77 |
78 |
79 |
80 |
82 | SMTP Login |
81 | |
83 |
86 |
87 |
88 |
89 |
91 | POP Login |
90 | |
92 |
93 |
94 |
95 |
96 |
98 | IMAP Login |
97 | |
99 |
102 |
103 |
104 |
105 |
107 | LDAP login |
106 | |
108 |
109 |
110 |
111 |
112 |
114 | SMB Login |
113 | |
115 |
118 |
119 |
120 |
121 |
123 | RLOGIN login |
122 | |
124 |
125 |
126 |
127 |
128 |
130 | MSSQL Login |
129 | |
131 |
134 |
135 |
136 |
137 |
139 | MYSQL Login |
138 | |
140 |
141 |
142 |
143 |
144 |
146 | PGSQL Login |
145 | |
147 |
150 |
151 |
152 |
153 |
155 | VNC Login |
154 | |
156 |
157 |
158 |
159 |
160 |
162 | SNMP Login |
161 | |
163 |
<%= p_desc %>
12 |Type | 5 |Company | 6 |SSID | 7 |MAC | 8 |Channel | 9 |S/N | 10 |Encryption | 11 |LastSeen | 12 |
---|
Attack Name | 9 |Source Mac | 10 |Dst_Mac | 11 |Possible | 12 |Time | 13 |
---|