Skip to content

Commit

Permalink
Update installation.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
V33RU authored Apr 8, 2020
1 parent 9fb9007 commit a908e4e
Showing 1 changed file with 14 additions and 20 deletions.
34 changes: 14 additions & 20 deletions installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,30 @@ echo " _____ _______ _____ _______
iotpentest.com"


echo " ************************************************************************************************************************** "
echo "**************************************************************************************************************************"

echo " _ _ _

echo" _ _ _
| | | | | |
| |__| | __ _ _ __ __| |_ ____ _ _ __ ___
| __ |/ _` | '__/ _` \ \ /\ / / _` | '__/ _ \
| | | | (_| | | | (_| |\ V V / (_| | | | __/
|_| |_|\__,_|_| \__,_| \_/\_/ \__,_|_| \___|"
echo " ************************************************************************************************************************** "
|_| |_|\__,_|_| \__,_| \_/\_/ \__,_|_| \___|
"
echo " _____ _ _
echo "**************************************************************************************************************************"
echo" _____ _ _
| __ \ | (_)
| |__) |__ _ __| |_ ___
| _ // _` |/ _` | |/ _ \
| | \ \ (_| | (_| | | (_) |
|_| \_\__,_|\__,_|_|\___/ "
|_| \_\__,_|\__,_|_|\___/
"
echo " ************************************************************************************************************************** "
echo "**************************************************************************************************************************"
echo "______ _ _ _ _
| ___ \ | | | | | | |
Expand All @@ -39,41 +43,31 @@ echo "______ _ _ _ _
| |_/ / | |_| | __/ || (_) | (_) | |_| | | |
\____/|_|\__,_|\___|\__\___/ \___/ \__|_| |_|"
echo " ************************************************************************************************************************** "
echo "**************************************************************************************************************************"
sudo sudo apt-get update && sudo apt-get upgrade
mkdir session-owasp
cd session-owasp
echo ******Dependencies******
lsb_release -a
echo "Abort if it is not debian && ubuntu by ctrl+c"
sudo apt-get install python3 && sudo apt-get install python3-pip && sudo pip3 install pwntools
sudo sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev
sudo sudo apt-get update && sudo apt-get upgrade
sudo apt-get install apktool
wget https://github.com/V33RU/OWASPSeasides--BLE-UAE/raw/master/nodejs_8.10.0_dfsg-2ubuntu0.4_amd64.deb
wget https://www.dropbox.com/s/p3vbboddyc52y5g/ble-exploits.zip
sudo dpkg -i nodejs_8.10.0_dfsg-2ubuntu0.4_amd64.deb
sudo apt-get install npm
echo ____MiTM Tools____
echo need a nodejs 8.10 and npm 3.5
echo btlejuice
echo -------------------------------
sudo npm install -g btlejuice
echo noble & bleno
echo -------------------------------
sudo npm install noble
sudo npm install bleno
echo gattacker
echo -------------------------------
sudo npm install gattacker

0 comments on commit a908e4e

Please sign in to comment.