Commit graph

2181 commits

Author SHA1 Message Date
Simone Margaritelli
dd71378ce7 misc: small fix or general refactoring i did not bother commenting 2024-08-08 16:57:54 +02:00
Simone Margaritelli
5d2c173d5e misc: small fix or general refactoring i did not bother commenting 2024-08-08 16:54:29 +02:00
Simone Margaritelli
632d703087 new: added github workflows (ref #1114) 2024-08-08 16:52:14 +02:00
Simone Margaritelli
8b24723c18 fix: added cover.out to .gitignore 2024-08-08 16:44:10 +02:00
Simone Margaritelli
9abf7c809a fix: if interface name has not been provided, avoid default to a tun interface 2024-08-08 16:42:52 +02:00
Simone Margaritelli
7beb27cfca fix: updated gatt library to include fix for #1095 2024-08-08 14:06:59 +02:00
Simone Margaritelli
b12ba7947b fix: workaround for PCAP_SET_RFMON issue (fixes #819, https://github.com/the-tcpdump-group/libpcap/issues/1041, https://github.com/the-tcpdump-group/libpcap/issues/1033) 2024-08-08 13:40:45 +02:00
Simone Margaritelli
06623ddfb9
Merge pull request #1085 from SkyperTHC/master
sslstrip fix & don't restore iptables/ip_forward on exit when bettercap did not change them.
2024-08-08 13:02:15 +02:00
Simone Margaritelli
2499d5147f fix: every wifi frame injection operation on macOS will print an error (ref #448) 2024-08-08 12:59:21 +02:00
Simone Margaritelli
5858743b6e new: updated mac vendor lookup with IEEE datasets 2024-08-08 12:47:59 +02:00
Simone Margaritelli
0dc5f66e27 fix: fixed wifi support on macOS (fixes pr #1100, fixes #1090, fixes #1076) 2024-08-08 12:10:28 +02:00
Simone Margaritelli
02fa241d06 misc: small fix or general refactoring i did not bother commenting 2024-08-07 22:08:50 +02:00
Simone Margaritelli
c2ab5f4756 reverted pr #1100 due to instability 2024-08-07 22:03:11 +02:00
Simone Margaritelli
7371a85828
Merge pull request #1107 from stefanb/go1.23-support
Bump golang.org/x/net for Go 1.23 compatibility
2024-08-07 21:51:28 +02:00
Simone Margaritelli
9b6694f565 mereg 2024-08-07 18:00:39 +02:00
Simone Margaritelli
6951fbb8dd fix: fixes cgo newline 2024-08-07 17:59:58 +02:00
Simone Margaritelli
9bf1474615
Merge pull request #1074 from konradh/ndp-spoof-unset-neighbour
Fix: Allow clearing ndp.spoof.neighbour to disable neighbor advertisements
2024-08-07 16:35:22 +02:00
Simone Margaritelli
9cd1609306
Merge pull request #1073 from konradh/ndp-spoof-router-lifetime
Add ndp.spoof.router_lifetime option
2024-08-07 16:31:29 +02:00
Simone Margaritelli
3df89fb7e5
Merge pull request #1100 from loks0n/fix-macos
fix: macos
2024-07-24 13:46:45 +02:00
Simone Margaritelli
74647db825
Update README.md 2024-07-13 16:42:20 +02:00
Štefan Baebler
474215ebd9
Bump golang.org/x/net for Go 1.23 compatibility
Fixes https://github.com/bettercap/bettercap/issues/1106
2024-06-30 14:40:03 +02:00
Simone Margaritelli
826f13e47a new: pushed new graph experimental module 2024-05-31 14:07:19 +02:00
Simone Margaritelli
ca2e257fbb
Merge pull request #1087 from testwill/file_close
fix: close cpu profile
2024-05-31 13:55:49 +02:00
Luke B. Silver
71822229a0 fix: macos 2024-05-24 22:04:46 +00:00
guoguangwu
043bd4593b fix: close cpu profile
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
2024-04-03 13:51:10 +08:00
Root THC
a950d3b767 sslstrip fix 2024-03-29 17:40:16 +01:00
konradh
5af1be3356 fix: allow clearing ndp.spoof.neighbour to disable neighbor advertisements 2024-01-24 20:33:54 +01:00
konradh
4dc7bae48c new: new ndp.spoof.router_lifetime option 2024-01-24 20:26:43 +01:00
Simone Margaritelli
924ff5753d
Merge pull request #1005 from elleuc4/route_headings_fix
Skip line processing if routing headings weren't found yet.
2024-01-07 12:47:06 +01:00
Simone Margaritelli
ee35550f70
Merge pull request #1008 from jansramek/master
Fix getting of possible channels (darwin) #998
2023-07-25 14:35:25 +02:00
Simone Margaritelli
76a7820da5
Merge pull request #1024 from half-duplex/ndp-ban
ndp.spoof: add ndp.ban
2023-07-25 14:34:47 +02:00
Simone Margaritelli
bdc389eaee
Merge pull request #1023 from half-duplex/ndp-spoof-ip-fmt
ndp.spoof: fix "couldn't get MAC" format string
2023-07-25 14:34:17 +02:00
Simone Margaritelli
32d997ea5a
Merge pull request #1036 from ttdennis/master
Fix BLE name assignment
2023-07-25 14:33:56 +02:00
Dennis Heinze
786dacf8ca
Fix BLE name assignment 2023-06-07 12:06:13 +02:00
Trevor Bergeron
cdd483e698
ndp.spoof: add ndp.ban 2023-03-15 10:14:04 -04:00
Trevor Bergeron
27bae1cd3b
ndp.spoof: fix format string 2023-03-15 10:04:05 -04:00
Simone Margaritelli
e5f8c168c3 fix: enable both ipv4 and ipv6 forwarding 2023-02-01 18:32:31 +01:00
Simone Margaritelli
58ca59bc6f new: switching to github.com/stratoberry/go-gpsd (closes #938) 2023-01-16 13:37:35 +01:00
Jan Šrámek
8e4a00091e Update getting of possible channels (darwin)
- added regex to be able to parse system_profiler format of MacOS 13+
2022-12-29 19:43:54 +01:00
Luca
44e24204e5 Skip line if no route headings found yet 2022-12-26 01:31:56 +01:00
Simone Margaritelli
24a5dfe48f
Merge pull request #988 from tranzmatt/master
Fix go/alpine Docker version to correct build breakage
2022-11-17 13:07:05 +01:00
Matthew Clark
3f154cccd9 Fix go/alpine Docker version to correct build breakage 2022-10-11 11:50:06 -04:00
Simone Margaritelli
e224eea8c6 fix: give priority to iwlist as iw gives unsupported frequencies (fixes #881) 2022-06-13 17:08:26 +02:00
Simone Margaritelli
4f3f55f648 fix: fs related scripting functions will now resolve paths containing special characters 2022-06-13 16:55:41 +02:00
Simone Margaritelli
a4fb94ce68 Merge branch 'master' of github.com:bettercap/bettercap 2022-06-10 23:39:05 +02:00
Simone Margaritelli
11d96069ae new: added fileExists function to the session scripting runtime 2022-06-10 23:38:48 +02:00
Simone Margaritelli
c81db63a10
Merge pull request #956 from BenGardiner/ipv6_anyproxy_fixes
Ipv6 any.proxy fixes
2022-06-10 23:00:28 +02:00
Ben Gardiner
eaf2b96407
revert removal of default any.proxy.dst_address ipv4 address 2022-06-10 16:59:11 -04:00
Simone Margaritelli
28371084d3 new: added saveJSON function to the session scripting runtime 2022-06-10 22:39:29 +02:00
Simone Margaritelli
eff8135d99 new: added loadJSON function to the session scripting runtime 2022-06-10 22:27:13 +02:00