forked from ivam3/i-Haklab
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
235 changed files
with
794 additions
and
7 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
#!/data/data/com.termux/files/usr/bin/bash | ||
#Created on Dec/2018 | ||
IFS=$'\n\t' | ||
trap ctrl_c 2 | ||
source /data/data/com.termux/files/usr/libexec/colors | ||
|
||
function ctrl_c() { | ||
echo | ||
printf "$Y\n\n[!]$R Going me on$B Telegram$R t.me/Ivam3byCinderella$W\n\n" | ||
} | ||
if [ ! -d ~/storage ]; then | ||
termux-setup-storage | ||
fi | ||
if [ -L ~/storage/external-1 ]; then | ||
iHAKLAB=/data/data/com.termux/files/home/storage/external-1/roothome/i-Haklab | ||
else | ||
iHAKLAB=/data/data/com.termux/files/home/i-Haklab | ||
fi | ||
|
||
while [ ! $(id -u) -ne 0 ]; do | ||
printf "$R\n[W]:-> You need to be a common user$W\n" | ||
exit | ||
done | ||
until [ -d $iHAKLAB ]; do | ||
printf "$R\n[W]:-> i-Haklab needed$W |$Y Do you wanna install it?$W\n" | ||
while read -p "[yes/no]:-> " yesorno && [ -z $yesorno ]; do | ||
continue | ||
done | ||
if [ $yesorno = "yes" ] || [ $yesorno = "Yes" ] || [ $yesorno = "YES" ]; then | ||
git clone https://github.com/ivam3/i-Haklab.git $HOME/i-Haklab | ||
cd ~/i-Haklab;bash setup | ||
else | ||
printf "$G\n[!]-> Have a nice hacking day!!\n\n" | ||
exit | ||
fi | ||
done | ||
|
||
echo $(clear) | ||
for i in ------------------@ IVAM3-------------@ IVAM3-by----------@ IVAM3-by-CINDERELLA; do | ||
printf "$(clear) $C STARTING TO INSTALL BINWALK. . . .$i" | ||
printf "\n\n" | ||
sleep 1 | ||
done | ||
#INSTALLATION | ||
git clone https://github.com/ReFirmLabs/binwalk $iHAKLAB/../binwalk | ||
cd $iHAKLAB/../binwalk | ||
chmod 777 * | ||
python setup.py install | ||
|
||
|
||
#ENDING SCRIPT | ||
printf "$Y\n[!]-> ::::::::::::::: DONE !! :::::::::::::::: <-[!]$G\n\tTo fix issues going to$B t.me/Ivam3_Bot$W\n" | ||
|
||
# @Ivam3 |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Oops, something went wrong.