Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
adv ex on 5 january 2024
adv ex on 22 February 2024
Kfc Club

Patrick Stash
banner Expire 26 October 2024
Rescator cvv and dump shop
banner expire at 13 May

Yale lodge shop
UniCvv
banner Expire 1 April  2021

aircrack-ng

Premiums

TRUSTED VENDOR
Joined
Dec 5, 2020
Messages
1,601

Aircrack is an all in one packet sniffer, WEP and WPA/WPA2 cracker, analyzing tool and a hash capturing tool. It is a tool used for wifi hacking. It helps in capturing the package and reading the hashes out of them and even cracking those hashes by various attacks like dictionary attacks. It supports almost all the latest wireless interfaces. To use aircrack-ng:

  • aircrack-ng comes pre-compiled with Kali Linux.
  • Simply type aircrack-ng in the terminal to use it.


6. Netcat Netcat is a networking tool used to work with ports and performing actions like port scanning, port listening, or port redirection. This command is even used for Network Debugging or even network daemon testing. This tool is considered as the Swiss army knife of networking tools. It could even be used to do the operating related to TCP, UDP, or UNIX-domain sockets or to open remote connections and much more. To use netcat:

  • Netcat comes pre-installed with Kali Linux.
  • Just type “nc” or “netcat” in the terminal to use the tool.
  • To perform port listening type the following commands in 2 different terminals.
nc -l -p 1234
nc 127.0.0.1 1234



 
Top Bottom