

{"id":120555,"date":"2024-01-23T18:00:26","date_gmt":"2024-01-23T12:30:26","guid":{"rendered":"https:\/\/data-flair.training\/blogs\/?p=120555"},"modified":"2024-01-23T18:23:38","modified_gmt":"2024-01-23T12:53:38","slug":"wireless-attacks-with-kali-linux","status":"publish","type":"post","link":"https:\/\/data-flair.training\/blogs\/wireless-attacks-with-kali-linux\/","title":{"rendered":"Wireless Attack Tools with Kali Linux"},"content":{"rendered":"<p>In contemporary interconnected global, wireless networks have emerged as an indispensable part of our lives. From homes to corporations, Wi-Fi allows us a convenient right of entry to the net and enables us to live linked.<\/p>\n<p>However, this comfort comes with its very own set of vulnerabilities. Hackers regularly make the most weaknesses in wireless networks to benefit unauthorized access to or intercept touchy facts.<\/p>\n<p>Using Kali Linux, a powerful penetration checking-out platform, we will cover the equipment, strategies, and moral issues related to Wi-Fi hacking as we go deeper into the sector of Wi-Fi attacks.<\/p>\n<h2>Wireless Attack Tools in Kali Linux:<\/h2>\n<h3>Aircrack-ng:<\/h3>\n<ul>\n<li><strong>Uses:<\/strong> Aircrack-ng is a flexible device for shooting packets, acting dictionaries, and brute-pressure assaults on Wi-Fi passwords.<\/li>\n<li><strong>Details:<\/strong> It supports various encryption protocols, which include WEP, WPA, and WPA2, making it a critical device for wireless penetration testing.<\/li>\n<li><strong>Features:<\/strong> Aircrack-ng presents superior cracking algorithms, the potential to create custom wordlists, and green packet manipulation techniques.<\/li>\n<li><strong>Basic Commands and Codes:<\/strong><\/li>\n<\/ul>\n<p><strong>Syntax:<\/strong> aircrack-ng [options] &lt;capture file(s)&gt;<br \/>\n<strong>Example:<\/strong> aircrack-ng capture.cap<\/p>\n<ul>\n<li><strong>Explanation:<\/strong><\/li>\n<\/ul>\n<p>a) The &#8220;aircrack-ng&#8221; command is used to run Aircrack-ng with various options.<br \/>\nb) The [options] parameter represents additional flags or arguments that adjust the device&#8217;s behavior.<br \/>\nc) &lt;capture file(s)&gt; refers back to the file(s) containing captured packets that are commonly received using equipment like Airodump-ng.<br \/>\nd) In the example, &#8220;capture.Cap&#8221; is the call of the seized document being analyzed with the aid of Aircrack-ng.<\/p>\n<ul>\n<li><strong>Steps<\/strong><\/li>\n<\/ul>\n<p><strong>Step 1:<\/strong> Capture packets<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># Start capturing packets on a specific interface\r\nairodump-ng wlan0<\/pre>\n<p><strong>Step 2:<\/strong> Collect handshake<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># Capture the 4-way handshake of the target network\r\nairodump-ng -c &lt;channel&gt; --bssid &lt;target_bssid&gt; -w capture &lt;interface&gt;<\/pre>\n<p><strong>Step 3:<\/strong> Generate a wordlist<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># Create a wordlist using crunch (replace min and max values accordingly)\r\ncrunch &lt;min_length&gt; &lt;max_length&gt; &lt;charset&gt; -o wordlist.txt<\/pre>\n<p><strong>Step 4:<\/strong> Crack the password<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># Use aircrack-ng with the captured handshake and wordlist\r\naircrack-ng -w wordlist.txt -b &lt;target_bssid&gt; capture*.cap<\/pre>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2023\/11\/Aircrack-ng-5.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-125661 size-full\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2023\/11\/Aircrack-ng-5.webp\" alt=\"Aircrack ng\" width=\"1920\" height=\"903\" \/><\/a><\/p>\n<h3>Reaver:<\/h3>\n<ul>\n<li><strong>Uses:<\/strong> Reaver is designed to exploit WPS (Wi-Fi Protected Setup) vulnerabilities to crack WPA and WPA2 keys.<\/li>\n<li><strong>Details:<\/strong> It leverages a brute-pressure assault toward the WPS PIN, allowing an attacker to gain admission to the wireless network.<\/li>\n<li><strong>Features:<\/strong> Reaver supports Pixie Dust attack mode and has superior WPS detection abilities.<\/li>\n<li><strong>Basic Commands and Codes:<\/strong><\/li>\n<\/ul>\n<p><strong>Syntax:<\/strong> reaver [options] &lt;interface&gt; -b &lt;BSSID&gt;<br \/>\n<strong>Example:<\/strong> reaver -i wlan0 -b 00:11:22:33:44:55<\/p>\n<ul>\n<li><strong>Explanation:<\/strong><\/li>\n<\/ul>\n<p>a) The &#8220;reaver&#8221; command launches the Reaver tool with diverse alternatives.<br \/>\nb) [options] denotes extra flags or arguments for configuring Reaver&#8217;s conduct.<br \/>\nc) &lt;interface&gt; represents the network interface for the assault (e.G., wlan0 for a Wi-Fi interface).<br \/>\nd) -b indicates the subsequent parameter is the target network&#8217;s BSSID (Basic Service Set Identifier).<br \/>\ne) The target network&#8217;s MAC address, for example, 00:11:22:33:44:55, is the value of the BSSID.<\/p>\n<ul>\n<li><strong>Steps<\/strong><\/li>\n<\/ul>\n<p><strong>Step 1:<\/strong> Identify the target<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># Scan for WPS-enabled networks\r\nwash -i wlan0<\/pre>\n<p><strong>Step 2:<\/strong> Launch Reaver<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># Run Reaver with the target network's BSSID and interface details\r\nreaver -i wlan0 -b &lt;target_bssid&gt; -vv<\/pre>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2023\/11\/Reaver.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-125662 size-full\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2023\/11\/Reaver.webp\" alt=\"Reaver\" width=\"1920\" height=\"910\" \/><\/a><\/p>\n<h3>Fern Wi-Fi Cracker:<\/h3>\n<ul>\n<li><strong>Uses:<\/strong> Fern Wi-Fi Cracker affords a graphical user interface (GUI) for Wi-Fi auditing and network analysis.<\/li>\n<li><strong>Details:<\/strong> It integrates several pieces of equipment like Aircrack-ng, Wireshark, and Wifite, simplifying the procedure of wireless assault and tracking.<\/li>\n<li><strong>Features:<\/strong> Fern Wi-Fi Cracker supports attacks, WEP and WPA\/WPA2 cracking, Wi-Fi jamming, and de-authentication assaults.<\/li>\n<li><strong>Basic Commands and Codes:<\/strong> N\/A (GUI-based device)<\/li>\n<li><strong>Explanation:<\/strong><\/li>\n<\/ul>\n<p>Fern Wi-Fi Cracker is a GUI-primarily based device that no longer has particular command-line syntax. Users can launch it from the application menu or command line by executing &#8220;fern-wifi-cracker&#8221;.<\/p>\n<ul>\n<li><strong>Steps<\/strong><\/li>\n<\/ul>\n<p><strong>Step 1:<\/strong> Launch Fern Wi-Fi Cracker<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># Start Fern Wi-Fi Cracker\r\nfern-wifi-cracker<\/pre>\n<p><strong>Step 2:<\/strong> Scan for networks<\/p>\n<p>Use the GUI interface furnished through Fern Wi-Fi Cracker to scan for networks.<\/p>\n<p><strong>Step 3:<\/strong> Capture packets<\/p>\n<p>Select the target network and capture packets within Fern Wi-Fi Cracker.<\/p>\n<p><strong>Step 4:<\/strong> Launch assault<\/p>\n<p>Use the attack techniques furnished through Fern Wi-Fi Cracker in the GUI to crack the Wi-Fi password.<\/p>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2023\/11\/Fern-Wi-Fi-Cracker.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-125663 size-full\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2023\/11\/Fern-Wi-Fi-Cracker.webp\" alt=\"Fern Wi Fi Cracker\" width=\"1920\" height=\"915\" \/><\/a><\/p>\n<h3>Wireshark:<\/h3>\n<ul>\n<li><strong>Uses:<\/strong> Wireshark is a powerful packet analyzer for community troubleshooting and evaluation.<\/li>\n<li><strong>Details:<\/strong> It captures and analyzes network packets, permitting protection professionals to identify vulnerabilities and ability attacks.<\/li>\n<li><strong>Features:<\/strong> Wireshark helps deep inspection of numerous protocols, stay packet shooting, and filtering abilities.<\/li>\n<li><strong>Basic Commands and Codes:<br \/>\n<\/strong><strong>Syntax:<\/strong> wireshark [options] &lt;capture file(s)&gt;<br \/>\n<strong>Example:<\/strong> wireshark -r capture.pcap<\/li>\n<li><strong>Explanation:<\/strong><\/li>\n<\/ul>\n<p>a) The &#8220;wireshark&#8221; command launches the Wireshark packet analyzer with designated options.<br \/>\nb) [options] are extra flags or arguments to personalize Wireshark&#8217;s behavior.<br \/>\nc) &lt;capture file(s)&gt; refers back to the file(s) containing captured packets to be analyzed.<br \/>\nd) In the instance, &#8220;capture.Pcap&#8221; is the name of the seized file being opened and analyzed with the aid of Wireshark.<\/p>\n<ul>\n<li><strong>Steps<\/strong><\/li>\n<\/ul>\n<p><strong>Step 1:<\/strong> Start taking pictures<\/p>\n<p>Launch Wireshark and pick the network interface for shooting.<\/p>\n<p><strong>Step 2:<\/strong> Filter packets<\/p>\n<p>Apply filters within Wireshark to seize the best applicable Wi-Fi traffic.<\/p>\n<p><strong>Step 3:<\/strong> Analyze captured data<\/p>\n<p>Review the captured packets in Wireshark to gain insights into the network and capacity vulnerabilities.<\/p>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2023\/11\/Wireshark-9.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-125664 size-full\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2023\/11\/Wireshark-9.webp\" alt=\"Wireshark\" width=\"1920\" height=\"898\" \/><\/a><\/p>\n<h3>MDK4:<\/h3>\n<ul>\n<li><strong>Uses:<\/strong> MDK4 is used for Wi-Fi jamming and de-authentication assaults on Wi-Fi networks.<\/li>\n<li><strong>Details:<\/strong> It can flood the community with de-authentication packets, disrupting the connectivity of centred gadgets.<\/li>\n<li><strong>Features:<\/strong> MDK4 helps several assault modes, together with Beacon Flooding, Authentication DoS, and Basic Rate Set DoS.<\/li>\n<li><strong>Basic Commands and Codes:<\/strong><\/li>\n<\/ul>\n<p><strong>\u00a0Syntax:<\/strong> mdk4 &lt;interface&gt; &lt;option&gt; [option] &#8230;<br \/>\n<strong>\u00a0Example:<\/strong> mdk4 wlan0mon a<\/p>\n<ul>\n<li><strong>Explanation:<\/strong><\/li>\n<\/ul>\n<p>a) The &#8220;mdk4&#8221; command executes MDK4 with the required alternatives.<br \/>\nb) &lt;interface&gt; denotes the Wi-Fi interface to be used (e.G., wlan0mon, which is a reveal mode interface).<br \/>\nc) &lt;option&gt; represents various parameters and flags unique to MDK4.<br \/>\nd) In the example, &#8220;a&#8221; is a choice utilized in MDK4 to launch an attack (Beacon Flooding).<\/p>\n<ul>\n<li><strong>Steps<\/strong><\/li>\n<\/ul>\n<p><strong>Step 1:<\/strong> Launch MDK4<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># Start MDK4 with the desired attack mode\r\nmdk4 wlan0mon b -n &lt;target_bssid&gt;<\/pre>\n<p><strong>Step 2:<\/strong> Specify the goal<\/p>\n<p>Provide the BSSID and channel of the goal community as arguments to the MDK4 command.<\/p>\n<p><strong>Step 3:<\/strong> Start the attack<\/p>\n<p>MDK4 will initiate the selected attack mode to disrupt the goal community.<\/p>\n<h4>Kismet:<\/h4>\n<ul>\n<li><strong>Uses:<\/strong> Kismet is a Wi-Fi network detector, sniffer, and intrusion detection device.<\/li>\n<li><strong>Details:<\/strong> It captures packets from wireless networks and gives exact records about nearby networks, along with SSID, MAC addresses, and encryption protocols.<\/li>\n<li><strong>Features:<\/strong> Kismet gives actual-time monitoring, automated community discovery, and superior GPS mapping competencies.<\/li>\n<li><strong>Basic Commands and Codes:<br \/>\n<\/strong><strong>Syntax:<\/strong> kismet [options]<br \/>\n<strong>Example:<\/strong> kismet -c wlan0<\/li>\n<\/ul>\n<ul>\n<li><strong>Explanation:<\/strong><\/li>\n<\/ul>\n<p>a) The &#8220;kismet&#8221; command starts the Kismet wireless community detector and sniffer.<br \/>\nb) [options] constitute extra flags or arguments to configure Kismet&#8217;s behavior.<br \/>\nc) In the instance, &#8220;-c wlan0&#8221; specifies the Wi-Fi interface (e.G., wlan0) to be utilized by Kismet for scanning and tracking nearby networks.<\/p>\n<ul>\n<li><strong>Steps<\/strong><\/li>\n<\/ul>\n<p><strong>Step 1:<\/strong> Start Kismet<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># Launch Kismet with the desired network interface\r\nkismet -c wlan0<\/pre>\n<p><strong>Step 2:<\/strong> Scan for networks<\/p>\n<p>Use the scanning function inside Kismet to perceive available networks and gather information about them.<\/p>\n<p><strong>Step 3:<\/strong> Analyze community statistics<\/p>\n<p>Review the amassed records in Kismet to discover vulnerabilities or capacity attack vectors.<\/p>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2023\/11\/Kismet.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-125665 size-full\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2023\/11\/Kismet.webp\" alt=\"Kismet\" width=\"1920\" height=\"886\" \/><\/a><\/p>\n<h3>Wifite:<\/h3>\n<ul>\n<li><strong>Uses:<\/strong> Wifite is an automatic wireless assault tool for cracking WEP, WPA, and WPA2 networks.<\/li>\n<li><strong>Details:<\/strong> It plays numerous attacks, capturing handshakes, brute-forcing passwords, and launching de-authentication attacks.<\/li>\n<li><strong>Features:<\/strong> Wifite is thought for its simplicity and speed, as it automates the entire assault technique.<\/li>\n<li><strong>Basic Commands and Codes:<br \/>\n<\/strong><strong>Syntax:<\/strong> wifite [options]<br \/>\n<strong>Example:<\/strong> wifite &#8211;all &#8211;crack<\/li>\n<\/ul>\n<ul>\n<li><strong>Explanation:<\/strong><\/li>\n<\/ul>\n<p>a) The &#8220;wifite&#8221; command is used to run Wifite with diverse options.<br \/>\nb) [options] are extra flags or arguments to personalize Wifite&#8217;s conduct.<br \/>\nc) In the example, &#8220;&#8211;all&#8221; instructs Wifite to target all available networks, and &#8220;&#8211;crack&#8221; initiates the cracking process for any captured handshakes.<\/p>\n<ul>\n<li><strong>Steps<\/strong><\/li>\n<\/ul>\n<p><strong>Step 1:<\/strong> Launch Wifite<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># Start Wifite with desired attack options\r\nwifite -i wlan0 -all -wpa<\/pre>\n<p><strong>Step 2:<\/strong> Scan for networks<\/p>\n<p>Wifite will scan for to-be-had networks and acquire data robotically.<\/p>\n<p><strong>Step 3:<\/strong> Perform automatic attacks<\/p>\n<p>Wifite will robotically release various assaults in opposition to vulnerable networks to crack the Wi-Fi password.<\/p>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2023\/11\/Wifite.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-125666 size-full\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2023\/11\/Wifite.webp\" alt=\"Wifite\" width=\"1920\" height=\"895\" \/><\/a><\/p>\n<h3>Bully:<\/h3>\n<ul>\n<li><strong>Uses:<\/strong> Bully is mainly designed for WPS PIN brute-forcing attacks on inclined WPA\/WPA2 networks.<\/li>\n<li><strong>Details:<\/strong> It exploits vulnerable or default PINs used within the WPS authentication procedure to gain the network&#8217;s right to entry.<\/li>\n<li><strong>Features:<\/strong> Bully supports online and offline assaults, offers more than one assault mode, and provides actual-time progress updates.<\/li>\n<li><strong>Basic Commands and Codes:<br \/>\n<\/strong><strong>Syntax:<\/strong> bully [options]<br \/>\n<strong>Example:<\/strong> bully -b 00:11:22:33:44:55 -c 1 wlan0<\/li>\n<\/ul>\n<ul>\n<li><strong>Explanation:<\/strong><\/li>\n<\/ul>\n<p>a) The &#8220;bully&#8221; command releases the Bully with specific alternatives.<br \/>\nb) [options] denote extra parameters or flags for configuring the Bully&#8217;s conduct.<br \/>\nc) -b indicates the following parameter is the goal network&#8217;s BSSID (MAC cope with).<br \/>\nd) -c specifies the target channel, and wlan0 represents the wi-fi interface.<\/p>\n<ul>\n<li><strong>Steps<\/strong><\/li>\n<\/ul>\n<p><strong>Step 1:<\/strong> Specify the goal<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># Provide the BSSID and channel of the target network\r\nbully &lt;target_bssid&gt; -c &lt;channel&gt; wlan0<\/pre>\n<p><strong>Step 2:<\/strong> Launch Bully<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># Run Bully with the specified target details\r\nbully &lt;target_bssid&gt; -b &lt;channel&gt; -v -e wlan0<\/pre>\n<p><strong>Step 3:<\/strong> Attempt PIN brute-force<\/p>\n<p>The Bully will attempt to brute-pressure the WPS PIN to gain access to the Wi-Fi community.<\/p>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2023\/11\/Bully.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-125667 size-full\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2023\/11\/Bully.webp\" alt=\"Bully\" width=\"1920\" height=\"901\" \/><\/a><\/p>\n<h4>Pixiewps:<\/h4>\n<ul>\n<li><strong>Uses:<\/strong> Pixiewps is a device that exploits the WPS Pixie-Dust vulnerability in WPA\/WPA2 networks.<\/li>\n<li><strong>Details:<\/strong> It calculates the WPS PIN based on the E-S1, E-S2, and E-Hash1 values, permitting the healing of the network&#8217;s passphrase.<\/li>\n<li><strong>Features:<\/strong> Pixiewps can crack the PIN offline, even if the goal community lacks variety.<\/li>\n<li><strong>Basic Commands and Codes:<br \/>\n<\/strong><strong>Syntax:<\/strong> pixiewps [options] -e &lt;essid&gt; -E &lt;E-Hash1&gt; -s &lt;E-S1&gt; -S &lt;E-S2&gt;<br \/>\n<strong>Example:<\/strong> pixiewps -e MyNetwork -E 12345678 -s 1234 -S 5678<\/li>\n<\/ul>\n<ul>\n<li><strong>Explanation:<\/strong><\/li>\n<\/ul>\n<p>a) The &#8220;pixiewps&#8221; command is used to execute Pixiewps with precise options.<br \/>\nb) [options] represent extra parameters or flags for configuring Pixiewps&#8217; conduct.<br \/>\nc) -e specifies the ESSID (community call) of the goal network.<br \/>\nd) -E denotes the E-Hash1 value, that&#8217;s a required parameter.<br \/>\ne) -s and -S specify the E-S1 and E-S2 values, respectively.<\/p>\n<ul>\n<li><strong>Steps<\/strong><\/li>\n<\/ul>\n<p><strong>Step 1:<\/strong> Identify the goal<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># Scan for WPS-enabled networks\r\nwash -i wlan0<\/pre>\n<p><strong>Step 2:<\/strong> Launch Pixiewps<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># Run Pixiewps with the target network's BSSID and interface details\r\npixiewps -e &lt;target_essid&gt; -r &lt;router_bssid&gt; -s &lt;station_bssid&gt; -z -v 3<\/pre>\n<p><strong>Step 3:<\/strong> Retrieve PIN<\/p>\n<p>Pixiewps will try to retrieve the WPS PIN, which can be used to gain admission to the Wi-Fi network.<\/p>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2023\/11\/Pixiewps.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-125668 size-full\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2023\/11\/Pixiewps.webp\" alt=\"Pixiewps\" width=\"1913\" height=\"906\" \/><\/a><\/p>\n<h3>Bluetooth Honeypot:<\/h3>\n<ul>\n<li><strong>Uses:<\/strong> The Bluetooth Honeypot is a tool that creates a lure for unauthorized Bluetooth connections, permitting the capture of sensitive information.<\/li>\n<li><strong>Details:<\/strong> It can intercept and analyze Bluetooth packets, identify vulnerabilities, and gain insight into capability attacks.<\/li>\n<li><strong>Features:<\/strong> The Bluetooth Honeypot offers customizable surroundings to simulate numerous Bluetooth devices and services.<\/li>\n<li><strong>Basic Commands and Codes:<\/strong> N\/A (GUI-primarily based tool)<\/li>\n<li><strong>Explanation:<\/strong><\/li>\n<\/ul>\n<p>a) The Bluetooth Honeypot is a GUI-primarily based device, so it does now not have precise command-line syntax. Users can launch it from the application menu or command line by executing &#8220;Bluetooth-honeypot&#8221;.<\/p>\n<ul>\n<li><strong>Steps<\/strong><\/li>\n<\/ul>\n<p><strong>Step 1:<\/strong> Set up the honeypot<\/p>\n<p>Configure a device as a Bluetooth honeypot, making it appear as a valid target.<\/p>\n<p><strong>Step 2:<\/strong> Monitor for connections<\/p>\n<p>Keep the honeypot tool energetic and display for incoming Bluetooth connections.<\/p>\n<p><strong>Step 3:<\/strong> Analyze connected gadgets<\/p>\n<p>Review the connected devices to pick out capacity vulnerabilities or suspicious pastimes.<\/p>\n<table>\n<tbody>\n<tr>\n<td><b>Tool Name<\/b><\/td>\n<td><b>Description<\/b><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Aircrack-ng<\/span><\/td>\n<td><span style=\"font-weight: 400\">Tools for wireless network auditing and password cracking.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Reaver<\/span><\/td>\n<td><span style=\"font-weight: 400\">Exploits WPS vulnerability to recover WPA\/WPA2 passphrase.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Wireshark<\/span><\/td>\n<td><span style=\"font-weight: 400\">Network protocol analyzer for capturing and analyzing network traffic.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Fern Wifi Cracker<\/span><\/td>\n<td><span style=\"font-weight: 400\">GUI tool for wireless network auditing, capturing packets, and performing active\/passive attacks.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Kismet<\/span><\/td>\n<td><span style=\"font-weight: 400\">Powerful wireless network detector, sniffer, and intrusion detection system.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Bully<\/span><\/td>\n<td><span style=\"font-weight: 400\">Automates WPS attack process to crack WPA\/WPA2 passphrase.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">MDK3<\/span><\/td>\n<td><span style=\"font-weight: 400\">The suite of wireless attack tools for de-authentication, beacon flood, and other attacks.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Wifite<\/span><\/td>\n<td><span style=\"font-weight: 400\">It automated wireless penetration testing script that uses multiple attack tools.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Fluxion<\/span><\/td>\n<td><span style=\"font-weight: 400\">Automates the creation of rogue access points and capturing handshakes for passphrase cracking.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Wifiphisher<\/span><\/td>\n<td><span style=\"font-weight: 400\">Social engineering tool for phishing attacks on wireless networks.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">PixieWPS<\/span><\/td>\n<td><span style=\"font-weight: 400\">Exploits WPS vulnerability to quickly crack WPA\/WPA2 passphrase.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Ghost Phisher<\/span><\/td>\n<td><span style=\"font-weight: 400\">Wireless and Ethernet security auditing tool with phishing and network attack capabilities.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">WiFi-Pumpkin<\/span><\/td>\n<td><span style=\"font-weight: 400\">Framework for wireless security assessments, including rogue access point creation and credential harvesting.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Wirespy<\/span><\/td>\n<td><span style=\"font-weight: 400\">Wireless network security auditing tool for real-time monitoring and packet analysis.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Airgeddon<\/span><\/td>\n<td><span style=\"font-weight: 400\">Multi-purpose wireless attack tool for handshakes, de-authentication, and WPS attacks.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">WiFiBroot<\/span><\/td>\n<td><span style=\"font-weight: 400\">Fast tool for discovering and attacking weak or default WPS PINs to retrieve passphrases.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Wifresti<\/span><\/td>\n<td><span style=\"font-weight: 400\">Tool for recovering forgotten Wi-Fi passwords from Windows systems.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">KillerBee<\/span><\/td>\n<td><span style=\"font-weight: 400\">Framework for assessing and exploiting ZigBee and IEEE 802.15.4 networks.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Wifuzz<\/span><\/td>\n<td><span style=\"font-weight: 400\">Wireless network fuzzing tool for testing device robustness against attacks.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Scapy<\/span><\/td>\n<td><span style=\"font-weight: 400\">Interactive packet manipulation tool for crafting and sending network packets.<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>Steps to Use Wireless Attacks in Kali Linux:<\/h3>\n<h4>1. Reconnaissance:<\/h4>\n<p><strong>Before launching a wireless assault, a thorough survey is essential. Follow these steps:<\/strong><\/p>\n<p>a) Scan the to-be-had wi-fi networks and the usage of equipment like Airodump-ng or Kismet. These gear explain SSIDs, signal energy, encryption protocols, and connected devices.<br \/>\nb) Analyze the gathered statistics to become aware of potential objectives. Consider vulnerability, sign energy, network reputation, capacity impact, or specific desires.<\/p>\n<h4>2. Target Selection:<\/h4>\n<p>Once you&#8217;ve diagnosed potential objectives, choose the only one that aligns with your goals. <strong>Consider the following:<\/strong><\/p>\n<p><strong>a) Vulnerability:<\/strong> Assess the safety posture of the goal network. Networks with susceptible encryption protocols, default configurations, or previous firmware are more vulnerable to assaults.<br \/>\n<strong>b) Signal Strength:<\/strong> Select objectives inside range and offer a sturdy signal for dependable assaults.<br \/>\n<strong>c) Goals:<\/strong> Determine the precise targets of the attack, along with shooting touchy facts, gaining unauthorized get entry to, or testing the community&#8217;s resilience.<\/p>\n<h4>3. Exploitation:<\/h4>\n<p>Once you have decided on the goal network, use the right gear and strategies to<br \/>\nexploit its vulnerabilities. <strong>Follow these steps:<\/strong><\/p>\n<p>a) Choose the device that corresponds to the goal network&#8217;s encryption protocol (WEP, WPA, WPA2).<br \/>\nb) Configure the tool with the preferred assault mode, consisting of dictionary-based total cracking, brute-forcing, or de-authentication attacks.<br \/>\nc) Launch the assault and display the progress. Pay attention to captured handshakes, cracked passwords, or a successful network compromise.<\/p>\n<h4>4. Post-Attack Analysis:<\/h4>\n<p>After completing the assault, perform a radical analysis of the captured information. Use gear like<br \/>\nWireshark to dissect and interpret captured packets. <strong>Consider the following steps:<\/strong><\/p>\n<p>a) Load the captured packet file into Wireshark and practice filters to the cognizance of applicable community site visitors.<br \/>\nb) Analyze the captured packets to identify vulnerabilities, encounter unusual network behaviour, or collect sensitive statistics.<br \/>\nc) Document the findings and use them to expand hints for improving network protection.<\/p>\n<h3>Why Carry Out a Wireless Security Assessment?<\/h3>\n<p>Wireless security assessments are crucial for safeguarding networks from potential threats.<\/p>\n<p><strong>Here are the key reasons to conduct an evaluation:<\/strong><\/p>\n<p><strong>1. Identify Vulnerabilities:<\/strong> Assessments help uncover weaknesses in network configurations and access controls, preventing unauthorized access.<\/p>\n<p><strong>2. Protect Confidential Information:<\/strong> Assessments ensure the secure transmission of sensitive data by implementing encryption and robust authentication mechanisms.<\/p>\n<p><strong>3. Ensure Regulatory Compliance:<\/strong> Regular assessments demonstrate compliance with data protection regulations and mitigate legal and reputational risks.<\/p>\n<p><strong>4. Safeguard Network Performance:<\/strong> Assessments address congestion, bandwidth theft, and service disruptions caused by unauthorized devices or poorly configured access points.<\/p>\n<p><strong>5. Mitigate Insider Threats:<\/strong> Assessments detect and address potential insider threats by monitoring employee behavior and network activities.<\/p>\n<p><strong>6. Stay Ahead of Hackers:<\/strong> Proactive assessments simulate real-world attack scenarios, enabling organizations to implement robust security measures and anticipate evolving threats.<\/p>\n<p>Wireless security assessments and tools like Kali Linux provide a comprehensive approach to fortifying networks and instilling confidence in cybersecurity practices.<\/p>\n<h3>Ethical and Legal Considerations:<\/h3>\n<h4>1. Obtain Explicit Permission:<\/h4>\n<p>Before sporting out any wireless assault, continually get express permission from the network owner or accredited body of workers. If you do not, you hazard criminal repercussions.<\/p>\n<h4>2. Scope and Consent:<\/h4>\n<p>Clearly define the scope of the take a look at and attain written consent from the target corporation. Ensure that the attack is restrained to the agreed-upon content and does no longer cause any harm or disruption.<\/p>\n<h4>3. Compliance with Laws and Regulations:<\/h4>\n<p>Recognize and comply with all applicable neighborhood, national, and international legal guidelines and policies regarding cybersecurity and hacking activities. Legal ramifications may additionally happen from failure to conform.<\/p>\n<h4>4. Confidentiality and Data Protection:<\/h4>\n<p>Respect the confidentiality of captured facts and ensure proper measures are in place to guard sensitive information. Use encryption when storing or transmitting captured statistics.<\/p>\n<h4>5. Responsible Disclosure:<\/h4>\n<p>If vulnerabilities are located throughout the testing, comply with responsible disclosure practices by notifying the affected birthday celebration and offering them sufficient time to address the issues. Avoid public disclosure of vulnerabilities before they&#8217;re nicely patched.<\/p>\n<h3>Conclusion:<\/h3>\n<p>Wireless attacks using Kali Linux can divulge vulnerabilities in Wi-Fi networks and serve as an essential step in improving network safety. The adequate gear available in Kali Linux offers moral hackers the manner to pick out weaknesses, check community resilience, and defend against potential threats.<\/p>\n<p>However, it&#8217;s essential to approach wireless attacks responsibly, adhering to ethical pointers and prison concerns. By obtaining proper consent, following the scope of the test, and respecting privacy and confidentiality, protection experts can contribute to enhancing community safety while preserving ethical standards in cybersecurity.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In contemporary interconnected global, wireless networks have emerged as an indispensable part of our lives. From homes to corporations, Wi-Fi allows us a convenient right of entry to the net and enables us to&#46;&#46;&#46;<\/p>\n","protected":false},"author":86671,"featured_media":120557,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[27776],"tags":[29120,29126,29830,29833,29832,29831],"class_list":["post-120555","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-kali-linux-tutorials","tag-kali-linux","tag-kali-linux-tutorials","tag-kali-linux-wireless-attack-tools","tag-wireless-attack","tag-wireless-attack-tools","tag-wireless-attack-tools-in-kali-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Wireless Attack Tools with Kali Linux - DataFlair<\/title>\n<meta name=\"description\" content=\"Wireless attacks using Kali Linux can divulge vulnerabilities in Wi-Fi networks and serve as an essential step in improving network safety.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/data-flair.training\/blogs\/wireless-attacks-with-kali-linux\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Wireless Attack Tools with Kali Linux - DataFlair\" \/>\n<meta property=\"og:description\" content=\"Wireless attacks using Kali Linux can divulge vulnerabilities in Wi-Fi networks and serve as an essential step in improving network safety.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/data-flair.training\/blogs\/wireless-attacks-with-kali-linux\/\" \/>\n<meta property=\"og:site_name\" content=\"DataFlair\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/DataFlairWS\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-23T12:30:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-23T12:53:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2023\/09\/wireless-attacks-in-kali-linux.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"TechVidvan Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@DataFlairWS\" \/>\n<meta name=\"twitter:site\" content=\"@DataFlairWS\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"TechVidvan Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"14 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Wireless Attack Tools with Kali Linux - DataFlair","description":"Wireless attacks using Kali Linux can divulge vulnerabilities in Wi-Fi networks and serve as an essential step in improving network safety.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/data-flair.training\/blogs\/wireless-attacks-with-kali-linux\/","og_locale":"en_US","og_type":"article","og_title":"Wireless Attack Tools with Kali Linux - DataFlair","og_description":"Wireless attacks using Kali Linux can divulge vulnerabilities in Wi-Fi networks and serve as an essential step in improving network safety.","og_url":"https:\/\/data-flair.training\/blogs\/wireless-attacks-with-kali-linux\/","og_site_name":"DataFlair","article_publisher":"https:\/\/www.facebook.com\/DataFlairWS\/","article_published_time":"2024-01-23T12:30:26+00:00","article_modified_time":"2024-01-23T12:53:38+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2023\/09\/wireless-attacks-in-kali-linux.webp","type":"image\/webp"}],"author":"TechVidvan Team","twitter_card":"summary_large_image","twitter_creator":"@DataFlairWS","twitter_site":"@DataFlairWS","twitter_misc":{"Written by":"TechVidvan Team","Est. reading time":"14 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/data-flair.training\/blogs\/wireless-attacks-with-kali-linux\/#article","isPartOf":{"@id":"https:\/\/data-flair.training\/blogs\/wireless-attacks-with-kali-linux\/"},"author":{"name":"TechVidvan Team","@id":"https:\/\/data-flair.training\/blogs\/#\/schema\/person\/0e594f928e31fc96628ac40f6ae74f49"},"headline":"Wireless Attack Tools with Kali Linux","datePublished":"2024-01-23T12:30:26+00:00","dateModified":"2024-01-23T12:53:38+00:00","mainEntityOfPage":{"@id":"https:\/\/data-flair.training\/blogs\/wireless-attacks-with-kali-linux\/"},"wordCount":2618,"commentCount":0,"publisher":{"@id":"https:\/\/data-flair.training\/blogs\/#organization"},"image":{"@id":"https:\/\/data-flair.training\/blogs\/wireless-attacks-with-kali-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2023\/09\/wireless-attacks-in-kali-linux.webp","keywords":["kali linux","kali linux tutorials","kali linux wireless attack tools","wireless attack","wireless attack tools","wireless attack tools in kali linux"],"articleSection":["Kali Linux Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/data-flair.training\/blogs\/wireless-attacks-with-kali-linux\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/data-flair.training\/blogs\/wireless-attacks-with-kali-linux\/","url":"https:\/\/data-flair.training\/blogs\/wireless-attacks-with-kali-linux\/","name":"Wireless Attack Tools with Kali Linux - DataFlair","isPartOf":{"@id":"https:\/\/data-flair.training\/blogs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/data-flair.training\/blogs\/wireless-attacks-with-kali-linux\/#primaryimage"},"image":{"@id":"https:\/\/data-flair.training\/blogs\/wireless-attacks-with-kali-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2023\/09\/wireless-attacks-in-kali-linux.webp","datePublished":"2024-01-23T12:30:26+00:00","dateModified":"2024-01-23T12:53:38+00:00","description":"Wireless attacks using Kali Linux can divulge vulnerabilities in Wi-Fi networks and serve as an essential step in improving network safety.","breadcrumb":{"@id":"https:\/\/data-flair.training\/blogs\/wireless-attacks-with-kali-linux\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/data-flair.training\/blogs\/wireless-attacks-with-kali-linux\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/data-flair.training\/blogs\/wireless-attacks-with-kali-linux\/#primaryimage","url":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2023\/09\/wireless-attacks-in-kali-linux.webp","contentUrl":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2023\/09\/wireless-attacks-in-kali-linux.webp","width":1200,"height":628,"caption":"wireless attacks in kali linux"},{"@type":"BreadcrumbList","@id":"https:\/\/data-flair.training\/blogs\/wireless-attacks-with-kali-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog Home","item":"https:\/\/data-flair.training\/blogs\/"},{"@type":"ListItem","position":2,"name":"Kali Linux Tutorials","item":"https:\/\/data-flair.training\/blogs\/category\/kali-linux-tutorials\/"},{"@type":"ListItem","position":3,"name":"Wireless Attack Tools with Kali Linux"}]},{"@type":"WebSite","@id":"https:\/\/data-flair.training\/blogs\/#website","url":"https:\/\/data-flair.training\/blogs\/","name":"DataFlair","description":"Learn Today. Lead Tomorrow.","publisher":{"@id":"https:\/\/data-flair.training\/blogs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/data-flair.training\/blogs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/data-flair.training\/blogs\/#organization","name":"DataFlair","url":"https:\/\/data-flair.training\/blogs\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/data-flair.training\/blogs\/#\/schema\/logo\/image\/","url":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2016\/07\/Data-Flair.png","contentUrl":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2016\/07\/Data-Flair.png","width":106,"height":48,"caption":"DataFlair"},"image":{"@id":"https:\/\/data-flair.training\/blogs\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/DataFlairWS\/","https:\/\/x.com\/DataFlairWS","https:\/\/www.linkedin.com\/company\/dataflair-web-services-pvt-ltd\/","https:\/\/www.youtube.com\/user\/DataFlairWS"]},{"@type":"Person","@id":"https:\/\/data-flair.training\/blogs\/#\/schema\/person\/0e594f928e31fc96628ac40f6ae74f49","name":"TechVidvan Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c89190da3d4010c71ba476b618ab10fdc2335c82cdfa0ad5002d98d0f2473444?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c89190da3d4010c71ba476b618ab10fdc2335c82cdfa0ad5002d98d0f2473444?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c89190da3d4010c71ba476b618ab10fdc2335c82cdfa0ad5002d98d0f2473444?s=96&d=mm&r=g","caption":"TechVidvan Team"},"description":"TechVidvan Team provides high-quality content &amp; courses on AI, ML, Data Science, Data Engineering, Data Analytics, programming, Python, DSA, Android, Flutter, full stack web dev, MERN, and many latest technology.","url":"https:\/\/data-flair.training\/blogs\/author\/test001\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/posts\/120555","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/users\/86671"}],"replies":[{"embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/comments?post=120555"}],"version-history":[{"count":4,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/posts\/120555\/revisions"}],"predecessor-version":[{"id":131739,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/posts\/120555\/revisions\/131739"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/media\/120557"}],"wp:attachment":[{"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/media?parent=120555"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/categories?post=120555"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/tags?post=120555"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}