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
4f8455553e
misc: small fix or general refactoring i did not bother commenting
2018-03-06 22:06:32 +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
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
Bâkır Emre
2bfec00504
Update dhcp6_spoof.go
...
typo fixed for google.com
2018-03-02 11:03:43 +03:00
evilsocket
b243e67828
some progress but still doesn't work
2018-03-01 19:30:10 +01:00
evilsocket
894cbe76a1
refact: refactored api.rest to avoid using global variables
2018-03-01 18:06:42 +01:00
evilsocket
1a67c82fbd
fix: getting rid of forked gopacket, static build ftw!
2018-03-01 10:40:49 +01:00
Kuba Gretzky
2d0619274b
fix: error when arp.spoof.targets contained only MAC addresses
2018-02-28 20:01:44 +01:00
evilsocket
c92d1ffbe7
misc: small fix or general refactoring i did not bother commenting
2018-02-28 13:41:07 +01:00
evilsocket
5ef8defce6
misc: small fix or general refactoring i did not bother commenting
2018-02-28 12:50:50 +01:00
evilsocket
1963258ee5
fix: proper fix for #102
2018-02-28 12:40:07 +01:00
Simone Margaritelli
4de2e1cc52
Merge pull request #104 from aus/tcp-typo
...
fix: fixes a typo in the tcp.proxy module
2018-02-28 12:10:16 +01:00
Austin Robertson
1e61a9b4fa
fix TCP proxy typo
2018-02-27 23:39:01 -06:00
Kent Gruber
69d5cc574f
Use the MacChanger struct's originalMac field to determine if the module has already been configured
...
This goal of this commit is to provide a simple way to deal with the
original mac resotation issue I was facing where the MacChanger struct
was being overwritten if called twice/more than once. This should lock
up users from doing that but provide them a way around it ( not locking
them into an original mac address when I could want to change it
outside my bettercap session) with a consistent-ish experience until I
figure something else out. Or someone else does.
It’s also late and I need to be studying for my windows administration
class midterm.
It’s supposed to be an Advanced Windows Administration class. But it’s
not.
Anyways. I’m sure this commit isn’t perfect. But. What code is? 😂
2018-02-28 00:25:07 -05:00
evilsocket
496c29b5bc
fix: using statically linked version of gopacket ( fixes #98 )
2018-02-28 01:06:49 +01:00
evilsocket
9286716f4a
fix: fixing macOS compilation
2018-02-27 20:25:14 +01:00
evilsocket
cf907db728
fix: fixing macOS compilation
2018-02-27 20:23:48 +01:00
evilsocket
781437fe6f
fix: fixing pcap handles w/r ops synchronization here and there (ref #88 )
2018-02-27 13:28:57 +01:00
evilsocket
b2e559a206
fix: properly synchronizing modules stop action with waitGroups (ref #88 )
2018-02-27 13:20:08 +01:00
evilsocket
b1dc729c79
fix: properly synchronizing modules stop action with waitGroups
2018-02-27 12:53:40 +01:00
alexmozzhakov
fca3e29b06
Fix arp.spoof incorrect handling
2018-02-27 09:24:12 +02:00
evilsocket
3e640c4bac
refact: last 20 events in netshow were redundant
2018-02-27 04:56:21 +01:00
evilsocket
b2abc5e1ed
fix: hiding vendor column in wifi.show as it only took horizontal space
2018-02-27 04:48:12 +01:00
evilsocket
41d1f5a8a0
misc: small fix or general refactoring i did not bother commenting
2018-02-27 04:40:31 +01:00
evilsocket
0108e41e20
new: implemented events.waitfor command ( closes #91 )
2018-02-27 04:39:46 +01:00
evilsocket
fe00cc707f
fix: flagging as unsupported the BLE module on macOS as the GATT library support is not complete.
2018-02-27 03:33:37 +01:00
evilsocket
ee59fefbcd
misc: small fix or general refactoring i did not bother commenting
2018-02-27 03:16:15 +01:00
evilsocket
b4cd5f2a6d
new: ble.write implemented
2018-02-27 03:07:59 +01:00
evilsocket
608c0d7349
Merge branch 'master' of github.com:bettercap/bettercap
2018-02-27 02:39:11 +01:00
evilsocket
44e5803a43
misc: small fix or general refactoring i did not bother commenting
2018-02-27 02:39:01 +01:00
Simone Margaritelli
bbc38c174e
Merge pull request #92 from Neal/logs-improve-consistency-add-rssi
...
misc: improve consistency and add rssi to logs
2018-02-27 00:37:26 +01:00
evilsocket
94ade23da3
Merge branch 'master' of github.com:bettercap/bettercap
2018-02-27 00:35:50 +01:00
evilsocket
ec58c55370
new: implemented ble.enum and refactored how tabular views work ( ref #74 )
2018-02-27 00:35:42 +01:00
Neal Patel
b9cf32573f
misc: improve consistency and add rssi to logs
2018-02-26 15:09:45 -08:00
Nikita Safonov
6115ea7e3f
fix: tcp_proxy module do not panic on empty script
2018-02-26 23:47:20 +03:00
evilsocket
76a537984d
misc: small fix or general refactoring i did not bother commenting
2018-02-26 19:20:45 +01:00
evilsocket
c50ebf9991
fix: fixing compilation on windows
2018-02-26 19:03:00 +01:00
evilsocket
4eb4417c06
misc: small fix or general refactoring i did not bother commenting
2018-02-26 18:57:43 +01:00
evilsocket
2d148b2b24
fix: allowing ble.discover to be restarted (ref #74 )
2018-02-26 18:49:28 +01:00
evilsocket
7fe6cd232c
new: implemented ble.recon (ref #74 )
2018-02-26 18:18:58 +01:00
evilsocket
536614068c
misc: small fix or general refactoring i did not bother commenting
2018-02-26 14:08:12 +01:00