Skip to content

Commit 5ca10f6

Browse files
authored
Add files via upload
1 parent 315a82f commit 5ca10f6

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#!/bin/bash
2+
#Created by IsTk0
3+
4+
echo "Created by IsTk0 For Geeks Peaple"
5+
echo "$(tput setaf 3) ██████╗ █████╗ ████████╗ ███╗ ██╗███████╗████████╗ ██╗███╗ ██╗███████╗████████╗ █████╗ ██╗ ██╗ ███████╗██████╗ "
6+
echo "$(tput setaf 3)██╔════╝██╔══██╗╚══██╔══╝ ████╗ ██║██╔════╝╚══██╔══╝ ██║████╗ ██║██╔════╝╚══██╔══╝██╔══██╗██║ ██║ ██╔════╝██╔══██╗"
7+
echo "$(tput setaf 3)██║ ███████║ ██║█████╗██╔██╗ ██║█████╗ ██║ ██║██╔██╗ ██║███████╗ ██║ ███████║██║ ██║ █████╗ ██████╔╝"
8+
echo "$(tput setaf 3)██║ ██╔══██║ ██║╚════╝██║╚██╗██║██╔══╝ ██║ ██║██║╚██╗██║╚════██║ ██║ ██╔══██║██║ ██║ ██╔══╝ ██╔══██╗"
9+
echo "$(tput setaf 3)╚██████╗██║ ██║ ██║ ██║ ╚████║███████╗ ██║ ██║██║ ╚████║███████║ ██║ ██║ ██║███████╗███████╗███████╗██║ ██║"
10+
echo "$(tput setaf 3) ╚═════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝╚═╝ ╚═╝"
11+
12+
sudo pip install sys
13+
sudo pip install os
14+
sudo pip install paramiko
15+
sudo pip install time
16+
sudo pip install subprocess
17+
sudo pip install ping3
18+
sudo pip install scapy.all
19+
sudo pip install scapy
20+
sudo pip install argparse
21+
22+
sudo sh ./launcher.sh

0 commit comments

Comments
 (0)