Commit graph

1183 commits

Author SHA1 Message Date
evilsocket
9533c67d88
fix: net.sniff.verbose is false by default 2018-08-26 16:54:12 +02:00
evilsocket
2e952456bd
misc: small fix or general refactoring i did not bother commenting 2018-08-26 15:32:13 +02:00
evilsocket
52da653604
misc: small fix or general refactoring i did not bother commenting 2018-08-26 15:30:43 +02:00
evilsocket
cd0dcb63a4
misc: small fix or general refactoring i did not bother commenting 2018-08-26 15:30:10 +02:00
evilsocket
38694ad091
misc: small fix or general refactoring i did not bother commenting 2018-08-26 12:13:44 +02:00
evilsocket
855f9b243e
misc: small fix or general refactoring i did not bother commenting 2018-08-26 10:24:34 +02:00
evilsocket
a2327b7e8e
misc: small fix or general refactoring i did not bother commenting 2018-08-26 10:23:30 +02:00
evilsocket
b57e329632
misc: small fix or general refactoring i did not bother commenting 2018-08-25 11:50:23 +02:00
evilsocket
4e7377d2a0
misc: small fix or general refactoring i did not bother commenting 2018-08-25 11:42:24 +02:00
evilsocket
6eb3352f8b
misc: small fix or general refactoring i did not bother commenting 2018-08-25 11:37:20 +02:00
evilsocket
f213d0d0ca
fix: working directory is temporarily switched when running a caplet in order to properly load/include files relative to the caplet itself 2018-08-25 11:31:25 +02:00
evilsocket
9a3a514f6a
misc: small fix or general refactoring i did not bother commenting 2018-08-24 15:50:26 +02:00
evilsocket
031f2e64ff
fix: net.probe handled errors were turned into debug messages 2018-08-24 15:28:33 +02:00
evilsocket
cd14c17ca9
refact: refactored caplet loading and command completion logic 2018-08-24 14:05:00 +02:00
evilsocket
bb49de4476
misc: small fix or general refactoring i did not bother commenting 2018-08-21 15:23:00 +02:00
evilsocket
da5cbea7b1
fix: correct lookup of caplet files from multiple default paths 2018-08-21 13:45:46 +02:00
evilsocket
924387faf2
new: asking confirmation when the session is closed with CTRL+C / SIGINT
(closes #319)
2018-08-20 16:46:20 +02:00
evilsocket
6c43fb7673
misc: small fix or general refactoring i did not bother commenting 2018-08-20 16:12:22 +02:00
evilsocket
f79f4bff4c
minor refactoring of the ble module 2018-08-20 15:47:35 +02:00
evilsocket
42c5431f59
Releasing v2.8 2018-08-17 15:53:55 +02:00
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