#!/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
martes, 17 de noviembre de 2020
Divergente.
Somos divergentes y perdidos entre las horas, y el ayuno - religioso - para estar purificados, por si con el pomo en la puerta constantemente, tenemos que abrir la puerta de salida a las constelaciones. También tenemos armas, no necesitamos salir de casa para ganarnos la vida, ni trabajamos para ninguna empresa, así que no tenemos que aguantar a nadie y menos a periodistas flatulentas y ese hedor que procede de las televisiones tan bién subvencionadas por el estado hasta el punto que se retroalimentan en un círculo de mierda. Purificados y listos para el combate, luchamos por la verdad porque aunque digan que esta se fabrica, en el fondo de su alma, saben que no es cierto. Como desarrollador de software freelance me preparo para el futuro. Esto no acaba aquí - la pandemia - durara años, como las mascarillas un tiempo en el que - aprovecho - para asegurar mi destino. Támpoco tenemos miedo, he cruzado el fuego y las llamas de aqúel fuego verdadero y solo creo en mi mismo y en esta República de las ideas.
Suscribirse a:
Enviar comentarios (Atom)
Ahora que estoy perdido en mitad de una - batalla - literaria. En mitad de una novela a medio escribir. Empiezo a comprender aquell...
-
Yo no puedo ser el chico que era hace veinte años. A mi me pasa igual, aquel chico lo matarón a base de insultos, amen...
-
La giovenezza - baila - . Alucinado aún por el humo blanco de las drogas , la fiesta, la silocibina. Resuena la leyenda de kasp...
-
Crónicas - vampíricas - . Vampirismo en España (II) A estar alturas de la historia de España cuando por las calles de aquél ...
No hay comentarios:
Publicar un comentario