forked from wifiphisher/wifiphisher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
50 lines (45 loc) · 2.74 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Wifiphisher v1.3 [2016-04-15]
o Introduced --quitonsuccess (-qS) option. [@javaes]
o Introduced Travis CI. [@d33tah]
o Install pylint in Travis. [@blackHatMonkey]
o Web server migration to Tornado. Fixes various bugs and increases performance. [@sophron]
o Remove DNS leases after the script restarts. [@laozi999]
o Introduced --internetinterface (-iI) option to provide Internet connectivity to victims. [@sophron]
o Added support for iOS and Android to our network manager imitation template. [@alexsalvetti]
o Introduced a new deauthentication module. [@blackHatMonkey]
o Introduced a new recon module, including new features in target AP selection phase. [@blackHatMonkey]
o Code refactoring including a more modular design. [@sophron]
o Introduced accesspoint module serving as a hostapd wrapper. [@sophron]
o Introducing Lure10, an attack for automatic association against Windows devices. [@sophron]
Wifiphisher v1.2 [2016-12-04]
o Web server now starts after DHCP [@sophron]
o Support logging of multiple POST values [@sophron]
o Include some ASCII art [@sophron]
o Introduced 'phishinghttp' module and fixed bugs on HTTP server [@sophron]
o Users may now interactively choose the scenario they wish [@blackHatMonkey]
o Included an impoved algorithm for detecting and using two of the available network interfaces. [@blackHatMonkey]
o Introduced --presharedkey option. Users may now create Evil Twin against password-protected networks. [@sophron]
o Introduced "Browser Plugin Update" scenario. [@V1V1]
o Packaged the project. Dependencies can now be automatically installed with setup.py. [@sophron]
o Added the feature to detect AP vendor based on BSSID. [@lvrach]
o Included template engine. [@lvrach]
o Fixed issues on Ubuntu. [@lvrach]
o Fixed issues on Arch Linux. [@gtklocker]
o Included PyRIC project. [@blackhatMonkey]
o Introduced --essid option. This will skip the AP selection phase. [@sophron]
o Introduced --nojamming option. This will turn off deauthentication. [@sophron]
o Introduced new OAuth template. [@sophron]
o Introduced new "Wi-Fi Connect" template. [@dionyziz]
Wifiphisher v1.1 [2015-07-01]
o Fixed compatibility with systems defaulting to python3. [@jaseg]
o Fixed bug with undefined variable (#7). [@yasoob]
o Fixed concatenation error. [@HassenPy]
o Code cleaning. [@yasoob]
o Added connection-reset template. [@shelt]
o PEP8 fixes [@HassenPy]
o Disallowed the usage of an Internet-connected interface for the Access Point as this would reset IP addressing. [@sophron]
o Fixed the bug with the empty password (#97). [@sophron]
o Code restructure. [@sophron]
o Catched exception when another process is listening to one of our ports. [@sophron]
o Output a message when hostapd cannot be installed. [@HassenPy]
o Added support for Pineapple's DD-WRT. [@tgalyean]