Commit graph

853 commits

Author SHA1 Message Date
Simone Margaritelli
752bb58021
Merge pull request #128 from praseodym/make_oui-py3
Make network/make_oui.py Python 2 and 3 compatible
2018-03-03 13:04:08 +01:00
Simone Margaritelli
a14f21da17
Merge pull request #130 from tonjo/tonjo
get variable name accepts wildcard (get api*)
2018-03-03 12:10:15 +01:00
Simone Margaritelli
68a87855c4
Merge pull request #129 from Tin-Voyager/patch-1
Update Dockerfile
2018-03-03 12:09:35 +01:00
tonjo
028555aecc Added help for wildcard on get 2018-03-03 10:21:02 +01:00
tonjo
7008ea1229 Added help for wildcard on get 2018-03-03 10:18:58 +01:00
tonjo
20b6d8eef8 get variable name accepts wildcard (get api*) 2018-03-03 01:11:50 +01:00
Tin Voyager
8dd20c7cb9
Update Dockerfile
By adding iproute2 to alpine base image fixed the error messages I was receiving. Ref #122
2018-03-02 21:55:42 +00:00
Mark Janssen
7be97661ed Make network/make_oui.py Python 2 and 3 compatible 2018-03-02 22:16:09 +01:00
evilsocket
eba4da1327 fix: added wireless-tools to Dockerfile (fixes #123) 2018-03-02 13:10:55 +01:00
Simone Margaritelli
49ec261c48
Merge pull request #125 from bemre/master
Update dhcp6_spoof.go
2018-03-02 11:34:06 +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
9586127419 fix: fixed the build.sh script 2018-03-01 12:20:25 +01:00
evilsocket
1a67c82fbd fix: getting rid of forked gopacket, static build ftw! 2018-03-01 10:40:49 +01:00
Simone Margaritelli
cc179f20b4
Merge pull request #114 from moncho/master
Use Docker multi-stage build
2018-03-01 00:49:37 +01:00
moncho
98a00ab80e
Use Docker multi-stage build 2018-02-28 23:06:41 +01:00
Simone Margaritelli
293092be17
Merge pull request #112 from JacobReynolds/master
Fixing windows firewall case checks on netsh for #111
2018-02-28 20:54:37 +01:00
Simone Margaritelli
5e47f191be
Merge pull request #110 from kgretzky/master
fix: error when arp.spoof.targets contained only MAC addresses
2018-02-28 20:54:14 +01:00
Jacob Reynolds
feb3ac3161
Keeping original case for OK statement 2018-02-28 13:37:00 -06:00
Jacob Reynolds
5c991a58e3
Adding case insensitive match for netsh output
`isSuccess` originally matched on `OK` without checking the case of the output. Some windows builds output `Ok` as well.
2018-02-28 13:33:30 -06:00
Kuba Gretzky
2d0619274b fix: error when arp.spoof.targets contained only MAC addresses 2018-02-28 20:01:44 +01:00
Simone Margaritelli
a6e6c2fa3a
Merge pull request #108 from JacobReynolds/master
Fixing python requirements in Docker build
2018-02-28 18:25:42 +01:00
Jacob Reynolds
bb23070c24
Adding python to build for ./network/make_oui.py 2018-02-28 11:05:25 -06:00
Jacob Reynolds
45dcd3430a
Explicitly naming python for oui
This might just be an issue with Alpine linux in Docker, but referencing python with `./` notation even with `#!/usr/bin/python` declared would not execute the script.
2018-02-28 11:04:56 -06:00
evilsocket
1453ea78be fix: modified Dockerile to fix #106 2018-02-28 17:51:51 +01:00
evilsocket
0526896c90 misc: small fix or general refactoring i did not bother commenting 2018-02-28 17:29:02 +01:00
evilsocket
43b2fb5880 improved build script 2018-02-28 17:21:16 +01:00
evilsocket
544f57972c misc: small fix or general refactoring i did not bother commenting 2018-02-28 13:48:37 +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
Simone Margaritelli
d3468683ad
Merge pull request #103 from picatz/fix-mac-changer-configure-bug
Fix Issue #102
2018-02-28 12:09:01 +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
f0e74685b2 misc: small fix or general refactoring i did not bother commenting 2018-02-28 01:44:09 +01:00
evilsocket
9429098670 fix: fixed travis file to build with 1.8 2018-02-28 01:25:52 +01:00
evilsocket
496c29b5bc fix: using statically linked version of gopacket (fixes #98) 2018-02-28 01:06:49 +01:00
evilsocket
75ef2b8a8f Releasing v2.0.0 2018-02-27 20:26:21 +01:00
evilsocket
791a8e96ac misc: small fix or general refactoring i did not bother commenting 2018-02-27 20:26:11 +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
bec682d15c fix: fixing macOS compilation 2018-02-27 20:22:29 +01:00
evilsocket
e4e10ba088 fix: attempt to blindly fix #95 2018-02-27 19:54:49 +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
Simone Margaritelli
bf1ac60c4e
Merge pull request #93 from alexmozzhakov/master
Fix for #85.
2018-02-27 12:01:56 +01:00
alexmozzhakov
fca3e29b06 Fix arp.spoof incorrect handling 2018-02-27 09:24:12 +02:00