-
-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
released version v1.1.3
- Loading branch information
Showing
104 changed files
with
762 additions
and
711 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,8 @@ name: Build | |
on: | ||
push: | ||
branches: | ||
- main | ||
- dev | ||
- beta | ||
- master | ||
- tmp-* | ||
tags: | ||
- v* | ||
|
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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
More information about usage here: | ||
|
||
https://wifipumpkin3.github.io/docs/getting-started#usage |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
wifipumpkin3 (1.1.2-1) unstable; urgency=low | ||
|
||
* source package automatically created by stdeb 0.10.0 | ||
|
||
-- Marcos Bomfim (mh4x0f) - P0cL4bs Team <[email protected]> Fri, 24 Jun 2022 11:31:30 -0300 |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
9 |
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
Source: wifipumpkin3 | ||
Maintainer: Marcos Bomfim (mh4x0f) - P0cL4bs Team <[email protected]> | ||
Section: network | ||
Priority: optional | ||
Build-Depends: python3-setuptools, debhelper (>= 9), | ||
dh-python, | ||
python3 (>=3.7), python3-venv, | ||
python3-dnslib, | ||
python3-flask, | ||
python3-isc-dhcp-leases, | ||
python3-jwt, | ||
python3-netaddr, | ||
python3-netifaces, | ||
python3-pyqt5, | ||
python3-requests, | ||
python3-scapy, | ||
python3-tabulate, | ||
python3-urwid | ||
Standards-Version: 3.9.1 | ||
Homepage: https://github.com/P0cL4bs/wifipumpkin3 | ||
|
||
Package: wifipumpkin3 | ||
Architecture: all | ||
Depends: hostapd, | ||
iptables, | ||
iw, | ||
libssl-dev, | ||
libffi-dev, | ||
build-essential, | ||
net-tools, | ||
wireless-tools, | ||
${misc:Depends}, | ||
${python3:Depends} | ||
Description: Powerful framework for rogue access point attack | ||
This package contains a powerful framework for rogue access point attack, | ||
written in Python, that allow and offer to security researchers, red teamers | ||
and reverse engineers to mount a wireless network to conduct a | ||
man-in-the-middle attack. |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
wifipumpkin3_1.1.2-1_all.deb network optional | ||
wifipumpkin3_1.1.2-1_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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
#!/usr/bin/make -f | ||
|
||
# This file was automatically generated by stdeb 0.10.0 at | ||
# Fri, 24 Jun 2022 11:31:30 -0300 | ||
|
||
%: | ||
dh $@ --with python3 --buildsystem=python_distutils | ||
|
||
override_dh_auto_clean: | ||
python3 setup.py clean -a | ||
find . -name \*.pyc -exec rm {} \; | ||
|
||
override_dh_auto_build: | ||
python3 setup.py build --force | ||
|
||
override_dh_auto_install: | ||
dh_install config/ /usr/share/wifipumpkin3 | ||
dh_install logs/ /usr/share/wifipumpkin3 | ||
dh_install helps/ /usr/share/wifipumpkin3 | ||
dh_install scripts/ /usr/share/wifipumpkin3 | ||
dh_install exceptions/ /usr/share/wifipumpkin3 | ||
python3 setup.py install --force --root=debian/wifipumpkin3 --no-compile -O0 --install-layout=deb | ||
|
||
override_dh_python2: | ||
dh_python2 --no-guessing-versions | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 (native) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
extend-diff-ignore="\.egg-info$" |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
config logs helps scripts exceptions usr/share/wifipumpkin3/ |
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 |
---|---|---|
@@ -0,0 +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 | ||
misc:Depends= | ||
misc:Pre-Depends= |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,17 +1,6 @@ | ||
|
||
How to apply plugins configuration | ||
================================== | ||
Plugins Installation | ||
==================== | ||
|
||
Now, you need to reinstall the tool, | ||
you have to reinstall on version the python installed, | ||
let's go: | ||
# for python3.7 | ||
$ sudo python3.7 setup.py install | ||
# for python3.8 | ||
$ sudo python3.8 setup.py install | ||
|
||
if you running on Kali linux, only need to: | ||
|
||
$ sudo python3 setup.py install | ||
|
||
have fun! Hack the Planet | ||
You will need to restart the wp3 | ||
to complete the installation. |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
install new template on captiveflask: | ||
|
||
Usage: install plugin_name file_complete_path.zip | ||
param plugin_name: the plugin_name name is the same [plugin_name].py | ||
file_complete_path.zip: complete file path with .zip | ||
|
||
Description: | ||
Install a custom captiveflask templates from command line | ||
require restart the wifipumpkin3 for load all plugins | ||
|
||
|
||
Referencies: | ||
https://wifipumpkin3.github.io/docs/getting-started#creating-captive-portal-template |
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,26 +1,2 @@ | ||
netifaces==0.10.9 | ||
netaddr==0.7.19 | ||
dhcplib==0.1.1 | ||
scapy_http==1.8.2 | ||
tabulate==0.8.5 | ||
urwid==1.1.2 | ||
termcolor==1.1.0 | ||
twisted==19.7.0 | ||
PyQt5>=5.14 | ||
PyQt5-sip | ||
pyOpenSSL==19.0.0 | ||
Responder3==0.0.1 | ||
dnslib==0.9.17 | ||
loguru>=0.4.0 | ||
scapy==2.4.3 | ||
isc_dhcp_leases==0.9.1 | ||
dnspython==1.16.0 | ||
Flask==1.1.4 | ||
requests>=2.18.4 | ||
beautifulsoup4>=4.9.1 | ||
black | ||
coverage==5.1 | ||
PyJWT==2.1.0 | ||
flask-restx>=0.5.1 | ||
markupsafe==2.0.1 | ||
Werkzeug<2.0,>=0.15 |
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,3 @@ | ||
__version__ = "1.1.2" | ||
__version__ = "1.1.3" | ||
__codename__ = "Yorixiriamori" | ||
__branch__ = "dev" | ||
__branch__ = "main" |
Oops, something went wrong.