Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Manisso authored Dec 12, 2017
1 parent 6e34a93 commit 129d053
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 0 deletions.
162 changes: 162 additions & 0 deletions crips.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,162 @@
#!/usr/bin/env python2.7
#
#
#

import os
import sys

os.system("clear && clear && clear")
logo = '''\033[0m \033[1m
_|_|_| _|
_| _| _|_| _|_|_| _|_|_|
_| _|_| _| _| _| _|_|
_| _| _| _| _| _|_|
_|_|_| _| _| _|_|_| _|_|_|
_|
_| \033[0m \033[91m \033[1m
}--{+} Coded By Manisso {+}--{
}----{+} fb.me/dzmanisso {+}----{
}--{+} Greetz To IcoDz {+}--{
'''
menu = '''\033[0m \033[1m
{1}--Whois lookup
{2}--Traceroute
{3}--DNS Lookup
{4}--Reverse DNS Lookup
{5}--GeoIP Lookup
{6}--Port Scan
{7}--Reverse IP Lookup
{0}--INSTALL & UPDATE
{99}-Exit
'''
print logo
print menu

def quit():
con = raw_input('Continue [Y/n] -> ')
if con[0].upper() == 'N':
exit()
else:
os.system("clear")
print logo
print menu
select()

def select():
try:
choice = input("Crips~# ")
if choice == 1:
d3 = raw_input('Enter IP Or Domain : ')
os.system("clear")
print("""
_ ____ ______ _________
| | / / / / / __ \/ _/ ___/
| | /| / / /_/ / / / // / \__ \
| |/ |/ / __ / /_/ _/ / ___/ /
|__/|__/_/ /_/\____/___//____/
""")
os.system("curl http://api.hackertarget.com/whois/?q=" + d3)
print("")
quit()
elif choice == 0:
os.system("clear")
print("This tool is only available for Linux and similar systems ")
os.system("git clone https://github.com/Manisso/Crips.git")
os.system("cd Crips && sudo bash ./update.sh")
quit()
elif choice == 2:
d3 = raw_input('Enter IP Or Domain : ')
os.system("clear")
print("""
____ ____ __ ___ ____ ____ _____ __ __ ____ ____
(_ _( _ \ /__\ / __( ___( _ ( _ ( )( (_ _( ___)
)( ) //(__)( (__ )__) ) /)(_)( )(__)( )( )__)
(__)(_)\_(__)(__\___(____(_)\_(_____(______)(__)(____)
""")
os.system("curl https://api.hackertarget.com/mtr/?q=" + d3 )
print("")
quit()
elif choice == 3:
d3 = raw_input('Enter Domain : ')
os.system("clear")
print("""
______ _ _ _____ _ _
| _ | \ | / ___| | | | |
| | | | \| \ `--. | | ___ ___ | | ___ _ _ __
| | | | . ` |`--. \ | | / _ \ / _ \| |/ | | | | '_ \
| |/ /| |\ /\__/ / | |___| (_) | (_) | <| |_| | |_) |
|___/ \_| \_\____/ \_____/\___/ \___/|_|\_\\__,_| .__ /
| |
|_|
""")
os.system("curl http://api.hackertarget.com/dnslookup/?q=" + d3 )
print("")
quit()
elif choice == 0:
print "Bye Bye"
os.system("clear")
exit()
elif choice == 4:
d3 = raw_input('Enter IP Address - IP Range Or Domain : ')
os.system("clear")
print("""
_____ ____ _____ _____
| __ |___ _ _ ___ ___ ___ ___ | \| | | __|
| -| -_| | | -_| _|_ -| -_| | | | | | |__ |
|__|__|___|\_/|___|_| |___|___| |____/|_|___|_____|
""")
os.system("curl https://api.hackertarget.com/reversedns/?q=" + d3 )
print("")
quit()
elif choice == 5:
d3 = raw_input('Enter IP Or Domain : ')
os.system("clear")
print("""
_____ _____ _____
/ ____| |_ _| __ \
| | __ ___ ___ | | | |__) |
| | |_ |/ _ \/ _ \ | | | ___/
| |__| | __| (_) _| |_| |
\_____|\___|\___|_____|_|
""")
os.system("curl http://api.hackertarget.com/geoip/?q=" + d3 )
print("")
print("")
quit()
elif choice == 6:
d3 = raw_input('Enter IP Or Domain : ')
os.system("clear")
print("""
__ __
/\ \ \_ __ ___ __ _ _ __ / _\ ___ __ _ _ __
/ \/ | '_ ` _ \ / _` | '_ \ \ \ / __/ _` | '_ \
/ /\ /| | | | | | (_| | |_) | _\ | (_| (_| | | | |
\_\ \/ |_| |_| |_|\__,_| .__/ \__/\___\__,_|_| |_|
|_|
""")
os.system("curl http://api.hackertarget.com/nmap/?q=" + d3 )
print("")
quit()
elif choice == 7:
d3 = raw_input('Enter IP Or Domain : ')
os.system("clear")
print("""
( ( (
)\ ))\ ) )\ ) )
(()/(()/( (()/( ( /( (
/(_)/(_)) /(_)) ( ( )\()) ))\ ` )
(_))(_)) (_)) )\ )\((_)\ /((_)/(/(
|_ _| _ \ | | ((_)((_| |(_(_))(((_)_\
| || _/ | |__/ _ / _ | / /| || | '_ \)
|___|_| |____\___\___|_\_\ \_,_| .__/
|_|
""")
os.system("curl http://api.hackertarget.com/reverseiplookup/?q=" + d3 )
print("")
quit()
except(KeyboardInterrupt):
print ""
select()
51 changes: 51 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
#!/bin/bash
clear
echo "
███╗ ███╗ █████╗ ███╗ ██╗██╗███████╗███████╗ ██████╗
████╗ ████║██╔══██╗████╗ ██║██║██╔════╝██╔════╝██╔═══██╗
██╔████╔██║███████║██╔██╗ ██║██║███████╗███████╗██║ ██║
██║╚██╔╝██║██╔══██║██║╚██╗██║██║╚════██║╚════██║██║ ██║
██║ ╚═╝ ██║██║ ██║██║ ╚████║██║███████║███████║╚██████╔╝
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝╚══════╝╚══════╝ ╚═════╝
▀▀█▀▀ █▀▀█ █▀▀█ █ █▀▀ ~ Tools Instaler By Ⓜ Ⓐ Ⓝ Ⓘ Ⓢ Ⓢ Ⓞ ☪ ~
█ █ █ █ █ █ ▀▀█
▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀ ▀▀▀
";

