-
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
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
Stable Version/CAT NET V2.0.0 - STABLE/Cat-Net-Launcher.sh
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,15 @@ | ||
#!/bin/bash | ||
#Created by IsTk0 | ||
|
||
echo "Created by IsTk0 For Geeks Peaple" | ||
echo "$(tput setaf 2) ██████╗ █████╗ ████████╗ ███╗ ██╗███████╗████████╗ ██╗ █████╗ ██╗ ██╗███╗ ██╗ ██████╗██╗ ██╗███████╗██████╗ " | ||
echo "$(tput setaf 2)██╔════╝██╔══██╗╚══██╔══╝ ████╗ ██║██╔════╝╚══██╔══╝ ██║ ██╔══██╗██║ ██║████╗ ██║██╔════╝██║ ██║██╔════╝██╔══██╗" | ||
echo "$(tput setaf 2)██║ ███████║ ██║█████╗██╔██╗ ██║█████╗ ██║ ██║ ███████║██║ ██║██╔██╗ ██║██║ ███████║█████╗ ██████╔╝" | ||
echo "$(tput setaf 2)██║ ██╔══██║ ██║╚════╝██║╚██╗██║██╔══╝ ██║ ██║ ██╔══██║██║ ██║██║╚██╗██║██║ ██╔══██║██╔══╝ ██╔══██╗" | ||
echo "$(tput setaf 2)╚██████╗██║ ██║ ██║ ██║ ╚████║███████╗ ██║ ███████╗██║ ██║╚██████╔╝██║ ╚████║╚██████╗██║ ██║███████╗██║ ██║" | ||
echo "$(tput setaf 2) ╚═════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝" | ||
|
||
echo "$(tput setaf 1)Inserisci la tua password qui sotto ↓" | ||
echo "$(tput setaf 7)------------------------------------------------" | ||
sudo python3 "CAT NET V2.0.0 - STABLE.py" | ||
|
33 changes: 33 additions & 0 deletions
33
Stable Version/CAT NET V2.0.0 - STABLE/installer-OSX-Linux.sh
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,33 @@ | ||
#!/bin/bash | ||
#Created by IsTk0 | ||
|
||
echo "Created by IsTk0 For Geeks Peaple" | ||
echo "$(tput setaf 3) ██████╗ █████╗ ████████╗ ███╗ ██╗███████╗████████╗ ██╗███╗ ██╗███████╗████████╗ █████╗ ██╗ ██╗ ███████╗██████╗ " | ||
echo "$(tput setaf 3)██╔════╝██╔══██╗╚══██╔══╝ ████╗ ██║██╔════╝╚══██╔══╝ ██║████╗ ██║██╔════╝╚══██╔══╝██╔══██╗██║ ██║ ██╔════╝██╔══██╗" | ||
echo "$(tput setaf 3)██║ ███████║ ██║█████╗██╔██╗ ██║█████╗ ██║ ██║██╔██╗ ██║███████╗ ██║ ███████║██║ ██║ █████╗ ██████╔╝" | ||
echo "$(tput setaf 3)██║ ██╔══██║ ██║╚════╝██║╚██╗██║██╔══╝ ██║ ██║██║╚██╗██║╚════██║ ██║ ██╔══██║██║ ██║ ██╔══╝ ██╔══██╗" | ||
echo "$(tput setaf 3)╚██████╗██║ ██║ ██║ ██║ ╚████║███████╗ ██║ ██║██║ ╚████║███████║ ██║ ██║ ██║███████╗███████╗███████╗██║ ██║" | ||
echo "$(tput setaf 3) ╚═════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝╚═╝ ╚═╝" | ||
|
||
sudo pip install xmlrpc | ||
sudo pip install colorama | ||
sudo pip install subprocess | ||
sudo pip install sys | ||
sudo pip install os | ||
sudo pip install time | ||
sudo pip install paramiko | ||
sudo pip install ping3 | ||
sudo pip install scapy.all | ||
sudo pip install argparse | ||
sudo pip install getpass | ||
sudo pip install ftplib | ||
sudo pip install socket | ||
sudo pip installplatform | ||
sudo pip install psutil | ||
|
||
git clone https://github.com/AronkyTechnologies/Cat-Net.git | ||
|
||
cd "Stable Version" | ||
cd "CAT NET V2.0.0 - STABLE" | ||
|
||
sudo sh ./Cat-Net-Launcher.sh |