<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:podcast="https://podcastindex.org/namespace/1.0" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title>THE KNGs</title><link>https://www.spreaker.com/podcast/the-kngs--5592936</link><description><![CDATA[You’ve heard of c programming, css and others<br />but don’t know where to start from…Don’t go anywhere this is the right place for you.<br /><br />Hi guys THE KNGs show provides you with free <br />info on everything about programming, tech news and other stuffs]]></description><atom:link href="https://www.spreaker.com/show/5592936/episodes/feed" rel="self" type="application/rss+xml"/><language>en</language><category>Education</category><copyright>Copyright A.Kingsley’s</copyright><image><url>https://d3wo5wojvuv7l.cloudfront.net/t_rss_itunes_square_1400/images.spreaker.com/original/bcad5a486e4e5bd950ae6dac893a7b44.jpg</url><title>THE KNGs</title><link>https://www.spreaker.com/podcast/the-kngs--5592936</link></image><lastBuildDate>Sat, 28 Jan 2023 00:27:19 +0000</lastBuildDate><itunes:author>A.Kingsley’s</itunes:author><itunes:owner><itunes:name>A.Kingsley’s</itunes:name><itunes:email>kingsleyayertey@gmail.com</itunes:email></itunes:owner><itunes:image href="https://d3wo5wojvuv7l.cloudfront.net/t_rss_itunes_square_1400/images.spreaker.com/original/bcad5a486e4e5bd950ae6dac893a7b44.jpg"/><itunes:subtitle>You’ve heard of c programming, css and others
but don’t know where to start from…Don’t go anywhere this is the right place for you.

Hi guys THE KNGs show provides you with free 
info on everything about programming, tech news and other stuffs</itunes:subtitle><itunes:summary><![CDATA[You’ve heard of c programming, css and others<br />but don’t know where to start from…Don’t go anywhere this is the right place for you.<br /><br />Hi guys THE KNGs show provides you with free <br />info on everything about programming, tech news and other stuffs]]></itunes:summary><itunes:category text="Education"/><itunes:explicit>false</itunes:explicit><itunes:type>episodic</itunes:type><item><title>WIRELESS HACKING</title><link>https://www.spreaker.com/episode/wireless-hacking--52565998</link><description><![CDATA[In this episode I talked about wireless hacking.<br /> Command’s mentioned ;<br /><br /> Thenextstepistostartcollectingdatafromtheaccesspointwith airodump. Open up a new terminal and start airodump by typing in the command:<br /> 1. airodump-ng -c [channel#] -w [filename] --bssid [bssid] [device]<br /><br /> Leavetheaboverunningandopenanotherterminal.Nextwewillgenerate some fake packets to the target access point so that the speed of the data output will increase. Put in the following command:<br /> 2. aireplay-ng -1 0 -a [bssid] -h 00:11:22:33:44:55:66 -e [essid] [device]<br /><br />  Now,wewillforcethetargetaccesspointtosendoutahugeamountof packets that we will be able to take advantage of by using them to attempt to crack the WEP key. Once the following command is executed, check your airodump-ng terminal and you should see the ARP packet count to start to increase. The command is:<br /> 3. aireplay-ng -3 -b [bssid] -h 00:11:22:33:44:5:66 [device]<br /><br /> Onceyouhavecollectedaround50k-500kpackets,youmaybeginthe attempt to break the WEP key. The    command to begin the cracking process is:<br /> 4. aircrack-ng -a 1 -b [bssid] -n 128 [filename].ivs<br /> In this command the -a 1 forces the program into the WEP attack mode, the]]></description><guid isPermaLink="false">https://api.spreaker.com/episode/52565998</guid><pubDate>Sat, 28 Jan 2023 00:09:48 +0000</pubDate><enclosure url="https://api.spreaker.com/download/episode/52565998/imported_21a39f45_66f1_4d86_9e1b_61cd34f20166.mp3" length="6056227" type="audio/mpeg"/><itunes:author>A.Kingsley’s</itunes:author><itunes:subtitle>In this episode I talked about wireless hacking.
Command’s mentioned ;

