Commit graph

8 commits

Author SHA1 Message Date
Sophie Brun
47c37c066c
Fix the IPv4RouteParser regular expression
The IPv4RouteParser regular expression fails to match when there is nothing after the interface name like in the following case:
    $ ip route
    default via 10.1.52.1 dev eth0 
    10.1.52.0/23 dev eth0 proto kernel scope link src 10.1.52.148
2018-11-23 11:03:13 +01:00
eenblam
56d1655727 Add initial test for net_linux.go
More tests needed based on iwlist output, but the side-effect-free
part of GetSupportedFrequencies() has been been broken out into a function
that can now be tested without calling core.Exec().
2018-08-31 14:09:54 -07: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
1afab5d7be
more lint driven refactoring 2018-04-26 12:19:52 +02:00
evilsocket
63cea73f8e misc: small fix or general refactoring i did not bother commenting 2018-02-23 00:07:09 +01:00
Matrix86
813561cbda Wifi 5GHz support added to wifi.recon 2018-02-20 12:40:55 +01:00
evilsocket
a66f5fabbb new: implemented channel hopping for wifi.recon module ( ref #53 ) 2018-02-17 02:41:10 +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
Renamed from net/net_linux.go (Browse further)