Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
IsTk0 authored Jun 3, 2022
1 parent 8fc9bbf commit 05f06f6
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Stable Version/CAT NET V2.0.0 - STABLE/Cat-Net-Launcher.sh
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 Stable Version/CAT NET V2.0.0 - STABLE/installer-OSX-Linux.sh
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

0 comments on commit 05f06f6

Please sign in to comment.