Skip to content

Commit

Permalink
Merge pull request #11 from Zian25/v0.1.4
Browse files Browse the repository at this point in the history
v0.1.4
  • Loading branch information
Zian25 authored May 12, 2022
2 parents 4f6d8cb + bceb161 commit b22b196
Show file tree
Hide file tree
Showing 13 changed files with 639 additions and 1,499 deletions.
2 changes: 1 addition & 1 deletion modulos/Zawiencom.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def banner():
print (" # # # # " )
print (" # # # # # " )
print (" # # # # # " )
print (" ##### # # # v0.1.3" )
print (" ##### # # # v0.1.4" )

# Reiniciar Programa
def restart_program():
Expand Down
10 changes: 5 additions & 5 deletions modulos/autoinstalador.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
import sys
import time
from Zawiencom import *
from menu1 import *
from menu2 import *
from menu3 import *
from menu4 import *
from menu5 import *
from osint import *
from dos import *
from phishing import *
from exploit import *
from bruteforce import *
from autoinstalador import *

def metasploit():
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion modulos/generator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
import os


#def instalador(url=None, name=None, move=True, installer=None):
# update()
# if url != None:
Expand All @@ -13,7 +14,6 @@
# os.system(f"cd ~/{name}")
# os.system(installer)


def main():
name = input("Digite o nome da ferramenta: ")
github = input("Link Github: ")
Expand Down
16 changes: 16 additions & 0 deletions modulos/menu1.py → modulos/osint.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,19 @@ def sherlock():

def osi_ig():
instalador(url=f"https://github.com/th3unkn0n/osi.ig.git", name="osi.ig", move=True, installer="None")

def Arjun():
instalador(url=f"https://github.com/s0md3v/Arjun.git", name="Arjun", move=True, installer="cd ~/Arjun && python3 setup.py install")

def CloudFail():
instalador(url=f"https://github.com/m0rtem/CloudFail.git", name="CloudFail", move=True, installer="cd ~/CloudFail && pip3 install -r requirements.txt && apt install python3-setuptools")

def dnstwist():
instalador(url=f"https://github.com/elceef/dnstwist.git", name="dnstwist", move=True, installer="cd ~/dnstwist && apt install dnstwist")

def holehe():
instalador(url=f"https://github.com/megadose/holehe.git", name="holehe", move=True, installer="cd ~/holehe && python3 setup.py install")

def pwnedOrNot():
instalador(url=f"https://github.com/thewhiteh4t/pwnedOrNot.git", name="pwnedOrNot", move=True, installer="cd ~/pwnedOrNot && chmod +x install.sh && ./install.sh")

File renamed without changes.
Loading

0 comments on commit b22b196

Please sign in to comment.