Scan Host and Wifi Access Point on Kali Linux - Netattack 2


NETATTACK 2 is a python script that scans and attacks local and wireless networks. Everything is super easy because of the GUI that makes it unnecessary to remember commands and parameters.


What can I do with it ?

SCANNING

  • Scan your network for active hosts, their operating system, open ports and way more.
  • Scan for Access-Points and figure out encryption type, WPS and other useful data.

SPOOFING/SNIFFING

  • Simple ARP Spoofing .
  • DNS Sniffing by ARP Spoofing the target and listening to DNS-Queries.

KICKING

  • Kicking hosts off your internet using ARP-Spoof attack.

DEAUTHING

  • Send deauthentication packets to Access Points in your area (DoS).
  • Deauth-All, basically does the same but it scans for networks and attacks them periodically.

What do I need? (Requirements)

  • Python
  • Linux (Kali Linux prefered)
  • Required modules can be installed at runtime


Lets Start with Scan Host and Wifi Access Point

Step 1 :-You need to download Netattack 2 tool by executing this command in terminal window of kali linux.

git clone https://github.com/chrizator/netattack2.git

Scan Host and Wifi Access Point on Kali Linux - Netattack 2


Step 2 :- Now you can run this tool easily, that give this command ./netattack2.py and press enter button.

OOPS ! here i am getting an error of dpkg lock


Scan Host and Wifi Access Point on Kali Linux - Netattack 2


Step 3 :-You can delete the lock file with the following command. You may also need to delete the lock file in the cache directory

sudo rm /var/lib/apt/lists/lock

sudo rm /var/cache/apt/archives/lock

sudo rm /var/lib/dpkg/lock

Now you can run this tool easily, that give this command ./netattack2.py and press enter button.


Scan Host and Wifi Access Point on Kali Linux - Netattack 2


Step 4 :-Here Am Select 1 for Host scan.


Scan Host and Wifi Access Point on Kali Linux - Netattack 2


Scan Host and Wifi Access Point on Kali Linux - Netattack 2


Thank you for reading this article. Do let me know for any queries in comment section below.




Sharing is caring

google
linkedin

About Author

Akash is a co-founder and an aspiring entrepreneur who keeps a close eye on open source, tech giants, and security. Get in touch with him by sending an email (akashchugh1994@gmail.com).


You may also like :-




Leave a Comment

Your email address will not be published. Required fields are marked *




Stay Connected

Popular Posts

Get Latest Stuff Through Email


Who Should Read TechTrick?

All the tricks and tips that TechTrick provides only for educational purpose. If you choose to use the information in TechTrick to break into computer systems maliciously and without authorization, you are on your own. Neither I (TechTrick Admin) nor anyone else associated with TechTrick shall be liable. We are not responsibe for any issues that caused due to informations provided here. So, Try yourself and see the results. You are not losing anything by trying... We are humans, Mistakes are quite natural. Here on TechTrick also have many mistakes..