Thenextstepistostartcollectingdatafromtheaccesspointwith airodump. Open up a new terminal and start airodump by typing in the command:
1. airodump-ng -c [channel#] -w [filename]...</itunes:subtitle><itunes:summary><![CDATA[In this episode I talked about wireless hacking.<br /> Command’s mentioned ;<br /><br /> Thenextstepistostartcollectingdatafromtheaccesspointwith airodump. Open up a new terminal and start airodump by typing in the command:<br /> 1. airodump-ng -c [channel#] -w [filename] --bssid [bssid] [device]<br /><br /> Leavetheaboverunningandopenanotherterminal.Nextwewillgenerate some fake packets to the target access point so that the speed of the data output will increase. Put in the following command:<br /> 2. aireplay-ng -1 0 -a [bssid] -h 00:11:22:33:44:55:66 -e [essid] [device]<br /><br />  Now,wewillforcethetargetaccesspointtosendoutahugeamountof packets that we will be able to take advantage of by using them to attempt to crack the WEP key. Once the following command is executed, check your airodump-ng terminal and you should see the ARP packet count to start to increase. The command is:<br /> 3. aireplay-ng -3 -b [bssid] -h 00:11:22:33:44:5:66 [device]<br /><br /> Onceyouhavecollectedaround50k-500kpackets,youmaybeginthe attempt to break the WEP key. The    command to begin the cracking process is:<br /> 4. aircrack-ng -a 1 -b [bssid] -n 128 [filename].ivs<br /> In this command the -a 1 forces the program into the WEP attack mode, the]]></itunes:summary><itunes:duration>379</itunes:duration><itunes:explicit>false</itunes:explicit><itunes:image href="https://d3wo5wojvuv7l.cloudfront.net/t_rss_itunes_square_1400/images.spreaker.com/original/03775406d13d2d9824253e2aa7dd367a.jpg"/><itunes:episodeType>full</itunes:episodeType></item><item><title>RAINBOW TABLES</title><link>https://www.spreaker.com/episode/rainbow-tables--50231825</link><description><![CDATA[In this episode i talked about how the outcome hash is compared to the hash stored in the database and also the MD5 Algorithm.<br />#udemy]]></description><guid isPermaLink="false">https://api.spreaker.com/episode/50231825</guid><pubDate>Thu, 16 Jun 2022 22:09:16 +0000</pubDate><enclosure url="https://api.spreaker.com/download/episode/50231825/imported_cf762247_ed1c_47f4_9d9a_4bcd9cc84d33.mp3" length="2327197" type="audio/mpeg"/><itunes:author>A.Kingsley’s</itunes:author><itunes:subtitle>In this episode i talked about how the outcome hash is compared to the hash stored in the database and also the MD5 Algorithm.
#udemy</itunes:subtitle><itunes:summary><![CDATA[In this episode i talked about how the outcome hash is compared to the hash stored in the database and also the MD5 Algorithm.<br />#udemy]]></itunes:summary><itunes:duration>146</itunes:duration><itunes:keywords>udemy</itunes:keywords><itunes:explicit>false</itunes:explicit><itunes:image href="https://d3wo5wojvuv7l.cloudfront.net/t_rss_itunes_square_1400/images.spreaker.com/original/55b2404a7330101f2330f1c246d2a516.jpg"/><itunes:episodeType>full</itunes:episodeType></item><item><title>PASSWORD CRACKING SO1E3</title><link>https://www.spreaker.com/episode/password-cracking-so1e3--50189083</link><description><![CDATA[In this episode we talked of some old fashioned ways to crack password and some high-tech techniques also.<br />Link in description <br /><a href="http://packetstormsecurity.org/Crackers/wordlists/" rel="noopener">http://packetstormsecurity.org/Crackers/wordlists/</a>]]></description><guid isPermaLink="false">https://api.spreaker.com/episode/50189083</guid><pubDate>Mon, 13 Jun 2022 19:19:47 +0000</pubDate><enclosure url="https://api.spreaker.com/download/episode/50189083/imported_8afe0e50_2136_4ba7_8505_9c64e10f70db.mp3" length="4438309" type="audio/mpeg"/><itunes:author>A.Kingsley’s</itunes:author><itunes:subtitle>In this episode we talked of some old fashioned ways to crack password and some high-tech techniques also.
Link in description 
http://packetstormsecurity.org/Crackers/wordlists/</itunes:subtitle><itunes:summary><![CDATA[In this episode we talked of some old fashioned ways to crack password and some high-tech techniques also.<br />Link in description <br /><a href="http://packetstormsecurity.org/Crackers/wordlists/" rel="noopener">http://packetstormsecurity.org/Crackers/wordlists/</a>]]></itunes:summary><itunes:duration>278</itunes:duration><itunes:keywords>udemy</itunes:keywords><itunes:explicit>false</itunes:explicit><itunes:image href="https://d3wo5wojvuv7l.cloudfront.net/t_rss_itunes_square_1400/images.spreaker.com/original/445f7322833721679932c0e4d1477795.jpg"/><itunes:episodeType>full</itunes:episodeType></item></channel></rss>
