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

fixed GPG using dif key server #184

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
added 'go home' and 'go back' to the Menus
  • Loading branch information
sebastian-mora committed Mar 13, 2019
commit dafd8eebbf5bda844e4d35996b3a3d94c0b084bf
35 changes: 35 additions & 0 deletions katoolin.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ def inicio1():
3) Remove all kali linux repositories
4) View the contents of sources.list file

Back: goback
Home: gohome

''')
repo = raw_input("\033[1;32mWhat do you want to do ?> \033[1;m")
if repo == "1":
Expand Down Expand Up @@ -124,6 +127,8 @@ def inicio():
7) Reporting Tools 14) Extra

0) All
Back: back
Home: gohome

''')
print ("\033[1;32mSelect a category or press (0) to install all Kali linux tools .\n\033[1;m")
Expand Down Expand Up @@ -170,6 +175,9 @@ def inicio():
29) goofile

0) Install all Information Gathering tools
Back: back
Home: gohome


''')
print ("\033[1;32mInsert the number of the tool to install it .\n\033[1;m")
Expand Down Expand Up @@ -325,6 +333,8 @@ def inicio():
35) Yersinia

0) Install all Vulnerability Analysis tools
Back: back
Home: gohome

''')
print ("\033[1;32mInsert the number of the tool to install it .\n\033[1;m")
Expand Down Expand Up @@ -431,6 +441,8 @@ def inicio():
16) gr-scan 32) Wifite

0) Install all Wireless Attacks tools
Back: back
Home: gohome

''')
print ("\033[1;32mInsert the number of the tool to install it .\n\033[1;m")
Expand Down Expand Up @@ -534,6 +546,8 @@ def inicio():
41) zaproxy

0) Install all Web Applications tools
Back: back
Home: gohome

''')
print ("\033[1;32mInsert the number of the tool to install it .\n\033[1;m")
Expand Down Expand Up @@ -654,6 +668,8 @@ def inicio():
16) rtpinsertsound 32) zaproxy

0) Install all Sniffing & Spoofing tools
Back: back
Home: gohome

''')
print ("\033[1;32mInsert the number of the tool to install it .\n\033[1;m")
Expand Down Expand Up @@ -757,6 +773,8 @@ def inicio():
16) Weevely

0) Install all Maintaining Access tools
Back: back
Home: gohome

''')
print ("\033[1;32mInsert the number of the tool to install it .\n\033[1;m")
Expand Down Expand Up @@ -818,6 +836,8 @@ def inicio():
9) pipal

0) Install all Reporting Tools
Back: back
Home: gohome

''')
print ("\033[1;32mInsert the number of the tool to install it .\n\033[1;m")
Expand Down Expand Up @@ -874,6 +894,8 @@ def inicio():
17) Yersinia

0) Install all Exploitation Tools
Back: back
Home: gohome

''')
print ("\033[1;32mInsert the number of the tool to install it .\n\033[1;m")
Expand Down Expand Up @@ -942,6 +964,8 @@ def inicio():
23) Xplico

0) Install all Forensics Tools
Back: back
Home: gohome

''')
print ("\033[1;32mInsert the number of the tool to install it .\n\033[1;m")
Expand Down Expand Up @@ -1022,6 +1046,8 @@ def inicio():
14) THC-SSL-DOS

0) Install all Stress Testing tools
Back: back
Home: gohome

''')
print ("\033[1;32mInsert the number of the tool to install it .\n\033[1;m")
Expand Down Expand Up @@ -1088,6 +1114,8 @@ def inicio():
18) Maltego Teeth 36) zaproxy

0) Install all Password Attacks tools
Back: back
Home: gohome

''')
print ("\033[1;32mInsert the number of the tool to install it .\n\033[1;m")
Expand Down Expand Up @@ -1191,6 +1219,8 @@ def inicio():
11) YARA

0) Install all Reverse Engineering tools
Back: back
Home: gohome

''')
print ("\033[1;32mInsert the number of the tool to install it .\n\033[1;m")
Expand Down Expand Up @@ -1239,6 +1269,8 @@ def inicio():
6) smali

0) Install all Hardware Hacking tools
Back: back
Home: gohome

''')
print ("\033[1;32mInsert the number of the tool to install it .\n\033[1;m")
Expand Down Expand Up @@ -1272,6 +1304,9 @@ def inicio():

1) Wifresti
2) Squid3

Back: back
Home: gohome
''')
print ("\033[1;32mInsert the number of the tool to install it .\n\033[1;m")
opcion2 = raw_input("\033[1;36mkat > \033[1;m")
Expand Down