Skip to content

Commit

Permalink
{+} update
Browse files Browse the repository at this point in the history
  • Loading branch information
csr13 committed Mar 5, 2024
1 parent 0d7f39c commit f1df276
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
4 changes: 0 additions & 4 deletions admin/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@ else
echo "valid options are create-user and delete-user";
exit 1;
fi;




17 changes: 17 additions & 0 deletions aircrack/start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/bash

set -e

echo "Installing aircrack-ng in /opt/aircrack";

wget https://download.aircrack-ng.org/aircrack-ng-1.7.tar.gz && \
-O /opt/aircrack/aircrack-ng-1.7.tar.gz

cd /opt/aircrack && \
tar -zxvf aircrack-ng-1.7.tar.gz && \
cd ./aircrack-ng-1.7 && \
autoreconf -i && \
./configure --with-experimental && \
make && \
make install && \
ldconfig
Empty file added mfsconsole/start.sh
Empty file.
3 changes: 1 addition & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ t=(
"docker"
"python"
"node"
"git"
"tmux"
"osquery"
"setoolkit"
"aircrack"
)


Expand Down

0 comments on commit f1df276

Please sign in to comment.