-
-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
31 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
wifipumpkin3 (1.1.7) stable; urgency=medium | ||
|
||
* Delete download_spoof.py | ||
* fixed: makefile python version | ||
* fixed: version python support from workflows | ||
* fixed: incompatible version of pyOpenSSL pumpkinproxy | ||
* fixed: AttributeError: 'DhcpdServer' object has no attribute 'get_mac_vendor' | ||
* fixed: bug when try load module command 'use' with params -x or -p | ||
* fixed: command set dhcpmode console ref. | ||
* fixed: console cmdloop KeyboardInterrupt | ||
* fixed: description evilqr3 and remove TypeButton variable not used this project | ||
* fixed: evilqr3 max_timeout when change phishing page and fix proxy API proxy | ||
* changed: update minimal version of Python to 3.8 | ||
* changed: version to pre-release 1.1.7 | ||
* changed: CHANGELOG.md | ||
* added: optional to set shared interface internet connection | ||
* added: network core command for show information about connections | ||
* added: phishkin3 proxy for perform custom phishing attack using captive portal | ||
* added: new proxy plugin evilQR3 for perform attack with QR Phishing | ||
* added: options for set endpoint to allow user access internet before atfer redirect cloud phishing page | ||
* added: ap_name on evilqr3 phishing page | ||
|
||
-- Marcos Bomfim (mh4x0f) - P0cL4bs Team <[email protected]> Tue, 15 Nov 2023 22:21:00 -0300 | ||
|
||
|
||
wifipumpkin3 (1.1.5) stable; urgency=medium | ||
|
||
* added: param -iNM or -ignore-from-networkmanager for ignore interface from network-manager #158 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
wifipumpkin3_1.1.2-1_all.deb network optional | ||
wifipumpkin3_1.1.2-1_amd64.buildinfo network optional | ||
wifipumpkin3_1.1.7_all.deb network optional | ||
wifipumpkin3_1.1.7_amd64.buildinfo network optional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
python3:Depends=python3-bs4, python3-dnslib, python3-dnspython, python3-flask (>= 1.1.1), python3-isc-dhcp-leases, python3-jwt, python3-markupsafe, python3-netaddr, python3-netifaces, python3-openssl, python3-requests, python3-scapy, python3-tabulate, python3-termcolor, python3-twisted, python3-urwid, python3-werkzeug, python3:any | ||
python3:Depends=python3-aiofiles, python3-bs4, python3-dnslib, python3-dnspython, python3-flask, python3-flask-restful, python3-isc-dhcp-leases, python3-jwt, python3-loguru, python3-netifaces, python3-openssl, python3-pyqt5, python3-pyqt5.sip, python3-requests, python3-scapy, python3-tabulate, python3-termcolor, python3-twisted, python3-urwid, python3:any | ||
misc:Depends= | ||
misc:Pre-Depends= |