Commit graph

1613 commits

Author SHA1 Message Date
evilsocket
1c3b9fc825
misc: small fix or general refactoring i did not bother commenting 2018-08-17 15:50:02 +02:00
evilsocket
4206fd6a22
fix: the data field and the return value of the onData callback for the tcp.proxy are now byte arrays instead of strings (fixes #284) 2018-08-17 15:30:00 +02:00
evilsocket
49beed239f
misc: wifi.deauth has been optimized by sorting frames to send by channel in order to minimize the amount of channel hops 2018-08-17 14:57:44 +02:00
evilsocket
148122e8fa
misc: small fix or general refactoring i did not bother commenting 2018-08-17 14:21:39 +02:00
evilsocket
5bf7814cba
fix: module parameters are now sorted by name when using the 'help module' command 2018-08-17 14:20:04 +02:00
evilsocket
7a08366516
new: single https certificate / authority fields can now be customized via dedicated module parameters ( http.server, https.proxy and api.rest ) 2018-08-17 14:11:50 +02:00
evilsocket
3d852a0fae
fix: fixing request and response headers and downgrading security even if sslstrip is disabled 2018-08-15 19:57:35 +02:00
evilsocket
e650958e8b
misc: small fix or general refactoring i did not bother commenting 2018-08-15 19:23:14 +02:00
evilsocket
1adb542735
misc: small fix or general refactoring i did not bother commenting 2018-08-14 18:01:42 +02:00
evilsocket
6c3157e9c4
new: implemented http.proxy.injectjs and https.proxy.injectjs to inject javascript code, files or URLs without a proxy module 2018-08-14 17:12:22 +02:00
evilsocket
7839a90c82
fix: removed bogus message from sniffer events reporting 2018-08-14 14:30:59 +02:00
evilsocket
cc8d1370f9
new: implemented any.proxy module to redirect traffic to custom proxy tools 2018-08-14 14:09:21 +02:00
evilsocket
b361856c0b
fix: deleting firewall port redirection when tcp.proxy is stopped 2018-08-14 14:03:11 +02:00
evilsocket
b7a9712e52
misc: small fix or general refactoring i did not bother commenting 2018-08-14 13:46:13 +02:00
evilsocket
9e393e5bf4
fix: network.SetInterfaceChannel won't exec iwconfig if the interface is already on the requested channel. 2018-08-02 17:57:14 +02:00
evilsocket
0f5beb72dd
refact: refactored wifi.deauth logic code 2018-08-02 17:26:51 +02:00
evilsocket
4d8270fe82
misc: small fix or general refactoring i did not bother commenting 2018-08-02 17:04:06 +02:00
evilsocket
7f905f4881
fix: fixed a race condition while doing wifi channel hopping 2018-08-02 17:03:11 +02:00
evilsocket
fa403ad0ec
refact: minor refactoring on the caplets paths parsing and autocomplete logic 2018-08-02 16:42:34 +02:00
evilsocket
db30cfdd6a
fix: pruning wifi clients not seen in the last 5 minutes 2018-07-31 17:20:47 +02:00
evilsocket
81fb3fe1a6
misc: small fix or general refactoring i did not bother commenting 2018-07-31 16:24:48 +02:00
evilsocket
e8cc664558
new: added /usr/share/bettercap/caplets/ as one of the default search paths for .cap files 2018-07-31 16:23:42 +02:00
evilsocket
3d1936ef61
misc: updated go-nmea dependency and refactored code for v1.1.0 2018-07-31 16:19:59 +02:00
evilsocket
f8ede4ddbe
fix: better mass deauth message 2018-07-29 16:23:52 +02:00
evilsocket
c26775a112
fix: better broadcast deauth logging message 2018-07-29 16:02:25 +02:00
evilsocket
024f14e3b6
fix: removed update.check from autostart 2018-07-29 15:59:18 +02:00
evilsocket
ae969c17ec
misc: small fix or general refactoring i did not bother commenting 2018-07-24 13:51:12 +02:00
evilsocket
9ab245d2d3
Releasing v2.7 2018-07-23 09:18:11 +02:00
evilsocket
51987ff84f
new: wifi.deauth now accepts a broadcast bssid, in which case it'll start deauthing every client from every access point 2018-07-23 08:55:10 +02:00
evilsocket
5ee7a9cf82
Merge pull request #302 from alexmozzhakov/master
Improvements to autocomplete
2018-07-23 06:20:32 +02:00
alexmozzhakov
bad9b41918 Removed debug log 2018-07-21 15:32:23 +03:00
alexmozzhakov
17d931a074 Adding search for caplets into autocomplete (only /caplets/ will be
searched recursively)
2018-07-21 15:28:13 +03:00
alexmozzhakov
7e952865cc This is a fix for showing MAC,BSSID and other CAPSed options 2018-07-21 15:23:49 +03:00
yungtravla
c03a549c00
Merge pull request #297 from alexmozzhakov/patch-2
Fix for domains that begin with localhost and 127.0.0.1
2018-06-25 03:12:08 +10:00
Alexey Mozzhakov
18c74ce6ef
Fix for requests with port specified 2018-06-23 19:17:16 +03:00
Alexey Mozzhakov
3c53e87df7
Fix for domains localhost.* and 127.0.0.1.* 2018-06-23 19:00:13 +03:00
Simone Margaritelli
92169f4fab
Merge pull request #292 from bettercap/refactored-http-headers
Refactored http headers
2018-06-15 11:45:37 +02:00
yungtravla
ff846bd6e5
Update http_proxy_js_response.go 2018-06-15 14:08:37 +10:00
yungtravla
77ca3550a0
Update http_proxy_js_request.go 2018-06-15 14:07:57 +10:00
Simone Margaritelli
2f41168d99
Merge pull request #282 from eenblam/fix-wifi-ap
Fix wifi.ap functionality
2018-06-04 10:03:44 +02:00
eenblam
d5b550db28 Fix wifi.ap functionality
Broken in 0de6f3a76e
2018-05-23 22:19:10 -07:00
evilsocket
1cd9795157
new: make install rule 2018-05-22 13:05:07 +02:00
evilsocket
a3ef4e66f0
misc: small fix or general refactoring i did not bother commenting 2018-05-22 12:46:46 +02:00
Simone Margaritelli
5ef0df0e7a
Merge pull request #280 from picatz/test-packets
add some tests to the packets package
2018-05-21 11:11:24 +02:00
Kent Gruber
d6564a5b4d add some queue tests 2018-05-20 14:29:12 -04:00
Kent Gruber
8b74453842 add some ntlm tests 2018-05-20 14:29:04 -04:00
Kent Gruber
f0f98bcd06 add some krb5 tests 2018-05-20 14:28:56 -04:00
Kent Gruber
d71477f502 add some dot11 types tests 2018-05-20 14:28:36 -04:00
Kent Gruber
cca6fc05d4 add some dot11 tests 2018-05-20 14:28:22 -04:00
Kent Gruber
56c4110312 add dhcp6 layer test 2018-05-17 13:19:13 -04:00