Escribiendo me llegan recuerdos. La primavera vez que María mi profesora de pintura miró - pistacho - dijo de los 80`s entonces yo pense, no lo digas. Y dijo - pop - . Que odio lo pop. En fin, entre gauiguen y matisse, tal vez. Luego me hice un cursillo acerlerado de python en un día e hice esta moñigatura, pero ahora si. Ahora me voy a dedicar a crear herramientas de hacking y a estudiar. en python y mi curso acelerado de una noche y un día. A ver mi primer lenguage fue C . Ron ron ron . ..
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
import os
import tkinter
import youtube_dl
os.system("pip install sys")
os.system("pip install tkinter")
os.system("pip install youtube_dl")
os.system("pip install ffmpeg")
os.system("pip install pygame")
os.system("pip install wave")
import youtube_dl
ydl_opts = {'outtmpl': 'matrix1'}
with youtube_dl.YoutubeDL(ydl_opts) as ydl:
ydl.download(['https://www.youtube.com/watch?v=1qCVcFBH4ew'])
os.system("ffmpeg -i matrix1.mkv matrix.wav")
import wave
import pygame
file_path = 'matrix.wav'
file_wav = wave.open(file_path)
frequency = file_wav.getframerate()
pygame.mixer.init(frequency=frequency)
pygame.mixer.music.load(file_path)
pygame.mixer.music.play()
000
i = 1
while i == 1:
banner ='''
ll
aaaaaaaa ll aaaaaaa sssssss
aa aa ll aa aa ss
aa ll aa aa sssssss
aa aa ll aa aa ss
aa aa ll aa aa ssssssss negras
aa aa
aa aa
aa
breVe introduccion al caos by mo0n rumba.
\n'''
print (banner)
print ("1. Nmap banner grabbing")
print ("2. Nmap DNS servicios")
print ("3. Nmap DNS brute - hostname servidores")
print ("4. Nmap Waf - detect")
print ("5. Nmap Waf - fingerprint")
print ("6. Dns Enumeracion dnsrecon")
print ("7. Dns python")
print ("8. Python whois")
print ("9. Shodan")
print ("99. Salir")
acceso = input("Opcion: ")
if acceso == 1:
target = raw_input("Target : ")
os.system("nmap -sV --script=banner -oN txt.txt %s" % target)
from time import sleep
import os
import sys
from math import ceil
l = list(map(int,os.popen('stty size','r').read().split()))
col = l[1]
col = col - 6
for i in range(col):
sys.stdout.write('\r')
getStr = "[%s " % ('='*i)
sys.stdout.write(getStr.ljust(col)+"]"+"%d%%" % (ceil((100/col)*i)))
sys.stdout.flush()
sleep(0.01)
print("")
from tkinter import *
root = Tk()
root.title("Alejandro merisi #root")
root.config(bg="darkblue")
f = open("txt.txt").read()
Label(root, text=f, bg="darkblue", fg="white", justify="left") .grid(row=0)
root.mainloop()
i = 1
if acceso == 2:
target = raw_input("Target : ")
os.system("nmap --script=broadcast-dns-service-discovery -oN txt.txt %s" % target)
from time import sleep
import os
import sys
from math import ceil
l = list(map(int,os.popen('stty size','r').read().split()))
col = l[1]
col = col - 6
for i in range(col):
sys.stdout.write('\r')
getStr = "[%s " % ('='*i)
sys.stdout.write(getStr.ljust(col)+"]"+"%d%%" % (ceil((100/col)*i)))
sys.stdout.flush()
sleep(0.01)
print("")
from tkinter import *
root = Tk()
root.title("Alejandro merisi #root")
root.config(bg="darkblue")
f = open("txt.txt").read()
Label(root, text=f, bg="darkblue", fg="white", justify="left") .grid(row=0)
root.mainloop()
i = 1
if acceso == 3:
target = raw_input("Target : ")
os.system("nmap -T4-p 53 --script dns-brute -oN txt.txt %s" % target)
from time import sleep
import os
import sys
from math import ceil
l = list(map(int,os.popen('stty size','r').read().split()))
col = l[1]
col = col - 6
for i in range(col):
sys.stdout.write('\r')
getStr = "[%s " % ('='*i)
sys.stdout.write(getStr.ljust(col)+"]"+"%d%%" % (ceil((100/col)*i)))
sys.stdout.flush()
sleep(0.01)
print("")
from tkinter import *
root = Tk()
root.title("Alejandro merisi #root")
root.config(bg="darkblue")
f = open("txt.txt").read()
Label(root, text=f, bg="darkblue", fg="white", justify="left") .grid(row=0)
root.mainloop()
i = 1
if acceso == 4:
target = raw_input("Target : ")
os.system("nmap -p80 --script http-waf-detect -oN txt.txt %s" % target)
from time import sleep
import os
import sys
from math import ceil
l = list(map(int,os.popen('stty size','r').read().split()))
col = l[1]
col = col - 6
for i in range(col):
sys.stdout.write('\r')
getStr = "[%s " % ('='*i)
sys.stdout.write(getStr.ljust(col)+"]"+"%d%%" % (ceil((100/col)*i)))
sys.stdout.flush()
sleep(0.01)
print("")
from tkinter import *
root = Tk()
root.title("Alejandro merisi #root")
root.config(bg="darkblue")
f = open("txt.txt").read()
Label(root, text=f, bg="darkblue", fg="white", justify="left") .grid(row=0)
root.mainloop()
i = 1
if acceso == 5:
target = raw_input("Target : ")
os.system("nmap --script=http-waf-fingerprint -oN txt.txt %s" % target)
from time import sleep
import os
import sys
from math import ceil
l = list(map(int,os.popen('stty size','r').read().split()))
col = l[1]
col = col - 6
for i in range(col):
sys.stdout.write('\r')
getStr = "[%s " % ('='*i)
sys.stdout.write(getStr.ljust(col)+"]"+"%d%%" % (ceil((100/col)*i)))
sys.stdout.flush()
sleep(0.01)
print("")
from tkinter import *
root = Tk()
root.title("Alejandro merisi #root")
root.config(bg="darkblue")
f = open("txt.txt").read()
Label(root, text=f, bg="darkblue", fg="white", justify="left") .grid(row=0)
root.mainloop()
i = 1
if acceso == 6:
target = raw_input("Target : ")
from time import sleep
import os
import sys
from math import ceil
l = list(map(int,os.popen('stty size','r').read().split()))
col = l[1]
col = col - 6
for i in range(col):
sys.stdout.write('\r')
getStr = "[%s " % ('='*i)
sys.stdout.write(getStr.ljust(col)+"]"+"%d%%" % (ceil((100/col)*i)))
sys.stdout.flush()
sleep(0.01)
print("")
os.system("dnsrecon -d %s" % target)
i = 1
if acceso == 7:
os.system("python3 dnspython.py")
i = 1
if acceso == 8:
os.system("python whoispython.py")
i = 1
if acceso == 9:
os.system("python shodanpython.py")
i = 1
if acceso == 99:
sys.exit()
else:
i = 1
No hay comentarios:
Publicar un comentario