Skip to content

Commit

Permalink
Add UnicastDeauth and delete vagrant on install
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ulcl committed May 29, 2024
1 parent ae4b0f9 commit 84c3f7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Attacker/installTools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ cd $TOOLS
wget https://gist.githubusercontent.com/r4ulcl/f3470f097d1cd21dbc5a238883e79fb2/raw/6759cb1117569d5a2cb4c5166be76c717c3673e0/pcapFilter.sh
chmod +x pcapFilter.sh

# UnicastDeauth
git clone 'https://github.com/mamatb/UnicastDeauth.git'
pip install -r './UnicastDeauth/requirements.txt'

#Eaphhammer
cd $TOOLS
git clone https://github.com/s0lst1c3/eaphammer.git
Expand Down
2 changes: 2 additions & 0 deletions vagrant/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ shred -vzn 3 /var/WiFiChallenge/Clients

find /var/WiFiChallenge/APs -type f -exec shred -zvu -n 5 {} \;
find /var/WiFiChallenge/Clients -type f -exec shred -zvu -n 5 {} \;
find /var/WiFiChallenge/vagrant -type f -exec shred -zvu -n 5 {} \;

rm -r /var/WiFiChallenge/Clients /var/WiFiChallenge/APs

## Install RDP server
Expand Down

0 comments on commit 84c3f7d

Please sign in to comment.