Skip to main content

Featured

How to Hack/Crack Password

  What is Password Cracking? Password cracking is the process of attempting to gain Unauthorized access to restricted systems using common passwords or algorithms that guess passwords. In other words, it’s an art of obtaining the correct password that gives access to a system protected by an authentication method. Password cracking employs a number of techniques to achieve its goals. The cracking process can involve either comparing stored passwords against word list or use algorithms to generate passwords that match In this Tutorial, we will introduce you to the common password cracking techniques and the countermeasures you can implement to protect systems against such attacks. Topics covered in this tutorial What is password strength? Password cracking techniques Password Cracking Tools Password Cracking Counter Measures Hacking Assignment: Hack Now! What is password strength? Password strength is the measure of a password’s efficiency to resist password cracking attacks . The s...

How to perform bruteforce attack using Termux/Linux/Kali/Ubuntu

BruteSpray bruteforce attack



Hi guys Cyber NINJA here,

Today we will be going to perform bruteforce attack using Termux/Ubuntu/Kali/Linux
using brutespray!!!!!!


Steps to perform attack

Step 1: cloning tool

>>> sudo su (for Linux only) / skip if you have termux

>>> apt update 

>>> apt upgrade

>>> apt install git (for any linux) / pkg install git (for termux)

>>> git clone https://github.com/x90skysn3k/brutespray



Step 2: opening tool

>>> cd brutespray

>>> chmod +x *
 
>>> ls



Step 3: Ways of using tool

Using custom wordlist : 

>>>  python brutespray.py --file nmap.gnmap -U /usr/share/wordlist/user.txt -P /usr/share/wordlist/pass.txt --threads 5 --hosts 5

Brute-Force specific service :

>>>  python brutespray.py --file nmap.gnmap --service ftp,ssh,telnet --threads 5 --hosts 5

Specific Credentials:

>>>  python brutespray.py --file nmap.gnmap -u admin -p password --threads 5 --hosts 

Continue After Success:

>>>  python brutespray.py --file nmap.gnmap --threads 5 --hosts 5 -c

Use Nmap XML Output

>>>  python brutespray.py --file nmap.xml --threads 5 --hosts 5

Use JSON Output

>>>  python brutespray.py --file out.json --threads 5 --hosts 5

Interactive Mode

>>>  python brutespray.py --file nmap.xml -i






Supported Services

  • ssh
  • ftp
  • telnet
  • vnc
  • mssql
  • mysql
  • postgresql
  • rsh
  • imap
  • nntp
  • pcanywhere
  • pop3
  • rexec
  • rlogin
  • smbnt
  • smtp
  • svn
  • vmauthd
  • snmp






Disclaimer : This post is just for educational purpose try it on your own risk if you cause any harm to your device using this then i will not be responsible for it for any enquiry contact me on my social media handles!!!

Instagram: harsh.dev.23

Twitter: harshdev_23  

Join our Telegram Channel : Join 
For latest updates and best content




Support :

BTC: bc1qvhpfmwygzenzrdr8lcl4xh78uh2rc7ytk6c5yj

ETH: 0x6249Ecd0955d7a36Ef72054ccaE957E0e5A1d41C












Comments

Popular Posts