wifipumpkin3/CHANGELOG.md

163 lines
7.6 KiB
Markdown
Raw Normal View History

2020-04-03 03:15:31 +00:00
# Changelog
All notable changes to this project will be documented in this file.
## [Unreleased]
## [1.0.0] - 2020-04-02
### Added
- added community tag discord on readme.md [mh4x0f]
2020-04-16 23:44:32 +00:00
- added news pulp templates on scripts [mh4x0f]
2020-04-16 23:37:43 +00:00
- added ISSUE_TEMPLATE.md on project [mh4x0f]
2020-04-16 02:22:30 +00:00
- added donate patreon on readme.md [mh4x0f]
2020-04-14 18:54:40 +00:00
- added autocomplete on command restore [mh4x0f]
- added system commands iptables,ls, clear, nano [mh4x0f]
2020-04-14 00:26:34 +00:00
- added file manifast.in [mh4x0f]
2020-04-13 23:53:12 +00:00
- added check must be run as root. [mh4x0f]
- added initial logo design tool on README.md [mh4x0f]
- added initial details for tool on README.md [mh4x0f]
2020-04-12 23:26:30 +00:00
- added code formarter black tool [mh4x0f]
- added makefile configuration [mh4x0f]
- added no-colors arguments commands [mh4x0f]
- added info command list all plugin from proxys [mh4x0f]
- added parser for set plugin pummpkinproxy [mh4x0f]
- added packet http info into sniffkin3 json log [mh4x0f]
- added alert when the client left the ap [mh4x0f]
2020-04-09 15:24:44 +00:00
- added exceptions implementation error [mh4x0f]
2020-04-08 11:51:59 +00:00
- added license header __init__ file [mh4x0f]
- added license header all files in plugins [mh4x0f]
- added license header all files in modules [mh4x0f]
- added license header all files in core/wirelessmode [mh4x0f]
- added license header all files in core/widgets [mh4x0f]
- added license header all files in core/utility [mh4x0f]
- added license header all files in core/ui [mh4x0f]
- added partial codereview on servers plugins and proxys [mh4x0f]
- added license header all files in core/packets and controls [mh4x0f]
- added license header all files in core/common [mh4x0f]
- added start tool with finish install on docker [mh4x0f]
- added enable security WPA,WEP, WPA2 mode wireless [mh4x0f]
2020-04-03 21:54:17 +00:00
- added parser wireless mode options [mh4x0f]
2020-04-03 12:26:07 +00:00
- Added changelog 1.0.0 version. [mh4x0f]
2020-04-03 03:15:31 +00:00
- Added generate random session id. [mh4x0f]
- Added random banners ascii art. [mh4x0f]
- Added somes improvements controller system. [mh4x0f]
- Added tabulate data captive portal credentails. [mh4x0f]
- Added keyboard interruption event on cmdloop. [mh4x0f]
- Added settings load plugin pumpkinproxy. [mh4x0f]
- Added command jobs, added function display_tabulate. [mh4x0f]
- Added command info modules/proxys. [mh4x0f]
- Added wi command on dockerfile. [mh4x0f]
- Added command mode, initial docker wireless mode. [mh4x0f]
- Added captiveflask proxy plugin. [mh4x0f]
- Added pumpkinproxy plugins visualization. [mh4x0f]
- Added implementation core plguin,proxy parser function. [mh4x0f]
- Added config plugins, show plugin status, fixed responder3. [mh4x0f]
- Added description change to tabulate info modules. [mh4x0f]
- Added sniffkin3 mitm modules. [mh4x0f]
- Added commands, proxy and plugins implementation. [mh4x0f]
- Added monitor dhcp requests ui terminal. [mh4x0f]
- Merge pull request #2 from mh4x0f/beta. [Marcos Bomfim] bump version to dev
- Merge pull request #1 from mh4x0f/news. [Marcos Bomfim] bump to beta version
- Added implementation of ssltrip3 & PumpkinProxy. [mh4x0f]
- Build the package wifipumpkin3. [mh4x0f]
- Improved info_ap command print mode. [mh4x0f]
- Added initial implementation of PumpkinProxy. [mh4x0f]
- Added cyan color print, new banner format and etc. [mh4x0f]
- Added wifiscan 1.1 new implementation. [mh4x0f]
- Initial implementation modules architeture. [mh4x0f]
- Added interactive sessions can be scripted with .pulp file and string.[mh4x0f]
- Added loguru lib. [mh4x0f]
- Added LoggerManager module. [mh4x0f]
- Added Responder3 tool as a plugin mitmMode. [mh4x0f]
- Added mitmcontroller and mitm module test. [mh4x0f]
- Added DNSServer logger. [mh4x0f]
- Added proxycontroller. [mh4x0f]
- Added dns controller, new python DNSServer. [mh4x0f]
- Initial module architecture components. [mh4x0f]
- Plugins filter invalid arguments. [mh4x0f]
- Added function getColorStatusPlugin. [mh4x0f]
- Added PumpkinProxy options for activate plugin. [mh4x0f]
- More files compiler removed. [mh4x0f]
- Added exclude files. [mh4x0f]
- Initial commit. [mh4x0f]
### Changed
- changed requirements PyQt5==5.14.0 to PyQt5==5.14.2 [mh4x0f]
2020-04-15 22:42:33 +00:00
- restore folder logs from .gitignore [mh4x0f]
- changed check is rootuser for use on github actions deploy [mh4x0f]
- changed name author to made by into bin/wifipumpkin3 [mh4x0f]
2020-04-07 01:54:44 +00:00
- refactored all controllers implementation codestyle [mh4x0f]
2020-04-06 12:37:54 +00:00
- improved folder copy code on setup.py [mh4x0f]
- exclude config folder from language statistics [mh4x0f]
2020-04-06 02:24:02 +00:00
- changed codename to nidavellir [mh4x0f]
2020-04-05 11:40:46 +00:00
- moved /scripts to user dir config [mh4x0f]
2020-04-03 23:11:39 +00:00
- changed logs folder model [mh4x0f]
2020-04-03 03:15:31 +00:00
- Moved __main__ code to __init__ [mh4x0f]
- Changed python3.6 to python3.7. [mh4x0f]
- Change do_info command to tabulate style. [mh4x0f]
- Changed prompt line to more simple ;) [mh4x0f]
### Deprecated
### Removed
2020-04-07 01:54:44 +00:00
- removed function old setup_logger wp2 [mh4x0f]
2020-04-06 02:37:04 +00:00
- removed all python modules on test folder [mh4x0f]
- removed old implementation loader accesspoint [mh4x0f]
2020-04-03 12:26:07 +00:00
- Removed history.md file [mh4x0f]
2020-04-03 03:15:31 +00:00
- Removed keys not using in project. [mh4x0f]
- Remove lib not using in the project. [mh4x0f]
- Removed somes import nyscreen. [mh4x0f]
- Removed folder .idea files settings. [mh4x0f]
- Removed folder vscode files settings. [mh4x0f]
- Removed all plugins from python2 implementation. [mh4x0f]
- Removed error BeautifulTable. [mh4x0f]
- Removed file test. [mh4x0f]
- Removed all files *.py compiler. [mh4x0f]
### Fixed
- fixed error depedency PyQt5-sip when try on virtualenv [mh4x0f]
- fixed set iptables exception for each rules [mh4x0f]
2020-04-17 11:34:21 +00:00
- fixed typo name on readme.md [mh4x0f]
- fixed disable security auth wireless by default [mh4x0f]
- added depedency PyQt5-sip==12.7.2 to requirements.txt [mh4x0f]
- fixed downgrade version pyqt 5.14.2 to version 5.14 [mh4x0f]
- fixed require coverage on test makefile [mh4x0f]
2020-04-15 17:58:18 +00:00
- stable version that contains [mh4x0f]
2020-04-15 17:46:30 +00:00
- fixed website links on Readme.md [mh4x0f]
- force copy all files `config` to user_config_dir [mh4x0f]
- fixed description plugin responder3 [mh4x0f]
2020-04-14 16:18:40 +00:00
- fixed description all plugin and proxy [mh4x0f]
- fixed dependency of wireless-tools for use iwconfig command [mh4x0f]
2020-04-14 02:53:02 +00:00
- fixed beef parameter hook to url_hook [mh4x0f]
- fixed makefile option to clean setup.py [mh4x0f]
- fixed error hostpad_response when client left ap [mh4x0f]
- fixed log hostapd send (state) with close the ap [mh4x0f]
- fixed set linguist-vendored=false to exclude language statistics [mh4x0f]
- fixed try to exclude files from git language statistics [mh4x0f]
2020-04-09 15:24:44 +00:00
- fixed bug when try restart AP with modification in interface name [mh4x0f]
- fixed bug when try mout AP on wirelesscontroller [mh4x0f]
- fixed set as default require python version 3.7 [mh4x0f]
- fixed set linguist-documentation to false [mh4x0f]
- fixed exclude all files from config the language statistics [mh4x0f]
2020-04-05 21:30:34 +00:00
- fixed module print infor data [mh4x0f]
- fixed bug file descriptor bad dhcpserver [mh4x0f]
- fixed bug when try to load all plugins on sniffkin3 [mh4x0f]
- fixed mascared bug file descriptor bad partial solution [mh4x0f]
2020-04-03 03:15:31 +00:00
- Fixed session id not empty when start app. [mh4x0f]
- Fixed wirelessmode docker remount ap without errors. [mh4x0f]
- Fixed name file configuration. [mh4x0f]
- Fixed logger pydnsserver and clear somes code. [mh4x0f]
- Fixed terminal module display_tabulate. [mh4x0f]
- Fixed color ui show clients connected. [mh4x0f]
- Fixed error when try to use module wifiscan. [mh4x0f]
- Fixed limit caracter description plugin and proxys. [mh4x0f]
- Fixed constants dns hosts. [mh4x0f]
- Fixed new banner app. [mh4x0f]
- Fixed logger ssltrip3 class. [mh4x0f]
- Fix small bug on get interfaces. [mh4x0f]
- Fixed stop hostapd and some improvements. [mh4x0f]
- Fixed somes bugs on UI and add more features. [mh4x0f]
- Fixed argparse arguments. [mh4x0f]
- Fixed window urwid implementation. [mh4x0f]