Commit graph

853 commits

Author SHA1 Message Date
Simone Margaritelli
0b51b6ebe4
Merge pull request #170 from KhasMek/api
api: switch request router and add more paths
2018-03-13 13:33:12 +01:00
evilsocket
1ea44ec73d
misc: small fix or general refactoring i did not bother commenting 2018-03-13 13:22:09 +01:00
evilsocket
e40219976c
new: implemented events.stream.output (closes #169). new: implemented -no-colors argument. 2018-03-13 13:20:21 +01:00
KhasMek
4b8d4aeb1b api: switch request router and add more paths
This switches the url router to gorilla and
  adds the following routes.

  - /api/events
  - /api/session
  - /api/session/ble
  - /api/session/ble/{mac}
  - /api/session/env
  - /api/session/gateway
  - /api/session/interface
  - /api/session/lan
  - /api/session/lan/{mac}
  - /api/session/options
  - /api/session/packets
  - /api/session/started-at
  - /api/session/wifi
  - /api/session/wifi/{mac}

  where {mac} is the mac address of a device.
2018-03-12 18:42:32 -06:00
evilsocket
b63c20b757
misc: small fix or general refactoring i did not bother commenting 2018-03-12 17:13:28 +01:00
evilsocket
17e5138acd
misc: small fix or general refactoring i did not bother commenting 2018-03-12 17:01:53 +01:00
Matrix86
654633c419 wifi module: fixes and multiple channel selection 2018-03-12 16:58:02 +01:00
evilsocket
1b7131eb54
misc: small fix or general refactoring i did not bother commenting 2018-03-12 16:25:12 +01:00
Matrix86
4726c2fc9d wifi module: fix on beacon parsing and multiple channel selection 2018-03-12 16:06:51 +01:00
evilsocket
0a8b8548b6
misc: small fix or general refactoring i did not bother commenting 2018-03-12 15:58:45 +01:00
evilsocket
63a07cf262
misc: small fix or general refactoring i did not bother commenting 2018-03-12 15:51:23 +01:00
Matrix86
582e1ae81e wifi module can now use a pcap file as offline recon 2018-03-12 15:32:50 +01:00
evilsocket
ce4975fdd1
misc: small fix or general refactoring i did not bother commenting 2018-03-12 14:28:44 +01:00
evilsocket
1e408f62ba
Revert "Issue #157: wifi.recon can now select one or multiple channels (comma separated) and show only the selected channels."
This reverts commit 054ce2a1bf.
2018-03-12 14:13:49 +01:00
Matrix86
054ce2a1bf Issue #157: wifi.recon can now select one or multiple channels (comma separated) and show only the selected channels. 2018-03-12 14:09:09 +01:00
evilsocket
0e2e7344f8
misc: small fix or general refactoring i did not bother commenting 2018-03-11 15:38:37 +01:00
evilsocket
8f84b9d72c
fix: make 802.11 packet parsing and validation more robust (fixes #167) 2018-03-11 15:36:51 +01:00
evilsocket
98d7fb5b86
fix: sslstrip is disabled by default (ref #154) 2018-03-09 16:33:15 +01:00
evilsocket
68167b3f7c
fix: make macOS ALTQ and firewall related messages silent (fixes #162) 2018-03-09 14:33:29 +01:00
evilsocket
c570319d66
misc: small fix or general refactoring i did not bother commenting 2018-03-09 13:28:38 +01:00
evilsocket
0f8c668f87
misc: small fix or general refactoring i did not bother commenting 2018-03-09 12:53:35 +01:00
evilsocket
26f3a000da
fix: forcing https urls to http if sslstrip is enabled (ref #154) 2018-03-09 12:36:01 +01:00
evilsocket
2a601e1412
new: implemented sslstrip (ref #154) 2018-03-09 12:10:43 +01:00
evilsocket
d8223d9579
some progress (ref #154) 2018-03-08 21:08:54 +01:00
evilsocket
62112b0ae4
stripping is done, only resolution of fake domains is needed (ref #154) 2018-03-08 20:28:12 +01:00
evilsocket
8931c918c6
implemented cookie monitor and session expiration (ref #154) 2018-03-08 19:26:57 +01:00
evilsocket
2d53890501
still working on #154 2018-03-08 18:13:45 +01:00
evilsocket
741d9d8f6e
started working on #154 2018-03-08 17:37:55 +01:00
evilsocket
1a8826436e
fix: not using a static build on linux/amd64 in order to avoid glibc issues (fixes #155) 2018-03-08 15:35:32 +01:00
evilsocket
5e6741d544
fix: /api/events n parameter did not work as expected (fixes #158) 2018-03-07 18:39:31 +01:00
evilsocket
2b94fb9e83
new: adding the obvious because people need to be explained literally everything 2018-03-07 17:48:01 +01:00
evilsocket
fe4a091391
fix: fixs #156 2018-03-07 17:47:07 +01:00
Simone Margaritelli
d63b484212
Merge pull request #153 from KhasMek/arm7hf
build.sh: build for arm7hf
2018-03-07 14:01:56 +01:00
KhasMek
d55fc641bf build.sh: build for arm7hf
For those poor souls that own a
  (pocket) C.H.I.P.

  Or other arm7hf hardware.
2018-03-07 05:36:25 -07:00
evilsocket
1e7d99433e
refact: refactored module status checks in Configure methods for consistency 2018-03-07 12:47:15 +01:00
evilsocket
a8e6b497a3
fix: explicitly printing interface name if could not set it to monitor mode (ref #127) 2018-03-07 11:39:24 +01:00
evilsocket
24310b5cad
fix: fixes a bug which caused net.sniff not to print output if net.sniff.local is not true (fixes #138) 2018-03-06 22:18:41 +01:00
evilsocket
514370e1c2
fix: now the environment is not persisted by default anymore (closes #146) 2018-03-06 22:12:25 +01:00
evilsocket
4f8455553e
misc: small fix or general refactoring i did not bother commenting 2018-03-06 22:06:32 +01:00
evilsocket
7ec5b36f98 Releasing v2.1 2018-03-06 20:33:17 +01:00
evilsocket
caa801c764 new: gps module 2018-03-06 20:04:04 +01:00
evilsocket
1857a62645 misc: small fix or general refactoring i did not bother commenting 2018-03-06 17:24:36 +01:00
evilsocket
973b864132 Merge branch 'api_ws' 2018-03-06 13:54:45 +01:00
evilsocket
5ad1a17118 new: implemented optional websocket for /api/events 2018-03-06 13:54:37 +01:00
evilsocket
10c3f702bd new: added hostname to net.sniff.leak.http event (fixes #139) 2018-03-06 12:35:49 +01:00
evilsocket
67d0e151ab fix: attempting to fix #109 2018-03-06 12:09:32 +01:00
evilsocket
d33430b047 fix: made goproxy warnings silent as they confuse users (ref #113) 2018-03-05 18:37:48 +01:00
evilsocket
07fe790ad1 new: now request object can be changed during OnRequest handlers (closes #135) 2018-03-05 16:48:45 +01:00
evilsocket
cb58258bd7 refact: returning pointers for both js request and js response 2018-03-05 16:14:26 +01:00
evilsocket
291b95b5f7 fix: fixed dockerfile 2018-03-03 19:24:12 +01:00