Skip to content

Commit

Permalink
Merge pull request #249 from P0cL4bs/dev
Browse files Browse the repository at this point in the history
added: new proxies Phishkin3 and EvilQR3
  • Loading branch information
mh4x0f authored Oct 31, 2023
2 parents 708f836 + 173d9d5 commit 7c2b344
Show file tree
Hide file tree
Showing 34 changed files with 4,421 additions and 118 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
- 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

## [1.1.5]

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![build status](https://github.com/mh4x0f/wifipumpkin3/workflows/Build/badge.svg)](https://github.com/mh4x0f/wifipumpkin3/actions)
[![license](https://img.shields.io/badge/license-apache%202-orange)](https://github.com/mh4x0f/wifipumpkin3/blob/dev/LICENSE.md)
[![changelog](https://img.shields.io/badge/change-log-yellow)](https://github.com/mh4x0f/wifipumpkin3/blob/dev/CHANGELOG.md)
[![changelog](https://img.shields.io/badge/version-1.1.5-blue)](https://github.com/mh4x0f/wifipumpkin3/)
[![changelog](https://img.shields.io/badge/version-1.1.7-blue)](https://github.com/mh4x0f/wifipumpkin3/)
[![code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

![AKUANDUBA](/docs/screenshot.png)
Expand All @@ -26,6 +26,8 @@
- **WiFi** networks scanning
- **DNS** monitoring service
- Credentials harvesting
- Phishkin3 (Support MFA phishing attack via captive portal)
- EvilQR3 (Support Phishing QR code attack)
- Transparent Proxies
- RestFulAPI (new)
- and **more**!
Expand Down Expand Up @@ -53,7 +55,7 @@
| --- |

* **Operating System**:
* a recent version of Linux (we tested on **Ubuntu 18.04 LTS**);
* a recent version of Linux (we tested on **Ubuntu 22.04 LTS**);
* please note: **Windows** is not **supported**.

## Installation & Documentation
Expand Down
2 changes: 2 additions & 0 deletions config/app/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ skip_inactivity_poll=1
generic=light-white, #000000
pumpkinproxy=light-red, #000000
phishkin3=light-red, #000000
evilqr3=light-red, #000000
pydns_server=light-blue, #000000
responder=light-green, #000000
sniffkin3=light-yellow, #000000
Expand Down Expand Up @@ -128,6 +129,7 @@ noproxy=false
pumpkinproxy=true
captiveflask=false
phishkin3=false
evilqr3=false

[settings]
log_colorize=true
Expand Down
6 changes: 6 additions & 0 deletions config/app/evilqr3.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[settings]
token_api=""
regex_match_useragent="(Mobile|Android|iPhone|iPad|Windows Phone|BlackBerry|Tablet|Phone)"
template_path="templates/evilqr3"
static_path="templates/evilqr3/static"
proxy_port=80
1 change: 1 addition & 0 deletions config/app/phishkin3.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[settings]
cloud_url_phishing=""
redirect_url_after_login=""
allow_user_login_endpoint="/verify"
proxy_port=80
9 changes: 9 additions & 0 deletions config/templates/evilqr3/static/css/bootstrap.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 7c2b344

Please sign in to comment.