Skip to content

Commit

Permalink
bump version v.1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mh4x0f committed Nov 16, 2023
1 parent 79a0259 commit d78cf31
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [unReleased]
## [Released]

## [1.1.7]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Wifipumpkin3
<a href="https://wifipumpkin3.github.io"><img alt="Wp3" height="96" src="https://github.com/mh4x0f/wifipumpkin3/blob/dev/docs/logo.png" /></a>
<a href="https://wifipumpkin3.github.io"><img alt="Wp3" height="96" src="https://github.com/mh4x0f/wifipumpkin3/blob/main/docs/logo.png" /></a>

**Powerful framework for rogue access point attack.**

Expand Down
25 changes: 25 additions & 0 deletions debian/changelog
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
Expand Down
4 changes: 2 additions & 2 deletions debian/files
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
3 changes: 1 addition & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ override_dh_auto_install:
python3 setup.py install --force --root=debian/wifipumpkin3 --no-compile -O0 --install-layout=deb

override_dh_python2:
dh_python2 --no-guessing-versions

dh_python2 --no-guessing-versions
2 changes: 1 addition & 1 deletion debian/wifipumpkin3.substvars
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=

0 comments on commit d78cf31

Please sign in to comment.