Skip to content

Commit

Permalink
Update README and pcapFilter showing bssid and mac in certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ulcl committed Feb 26, 2024
1 parent b700137 commit 1deb3d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Attacker/installTools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pip3 install -r requirements.txt

# pcapFilter.sh
cd $TOOLS
wget https://gist.githubusercontent.com/r4ulcl/f3470f097d1cd21dbc5a238883e79fb2/raw/a22ac3095e197dc97745d36ece49bb455fc6d1ae/pcapFilter.sh
wget https://gist.githubusercontent.com/r4ulcl/f3470f097d1cd21dbc5a238883e79fb2/raw/ad4eae9d435bd0e7c5c643bdb791a12d234d9644/pcapFilter.sh
chmod +x pcapFilter.sh

#Eaphhammer
Expand Down
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,37 @@
<img src="https://img.shields.io/github/v/release/r4ulcl/WiFiChallengeLab-docker" alt="GitHub releases">
</a>
<a href="https://github.com/r4ulcl/WiFiChallengeLab-docker/stargazers">
<img src="https://img.shields.io/github/stars/r4ulcl/WiFiChallengeLab-docker.svg" alt="GitHub stars">
<img src="https://img.shields.io/github/stars/r4ulcl/WiFiChallengeLab-docker.svg?style=flat" alt="GitHub stars">
</a>
<a href="https://github.com/r4ulcl/WiFiChallengeLab-docker/network">
<img src="https://img.shields.io/github/forks/r4ulcl/WiFiChallengeLab-docker.svg" alt="GitHub forks">
<img src="https://img.shields.io/github/forks/r4ulcl/WiFiChallengeLab-docker.svg?style=flat" alt="GitHub forks">
</a>
<a href="https://github.com/r4ulcl/WiFiChallengeLab-docker/issues">
<img src="https://img.shields.io/github/issues/r4ulcl/WiFiChallengeLab-docker.svg" alt="GitHub issues">
<img src="https://img.shields.io/github/issues/r4ulcl/WiFiChallengeLab-docker.svg?style=flat" alt="GitHub issues">
</a>
<a href="https://github.com/r4ulcl/WiFiChallengeLab-docker/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/r4ulcl/WiFiChallengeLab-docker.svg" alt="GitHub license">
<img src="https://img.shields.io/github/license/r4ulcl/WiFiChallengeLab-docker.svg?style=flat" alt="GitHub license">
</a>
</p>


# WiFiChallengeLab-docker




[![Docker Image APs](https://github.com/r4ulcl/WiFiChallengeLab-docker/actions/workflows/docker-image-aps.yml/badge.svg)](https://hub.docker.com/r/r4ulcl/wifichallengelab-aps) [![Docker Image Clients](https://github.com/r4ulcl/WiFiChallengeLab-docker/actions/workflows/docker-image-clients.yml/badge.svg)](https://hub.docker.com/r/r4ulcl/wifichallengelab-clients)


Docker version of WiFiChallenge Lab with modifications in the challenges and improved stability. Ubuntu virtual machine with virtualized networks and clients to perform WiFi attacks on OPN, WPA2, WPA3 and Enterprise networks.


## CTFd Lab

For direct access to download the VM and complete the challenges go to the CTFd web site:

[WiFiChallenge Lab v2.0](https://wifichallengelab.com/)



## Changelog from version v1.0

The principal changes from version 1.0.5 to 2.0.3 are the following.
Expand Down

0 comments on commit 1deb3d3

Please sign in to comment.