Commit graph

11 commits

Author SHA1 Message Date
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
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
e5f645d771 misc: small fix or general refactoring i did not bother commenting 2018-02-25 03:41:39 +01:00
evilsocket
63cea73f8e misc: small fix or general refactoring i did not bother commenting 2018-02-23 00:07:09 +01:00
evilsocket
48d27f274a refact: renamed package net to network to avoid collision with golang net package. 2018-02-15 21:34:46 +01:00
evilsocket
9c6eb70eb3 refact: refactored module SetRunning method (fixes #49) 2018-02-11 01:43:48 +01:00
evilsocket
0d266ec4d5 balls 2018-02-05 17:02:41 +01:00
evilsocket
b789a48f46 new: mac.changer module can now be used on any interface. 2018-02-05 16:59:21 +01:00
evilsocket
62825cd32a fix: mac.changer now updates global interface mac address variable 2018-01-25 16:00:46 +01:00
evilsocket
0b4c4a7dce new: mac.changer module 2018-01-25 15:54:30 +01:00