Skip to content

Commit

Permalink
added: new proxy plugin evilQR3 for perform attack with QR Phishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mh4x0f committed Oct 13, 2023
1 parent 708f836 commit 521f3b9
Show file tree
Hide file tree
Showing 23 changed files with 4,320 additions and 58 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
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
9 changes: 9 additions & 0 deletions config/templates/evilqr3/static/css/bootstrap.min.css

Large diffs are not rendered by default.

0 comments on commit 521f3b9

Please sign in to comment.