echo "[✔] Checking directories...";
if [ -d "/usr/share/doc/Crips" ] ;
then
echo "[◉] A directory Crips was found! Do you want to replace it? [Y/n]:" ;
read mama
if [ $mama == "y" ] ;
then
rm -R "/usr/share/doc/Crips"
else
exit
fi
fi

echo "[✔] Installing ...";
echo "";
git clone https://github.com/Manisso/Crips.git /usr/share/doc/Crips;
echo "#!/bin/bash
python /usr/share/doc/Crips/crips.py" '${1+"$@"}' > crips;
chmod +x crips;
sudo cp crips /usr/bin/;
rm crips;


if [ -d "/usr/share/doc/Crips" ] ;
then
echo "";
echo "[✔]Tool istalled with success![✔]";
echo "";
echo "[✔]====================================================================[✔]";
echo "[✔] ✔✔✔ All is done!! You can execute tool by typing crips ! ✔✔✔ [✔]";
echo "[✔]====================================================================[✔]";
echo "";
else
echo "[✘] Installation faid![✘] ";
exit
fi
59 changes: 59 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# ______ _ _ _______
# | ____| (_) | | |__ __|
# | |__ ___ ___ ___ _ ___| |_ _ _ | | ___ __ _ _ __ ___
# | __/ __|/ _ \ / __| |/ _ \ __| | | | | |/ _ \/ _` | '_ ` _ \
# | | \__ \ (_) | (__| | __/ |_| |_| | | | __/ (_| | | | | | |
# |_| |___/\___/ \___|_|\___|\__|\__, | |_|\___|\__,_|_| |_| |_|
# __/ |
# |___/
#
#Greet's To
#IcoDz - Canejo
#Tool For Hacking
#Authors : Manisso

clear

sudo chmod +x /etc/

clear

sudo chmod +x /usr/share/doc

clear

sudo rm -rf /usr/share/doc/Crips/

clear

cd /etc/

clear

sudo rm -rf /etc/Manisso

clear

mkdir Manisso

clear

cd Manisso

clear

git clone https://github.com/Manisso/Crips.git

clear

cd Crips

clear

sudo chmod +x install.sh

clear

./install.sh

clear

0 comments on commit 129d053

Please sign in to comment.