Commit graph

21 commits

Author SHA1 Message Date
evilsocket
2a601e1412
new: implemented sslstrip (ref #154) 2018-03-09 12:10:43 +01:00
evilsocket
1e7d99433e
refact: refactored module status checks in Configure methods for consistency 2018-03-07 12:47:15 +01:00
evilsocket
1a67c82fbd fix: getting rid of forked gopacket, static build ftw! 2018-03-01 10:40:49 +01:00
evilsocket
496c29b5bc fix: using statically linked version of gopacket (fixes #98) 2018-02-28 01:06: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
b1dc729c79 fix: properly synchronizing modules stop action with waitGroups 2018-02-27 12:53:40 +01:00
evilsocket
63cea73f8e misc: small fix or general refactoring i did not bother commenting 2018-02-23 00:07:09 +01:00
evilsocket
241db0cc66 fix: protecting concurrent access to LAN hosts 2018-02-20 11:33:30 +01:00
evilsocket
eb5a72a44c misc: small fix or general refactoring i did not bother commenting 2018-02-17 06:04:16 +01:00
evilsocket
9c6eb70eb3 refact: refactored module SetRunning method (fixes #49) 2018-02-11 01:43:48 +01:00
Murilo Santana
b03b7c8b56 check if nil before the interface conversion 2018-02-01 14:09:21 -02:00
evilsocket
d57ae3637c fix: enable packet forwarding whenever any spoofing module is started (ref #10) 2018-01-27 15:58:53 +01:00
evilsocket
66f2f35f0c fix: closing leaked handlers here and there 2018-01-25 14:42:05 +01:00
evilsocket
5e728ded2d fix: check if both ethernet and udp layer are succesfully decoded before parsing dns request 2018-01-25 14:21:00 +01:00
evilsocket
0ca87b8084 new: added new dns.spoof.all option, default to false. 2018-01-25 14:12:42 +01:00
evilsocket
ce3de2e0ad balls 2018-01-13 13:46:49 +01:00
evilsocket
90c1550a19 refact: new ListParam utility method for modules CSV parameters 2018-01-13 13:40:52 +01:00
evilsocket
fb593af38d balls 2018-01-13 13:33:04 +01:00
evilsocket
8d7f761138 fix: default dns.spoof.domains to * 2018-01-13 00:38:36 +01:00
evilsocket
cb57bf7dc2 fix: dns.spoof can now handle both ipv4 and ipv6 2018-01-13 00:35:08 +01:00
evilsocket
066214e94b refact: refactored some of the mitm6 attack code into a separate dns.spoof module. 2018-01-13 00:28:07 +01:00