Skip to content

Releases: wifiphisher/wifiphisher

wifiphisher v1.4

12 Jan 17:38
Compare
Choose a tag to compare

wifiphisher v1.3

15 Apr 08:40
Compare
Choose a tag to compare
  • Introduced --quitonsuccess (-qS) option. [@javaes]
  • Introduced Travis CI. [@d33tah]
  • Install pylint in Travis. [@blackHatMonkey]
  • Web server migration to Tornado. Fixes various bugs and increases performance. [@sophron]
  • Remove DNS leases after the script restarts. [@laozi999]
  • Introduced --internetinterface (-iI) option to provide Internet connectivity to victims. [@sophron]
  • Added support for iOS and Android to our network manager imitation template. [@alexsalvetti]
  • Introduced a new deauthentication module. [@blackHatMonkey]
  • Introduced a new recon module, including new features in target AP selection phase. [@blackHatMonkey]
  • Code refactoring including a more modular design. [@sophron]
  • Introduced accesspoint module serving as a hostapd wrapper. [@sophron]
  • Introducing Lure10, an attack for automatic association against Windows devices. [@sophron]

wifiphisher v1.2

05 Dec 01:16
Compare
Choose a tag to compare
  • Web server now starts after DHCP [@sophron]
  • Support logging of multiple POST values [@sophron]
  • Include some ASCII art [@sophron]
  • Introduced 'phishinghttp' module and fixed bugs on HTTP server [@sophron]
  • Users may now interactively choose the scenario they wish [@blackHatMonkey]
  • Included an impoved algorithm for detecting and using two of the available network interfaces. [@blackHatMonkey]
  • Introduced --presharedkey option. Users may now create Evil Twin against password-protected networks. [@sophron]
  • Introduced "Browser Plugin Update" scenario. [@V1V1]
  • Packaged the project. Dependencies can now be automatically installed with setup.py. [@sophron]
  • Added the feature to detect AP vendor based on BSSID. [@lvrach]
  • Fixed issues on Ubuntu. [@lvrach]
  • Fixed issues on Arch Linux. [@gtklocker]
  • Included PyRIC project. [@blackHatMonkey]
  • Introduced --essid option. This will skip the AP selection phase. [@sophron]
  • Introduced --nojamming option. This will turn off deauthentication. [@sophron]
  • Introduced new OAuth template. [@sophron]
  • Introduced new "Wi-Fi Connect" template. [@dionyziz]

wifiphisher v1.1

03 Jul 14:20
Compare
Choose a tag to compare

The actual first release of the tool happened on Jan 5 2015. Bugs have been tackled since then. I consider this a maintenance release (1.1) after the major release (1.0) that happened back then.

  • Fixed compatibility with systems defaulting to python3. [@jaseg]
  • Fixed bug with undefined variable (#7). [@yasoob]
  • Fixed concatenation error. [@HassenPy]
  • Code cleaning. [@yasoob]
  • Added connection-reset template. [@shelt]
  • PEP8 fixes [@HassenPy]
  • Disallowed the usage of an Internet-connected interface for the Access Point as this would reset IP addressing. [@sophron]
  • Fixed the bug with the empty password (#97). [@sophron]
  • Code restructure. [@sophron]
  • Catched exception when another process is listening to one of our ports. [@sophron]
  • Output a message when hostapd cannot be installed. [@HassenPy]
  • Added support for Pineapple's DD-WRT. [@tgalyean]