Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge dev into main for v2.0.4 release #5

Merged
merged 38 commits into from
Jul 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
ac870b7
Add platform arm
r4ulcl Feb 10, 2024
b700137
Replace docker-compose, add hashcat 6, update openssl and eaphammer
r4ulcl Feb 12, 2024
1deb3d3
Update README and pcapFilter showing bssid and mac in certificate
r4ulcl Feb 26, 2024
520eefd
Update pcapFilter.sh, save certs to tmp and print path
r4ulcl Feb 28, 2024
262ac7e
Update nzyme favicon.ico
r4ulcl Feb 29, 2024
23a1bb2
Add hyper-v code, untested
r4ulcl Apr 1, 2024
dce7790
Fix indent HTML
r4ulcl Apr 13, 2024
4af0996
air-hammer installation fix
r4ulcl May 14, 2024
c167dfc
Add god in relay to skip relay again
r4ulcl May 14, 2024
cd718e6
remove SWAP file
r4ulcl May 28, 2024
dab0736
Fix hyper-v and 2.0.4
r4ulcl May 28, 2024
b4fc06b
eaphammer python3-pyee error
r4ulcl May 28, 2024
ae4b0f9
workflows only if tag
r4ulcl May 28, 2024
84c3f7d
Add UnicastDeauth and delete vagrant on install
r4ulcl May 29, 2024
e14ac45
Add css and indent code
r4ulcl May 30, 2024
b32fa6d
Fix WEP website configuration and config AP
r4ulcl May 30, 2024
28df546
Fix swapaccount to grub
r4ulcl May 30, 2024
993252d
Fix IP_WEP in client, remove version in compose
r4ulcl May 30, 2024
d76bf47
Update README with custom VM install
r4ulcl May 30, 2024
0d5a71d
Remove unattended-upgrades, change tablets config and add hyper v info
r4ulcl Jun 8, 2024
e4a1646
WEP channel change
r4ulcl Jun 19, 2024
cd512b2
Fix WPA3 TKIP error
r4ulcl Jul 3, 2024
90d38d6
Fix error wifi-management
r4ulcl Jul 3, 2024
9604b0b
add Flags SAE
r4ulcl Jul 3, 2024
44391db
Try to fix css error in login (OCD)
r4ulcl Jul 4, 2024
79ebf90
Add ESSID_ var, remove test user
r4ulcl Jul 21, 2024
0f8b5a6
disable unattended-upgrades, fix eaphammer to old version
r4ulcl Jul 23, 2024
b857c29
Change sha1, fix hashcat
r4ulcl Jul 23, 2024
fdf4071
Fix missing changes
r4ulcl Jul 23, 2024
7ddfef6
add more missing changes
r4ulcl Jul 23, 2024
eb313d6
Fix hcxtools try, nzyme fix errors
r4ulcl Jul 23, 2024
755e837
Fix openssl, fix fingerprints nzyme and alias hashcat
r4ulcl Jul 23, 2024
bac087e
Fix double AP corp
r4ulcl Jul 23, 2024
bc3b75e
Administrator fix 2 AP
r4ulcl Jul 23, 2024
195d7e6
update pcapfilter
r4ulcl Jul 23, 2024
237bd89
Remove PMF from wifi-global
r4ulcl Jul 23, 2024
2e4299d
Add timeout to phishing
r4ulcl Jul 23, 2024
41dc109
docker compose with space
r4ulcl Jul 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
workflows only if tag
r4ulcl committed May 28, 2024
commit ae4b0f9fc23dbb08888ce21d8e7f80a7ab82714f
7 changes: 0 additions & 7 deletions .github/workflows/docker-image-aps.yml
Original file line number Diff line number Diff line change
@@ -2,13 +2,6 @@ name: Docker Image CI APs

on:
push:
branches:
- 'master'
tags:
- 'v*'
pull_request:
branches:
- 'master'
tags:
- 'v*'

7 changes: 0 additions & 7 deletions .github/workflows/docker-image-clients.yml
Original file line number Diff line number Diff line change
@@ -2,13 +2,6 @@ name: Docker Image CI Clients

on:
push:
branches:
- 'master'
tags:
- 'v*'
pull_request:
branches:
- 'master'
tags:
- 'v*'