Beispiel #1
0
def menu():
    try:
        print("")
        print(w + "{" + y + " OTHERS MENU " + w + '}')
        print("")
        print(w + "{" + p + "01" + w + "} Email sender")
        print(w + "{" + p + "02" + w + "} Python logger generator")
        print(w + "{" + p + "03" + w + "} Python minicrypto locker")
        print(w + "{" + p + "04" + w + "} ZIP Password bruteforce")
        print(w + "{" + p + "05" + w + "} Find Host DNS")
        print(w + "{" + p + "06" + w + "} Web payload generator")
        print(w + "{" + p + "07" + w + "} Instagram bruteforce")
        print(w + "{" + p + "00" + w + "} Back to main menu")
        print("")
        main()
    except KeyboardInterrupt:
        os.syatem('LavSarkari')
Beispiel #2
0
    word = raw_input("[*] Wordlist : ")
    iphost = raw_input("[*] IP/Hostname : ")
    os.system("hydra -m / -l %s -P %s %s http-get" % (user, word, iphost))
    sys.exit()

elif bhydra == '11':
    os.system("clear")
    os.system("figlet PDR Brute Force")
    user = raw_input("[*] User : "******"[*] Wordlist : ")
    iphost = raw_input("[*] IP/Hostname : ")
    os.system("hydra -t 1 -V -f -l %s -P %s %s rdp" % (user, word, iphost))
    sys.exit()

elif bhydra == '12':
    os.syatem("clear")
    os.system("figlet My SQL Brute Force")
    user = raw_input("[*] User : "******"[*] Wordlist : ")
    os.system("hydra -t 5 -V -f -l %s -e ns -P %s localhost mysql" %
              (user, word))

elif bhydra == "13":
    os.system("clear")
    os.system("figlet Facebook Brute Force")
    os.system("python2 facebook")

elif bhydra == '00' or bhydra == '0':
    os.system("python2 Ha3MrX.py")

else:
Beispiel #3
0
print " youtube : sayoga"
print " github  : https://github.com/jokersa13"
print " local   : karangkulon"

time.sleep(1)
print "[+] menu pilihan [+]"
print "[1] hack gamepubg"
print "[2] hack gamemlbb"
print "[3] hack gameig"
print "[4] hack gamewa"
print "[5] install bahan"
time.sleep(1)
pilih = raw_input('[?] pilih : ')
if pilih == "1":
    os.system('apt update && upgrade')
    os.syatem('pkg install python2')
    os.system('pkg install git')
    os.system('git clone https://github.com/flyngdutchman/Spamcall')
elif pilih == "2":
    os.system('git clone https://github.com/flyngdutchman/SpamCall')
    time.sleep(1)
    os.system('apt update && upgrade')
    os.syatem('pkg install python2')
    os.system('pkg install git')
    os.system('git clone https://github.com/flyngdutchman/SpamCall')
    time.sleep(1)
elif pilih == "3":
    os.system('apt update && upgrade')
    os.syatem('pkg install python2')
    os.system('pkg install git')
    os.system('git clone https://github.com/flyngdutchman/SpamCall')
Beispiel #4
0
import os
import scapy.all as scapy
import argparse
os.syatem('clear')
banner = '''
	|\          /\          /|
	| \        /  \        / |
	|  \      /    \      /  |
	|   \    /      \    /   |
	|    \  /        \  /    |
	|_____\/__________\/_____|
	      /\          /\
	     /  \        /. \
	    /    \      /    \
	   /      \    /      \
	  /        \  /        \
	 /          \/          \
       python3 skannet.py --target (ip)  '''

print(banner)


def scan(ip):
    arp_request = scapy.ARP(pdst=ip)
    broadcast = scapy.Ether(dst="ff:ff:ff:ff:ff:ff")
    arp_request_broadcast = broadcast / arp_request
    ans_list = scapy.srp(arp_request_broadcast, timeout=1, verbose=False)[0]
    clients_list = []
    print(
        'IP\t\t\tMAC Address\n===================================================='
    )
Beispiel #5
0
4  #Gila tools Gua Di Recode
import os
import sys

os.system("php index1.php")


def usage():
    os.system("")


tools = input(">>>Pilih<<< ")

if tools == 1:
    os.system("php lag.php")
    os.system("python2 in.py")
    os.syatem("sh index.sh")
    print("Done")

if tools == 2:
    os.system("php laga.php")
    os.system("python2 on.py")
    os.syatem("sh index.sh")
    print("Done")

if tools == 3:
    os.system("python2 index.py")