{"id":26314,"date":"2022-08-03T15:25:12","date_gmt":"2022-08-03T15:25:12","guid":{"rendered":"https:\/\/kalilinuxtutorials.com\/?p=26314"},"modified":"2022-08-03T15:25:15","modified_gmt":"2022-08-03T15:25:15","slug":"pinecone","status":"publish","type":"post","link":"https:\/\/kalilinuxtutorials.com\/pinecone\/","title":{"rendered":"Pinecone : A WLAN Red Team Framework"},"content":{"rendered":"\n<p><strong>Pinecone<\/strong> is a WLAN networks auditing tool, suitable for red team usage. It is extensible via modules, and it is designed to be run in Debian-based operating systems. Pinecone is specially oriented to be used with a Raspberry Pi, as a portable wireless auditing box.<\/p>\n\n\n\n<p>This tool is designed for educational and research purposes only. Only use it with explicit permission.<\/p>\n\n\n\n<h2 class=\"has-text-align-center has-vivid-green-cyan-background-color has-background wp-block-heading\"><a href=\"https:\/\/github.com\/pinecone-wifi\/pinecone#installation\"><\/a>Installation<\/h2>\n\n\n\n<p>For running Pinecone, you need a Debian-based operating system (it has been tested on Raspbian, Raspberry Pi Desktop and Kali Linux). Pinecone has the following requirements:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Python 3.5+<\/strong>. Your distribution probably comes with Python3 already installed, if not it can be installed using&nbsp;<code><strong>apt-get install python3<\/strong><\/code>.<\/li><li><strong>dnsmasq<\/strong>&nbsp;(tested with version 2.76). Can be installed using&nbsp;<strong><code>apt-get install dnsmasq<\/code>.<\/strong><\/li><li><strong>hostapd-wpe<\/strong>&nbsp;(tested with version 2.6). Can be installed using&nbsp;<strong><code>apt-get install hostapd-wpe<\/code>.<\/strong> If your distribution repository does not have a hostapd-wpe package, you can either try to install it using a&nbsp;Kali Linux repository pre-compiled package, or&nbsp;compile it from its source code.<\/li><\/ul>\n\n\n\n<p>After installing the necessary packages, you can install the Python packages requirements for Pinecone using&nbsp;<code><strong>pip3 install -r requirements.txt<\/strong><\/code>&nbsp;in the project root folder.<\/p>\n\n\n\n<h2 class=\"has-text-align-center has-vivid-green-cyan-background-color has-background wp-block-heading\"><a href=\"https:\/\/github.com\/pinecone-wifi\/pinecone#usage\"><\/a>Usage<\/h2>\n\n\n\n<p>For starting Pinecone, execute&nbsp;<code><strong>python3 pinecone.py<\/strong><\/code>&nbsp;from within the project root folder:<\/p>\n\n\n\n<p class=\"has-vivid-green-cyan-color has-black-background-color has-text-color has-background\"><strong>root@kali:~\/pinecone# python pinecone.py<br>[i] Database file: ~\/pinecone\/db\/database.sqlite<br>pinecone &gt;<\/strong><\/p>\n\n\n\n<p>Pinecone is controlled via a Metasploit-like command-line interface. You can type&nbsp;<code><strong>help<\/strong><\/code>&nbsp;to get the list of available commands, or&nbsp;<code><strong>help<\/strong> <strong>'command'<\/strong><\/code>&nbsp;to get more information about a specific command:<\/p>\n\n\n\n<p class=\"has-vivid-green-cyan-color has-black-background-color has-text-color has-background\"><strong>pinecone &gt; help<br>Documented commands (type help ):<br>alias help load pyscript set shortcuts use<br>edit history py quit shell unalias<br>Undocumented commands:<br>back run stop<br>pinecone &gt; help use<br>Usage: use module [-h]<br>Interact with the specified module.<br>positional arguments: module module ID<br>optional arguments:<br>-h, &#8211;help show this help message and exit<\/strong><\/p>\n\n\n\n<p>Use the command&nbsp;<code><strong>use 'moduleID'<\/strong><\/code>&nbsp;to activate a Pinecone module. You can use Tab auto-completion to see the list of current loaded modules:<\/p>\n\n\n\n<p class=\"has-vivid-green-cyan-color has-black-background-color has-text-color has-background\"><strong>pinecone &gt; use<br>attack\/deauth daemon\/hostapd-wpe report\/db2json scripts\/infrastructure\/ap<br>daemon\/dnsmasq discovery\/recon scripts\/attack\/wpa_handshake<br>pinecone &gt; use discovery\/recon<br>pcn module(discovery\/recon) &gt;<\/strong><\/p>\n\n\n\n<p>Every module has options, that can be seen typing&nbsp;<code><strong>help run<\/strong><\/code>&nbsp;or&nbsp;<code><strong>run --help<\/strong><\/code>&nbsp;when a module is activated. Most modules have default values for their options (check them before running):<\/p>\n\n\n\n<p class=\"has-vivid-green-cyan-color has-black-background-color has-text-color has-background\"><strong>pcn module(discovery\/recon) &gt; help run<br>usage: run [-h] [-i INTERFACE]<br>optional arguments:<br>-h, &#8211;help show this help message and exit<br>-i INTERFACE, &#8211;iface INTERFACE<br>monitor mode capable WLAN interface (default: wlan0)<\/strong><\/p>\n\n\n\n<p>When a module is activated, you can use the&nbsp;<code><strong>run [options...]<\/strong><\/code>&nbsp;command to start its functionality. The modules provide feedback of their execution state:<\/p>\n\n\n\n<p class=\"has-vivid-green-cyan-color has-black-background-color has-text-color has-background\"><strong>pcn script(attack\/wpa_handshake) &gt; run -s TEST_SSID<br>[i] Sending 64 deauth frames to all clients from AP 00:11:22:33:44:55 on channel 1\u2026<br>Sent 64 packets.<br>[i] Monitoring for 10 secs on channel 1 WPA handshakes between all clients and AP 00:11:22:33:44:55\u2026<\/strong><\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-outline is-style-outline--1\"><a class=\"wp-block-button__link has-vivid-cyan-blue-background-color has-background\" href=\"https:\/\/github.com\/pinecone-wifi\/pinecone\">Download<\/a><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Pinecone is a WLAN networks auditing tool, suitable for red team usage. It is extensible via modules, and it is designed to be run in Debian-based operating systems. Pinecone is specially oriented to be used with a Raspberry Pi, as a portable wireless auditing box. This tool is designed for educational and research purposes only. [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":26322,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiQasQvhtij2lEJNYYRyKYULfEv2izy3-YuXwfo51oUVuEX8WHa_MT6v4CbG98qUqalOBIGJMW6GQYIJX2G11RRSU0naIRzHP5ZPz1IRLIhcJFHLRx0ijJETJhOuVwEsXw_emM3NhID6Eq7SueeRoml6ehpiuj_H2qwo4I3vcXLQS0-mDIuMnRkaA6q\/s728\/logo_full%20(2).png","fifu_image_alt":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[28],"tags":[5500,5501,3760],"class_list":["post-26314","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-kali","tag-pinecone","tag-red-team-framework","tag-wlan"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pinecone : A WLAN Red Team Framework !!! Kali Linux<\/title>\n<meta name=\"description\" content=\"Pinecone is a WLAN networks auditing tool, suitable for red team usage. It is extensible via modules, and is designed to be run in Debian OS\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kalilinuxtutorials.com\/pinecone\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pinecone : A WLAN Red Team Framework !!! Kali Linux\" \/>\n<meta property=\"og:description\" content=\"Pinecone is a WLAN networks auditing tool, suitable for red team usage. It is extensible via modules, and is designed to be run in Debian OS\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kalilinuxtutorials.com\/pinecone\/\" \/>\n<meta property=\"og:site_name\" content=\"Kali Linux Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2022-08-03T15:25:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-03T15:25:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiQasQvhtij2lEJNYYRyKYULfEv2izy3-YuXwfo51oUVuEX8WHa_MT6v4CbG98qUqalOBIGJMW6GQYIJX2G11RRSU0naIRzHP5ZPz1IRLIhcJFHLRx0ijJETJhOuVwEsXw_emM3NhID6Eq7SueeRoml6ehpiuj_H2qwo4I3vcXLQS0-mDIuMnRkaA6q\/s728\/logo_full%20(2).png\" \/>\n<meta name=\"author\" content=\"R K\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiQasQvhtij2lEJNYYRyKYULfEv2izy3-YuXwfo51oUVuEX8WHa_MT6v4CbG98qUqalOBIGJMW6GQYIJX2G11RRSU0naIRzHP5ZPz1IRLIhcJFHLRx0ijJETJhOuVwEsXw_emM3NhID6Eq7SueeRoml6ehpiuj_H2qwo4I3vcXLQS0-mDIuMnRkaA6q\/s728\/logo_full%20(2).png\" \/>\n<meta name=\"twitter:creator\" content=\"@CyberEdition\" \/>\n<meta name=\"twitter:site\" content=\"@CyberEdition\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"R K\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/pinecone\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/pinecone\/\"},\"author\":{\"name\":\"R K\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/#\/schema\/person\/69444b58b9e267a4cf08fceb34b6f6ad\"},\"headline\":\"Pinecone : A WLAN Red Team Framework\",\"datePublished\":\"2022-08-03T15:25:12+00:00\",\"dateModified\":\"2022-08-03T15:25:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/pinecone\/\"},\"wordCount\":463,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/pinecone\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiQasQvhtij2lEJNYYRyKYULfEv2izy3-YuXwfo51oUVuEX8WHa_MT6v4CbG98qUqalOBIGJMW6GQYIJX2G11RRSU0naIRzHP5ZPz1IRLIhcJFHLRx0ijJETJhOuVwEsXw_emM3NhID6Eq7SueeRoml6ehpiuj_H2qwo4I3vcXLQS0-mDIuMnRkaA6q\/s728\/logo_full%20(2).png\",\"keywords\":[\"Pinecone\",\"Red Team Framework\",\"WLAN\"],\"articleSection\":[\"Kali Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/kalilinuxtutorials.com\/pinecone\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/pinecone\/\",\"url\":\"https:\/\/kalilinuxtutorials.com\/pinecone\/\",\"name\":\"Pinecone : A WLAN Red Team Framework !!! Kali Linux\",\"isPartOf\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/pinecone\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/pinecone\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiQasQvhtij2lEJNYYRyKYULfEv2izy3-YuXwfo51oUVuEX8WHa_MT6v4CbG98qUqalOBIGJMW6GQYIJX2G11RRSU0naIRzHP5ZPz1IRLIhcJFHLRx0ijJETJhOuVwEsXw_emM3NhID6Eq7SueeRoml6ehpiuj_H2qwo4I3vcXLQS0-mDIuMnRkaA6q\/s728\/logo_full%20(2).png\",\"datePublished\":\"2022-08-03T15:25:12+00:00\",\"dateModified\":\"2022-08-03T15:25:15+00:00\",\"description\":\"Pinecone is a WLAN networks auditing tool, suitable for red team usage. It is extensible via modules, and is designed to be run in Debian OS\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kalilinuxtutorials.com\/pinecone\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/pinecone\/#primaryimage\",\"url\":\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiQasQvhtij2lEJNYYRyKYULfEv2izy3-YuXwfo51oUVuEX8WHa_MT6v4CbG98qUqalOBIGJMW6GQYIJX2G11RRSU0naIRzHP5ZPz1IRLIhcJFHLRx0ijJETJhOuVwEsXw_emM3NhID6Eq7SueeRoml6ehpiuj_H2qwo4I3vcXLQS0-mDIuMnRkaA6q\/s728\/logo_full%20(2).png\",\"contentUrl\":\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiQasQvhtij2lEJNYYRyKYULfEv2izy3-YuXwfo51oUVuEX8WHa_MT6v4CbG98qUqalOBIGJMW6GQYIJX2G11RRSU0naIRzHP5ZPz1IRLIhcJFHLRx0ijJETJhOuVwEsXw_emM3NhID6Eq7SueeRoml6ehpiuj_H2qwo4I3vcXLQS0-mDIuMnRkaA6q\/s728\/logo_full%20(2).png\",\"width\":\"728\",\"height\":\"378\"},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/#website\",\"url\":\"https:\/\/kalilinuxtutorials.com\/\",\"name\":\"Kali Linux Tutorials\",\"description\":\"Kali Linux Tutorials\",\"publisher\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kalilinuxtutorials.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/#organization\",\"name\":\"Kali Linux Tutorials\",\"url\":\"https:\/\/kalilinuxtutorials.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/07\/Kali.png\",\"contentUrl\":\"https:\/\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/07\/Kali.png\",\"width\":272,\"height\":90,\"caption\":\"Kali Linux Tutorials\"},\"image\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/CyberEdition\",\"https:\/\/www.threads.com\/@cybersecurityedition\",\"https:\/\/www.linkedin.com\/company\/cyberedition\",\"https:\/\/www.instagram.com\/cybersecurityedition\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/#\/schema\/person\/69444b58b9e267a4cf08fceb34b6f6ad\",\"name\":\"R K\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d3937c9687f2da11bc0a716404ff91779fe19ca115208dbf66167ad353aca5aa?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d3937c9687f2da11bc0a716404ff91779fe19ca115208dbf66167ad353aca5aa?s=96&d=mm&r=g\",\"caption\":\"R K\"},\"url\":\"https:\/\/kalilinuxtutorials.com\/author\/ranjith\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pinecone : A WLAN Red Team Framework !!! Kali Linux","description":"Pinecone is a WLAN networks auditing tool, suitable for red team usage. It is extensible via modules, and is designed to be run in Debian OS","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:\/\/kalilinuxtutorials.com\/pinecone\/","og_locale":"en_US","og_type":"article","og_title":"Pinecone : A WLAN Red Team Framework !!! Kali Linux","og_description":"Pinecone is a WLAN networks auditing tool, suitable for red team usage. It is extensible via modules, and is designed to be run in Debian OS","og_url":"https:\/\/kalilinuxtutorials.com\/pinecone\/","og_site_name":"Kali Linux Tutorials","article_published_time":"2022-08-03T15:25:12+00:00","article_modified_time":"2022-08-03T15:25:15+00:00","og_image":[{"url":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiQasQvhtij2lEJNYYRyKYULfEv2izy3-YuXwfo51oUVuEX8WHa_MT6v4CbG98qUqalOBIGJMW6GQYIJX2G11RRSU0naIRzHP5ZPz1IRLIhcJFHLRx0ijJETJhOuVwEsXw_emM3NhID6Eq7SueeRoml6ehpiuj_H2qwo4I3vcXLQS0-mDIuMnRkaA6q\/s728\/logo_full%20(2).png","type":"","width":"","height":""}],"author":"R K","twitter_card":"summary_large_image","twitter_image":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiQasQvhtij2lEJNYYRyKYULfEv2izy3-YuXwfo51oUVuEX8WHa_MT6v4CbG98qUqalOBIGJMW6GQYIJX2G11RRSU0naIRzHP5ZPz1IRLIhcJFHLRx0ijJETJhOuVwEsXw_emM3NhID6Eq7SueeRoml6ehpiuj_H2qwo4I3vcXLQS0-mDIuMnRkaA6q\/s728\/logo_full%20(2).png","twitter_creator":"@CyberEdition","twitter_site":"@CyberEdition","twitter_misc":{"Written by":"R K","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kalilinuxtutorials.com\/pinecone\/#article","isPartOf":{"@id":"https:\/\/kalilinuxtutorials.com\/pinecone\/"},"author":{"name":"R K","@id":"https:\/\/kalilinuxtutorials.com\/#\/schema\/person\/69444b58b9e267a4cf08fceb34b6f6ad"},"headline":"Pinecone : A WLAN Red Team Framework","datePublished":"2022-08-03T15:25:12+00:00","dateModified":"2022-08-03T15:25:15+00:00","mainEntityOfPage":{"@id":"https:\/\/kalilinuxtutorials.com\/pinecone\/"},"wordCount":463,"commentCount":0,"publisher":{"@id":"https:\/\/kalilinuxtutorials.com\/#organization"},"image":{"@id":"https:\/\/kalilinuxtutorials.com\/pinecone\/#primaryimage"},"thumbnailUrl":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiQasQvhtij2lEJNYYRyKYULfEv2izy3-YuXwfo51oUVuEX8WHa_MT6v4CbG98qUqalOBIGJMW6GQYIJX2G11RRSU0naIRzHP5ZPz1IRLIhcJFHLRx0ijJETJhOuVwEsXw_emM3NhID6Eq7SueeRoml6ehpiuj_H2qwo4I3vcXLQS0-mDIuMnRkaA6q\/s728\/logo_full%20(2).png","keywords":["Pinecone","Red Team Framework","WLAN"],"articleSection":["Kali Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kalilinuxtutorials.com\/pinecone\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kalilinuxtutorials.com\/pinecone\/","url":"https:\/\/kalilinuxtutorials.com\/pinecone\/","name":"Pinecone : A WLAN Red Team Framework !!! Kali Linux","isPartOf":{"@id":"https:\/\/kalilinuxtutorials.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/kalilinuxtutorials.com\/pinecone\/#primaryimage"},"image":{"@id":"https:\/\/kalilinuxtutorials.com\/pinecone\/#primaryimage"},"thumbnailUrl":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiQasQvhtij2lEJNYYRyKYULfEv2izy3-YuXwfo51oUVuEX8WHa_MT6v4CbG98qUqalOBIGJMW6GQYIJX2G11RRSU0naIRzHP5ZPz1IRLIhcJFHLRx0ijJETJhOuVwEsXw_emM3NhID6Eq7SueeRoml6ehpiuj_H2qwo4I3vcXLQS0-mDIuMnRkaA6q\/s728\/logo_full%20(2).png","datePublished":"2022-08-03T15:25:12+00:00","dateModified":"2022-08-03T15:25:15+00:00","description":"Pinecone is a WLAN networks auditing tool, suitable for red team usage. It is extensible via modules, and is designed to be run in Debian OS","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kalilinuxtutorials.com\/pinecone\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kalilinuxtutorials.com\/pinecone\/#primaryimage","url":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiQasQvhtij2lEJNYYRyKYULfEv2izy3-YuXwfo51oUVuEX8WHa_MT6v4CbG98qUqalOBIGJMW6GQYIJX2G11RRSU0naIRzHP5ZPz1IRLIhcJFHLRx0ijJETJhOuVwEsXw_emM3NhID6Eq7SueeRoml6ehpiuj_H2qwo4I3vcXLQS0-mDIuMnRkaA6q\/s728\/logo_full%20(2).png","contentUrl":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiQasQvhtij2lEJNYYRyKYULfEv2izy3-YuXwfo51oUVuEX8WHa_MT6v4CbG98qUqalOBIGJMW6GQYIJX2G11RRSU0naIRzHP5ZPz1IRLIhcJFHLRx0ijJETJhOuVwEsXw_emM3NhID6Eq7SueeRoml6ehpiuj_H2qwo4I3vcXLQS0-mDIuMnRkaA6q\/s728\/logo_full%20(2).png","width":"728","height":"378"},{"@type":"WebSite","@id":"https:\/\/kalilinuxtutorials.com\/#website","url":"https:\/\/kalilinuxtutorials.com\/","name":"Kali Linux Tutorials","description":"Kali Linux Tutorials","publisher":{"@id":"https:\/\/kalilinuxtutorials.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kalilinuxtutorials.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/kalilinuxtutorials.com\/#organization","name":"Kali Linux Tutorials","url":"https:\/\/kalilinuxtutorials.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kalilinuxtutorials.com\/#\/schema\/logo\/image\/","url":"https:\/\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/07\/Kali.png","contentUrl":"https:\/\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/07\/Kali.png","width":272,"height":90,"caption":"Kali Linux Tutorials"},"image":{"@id":"https:\/\/kalilinuxtutorials.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/CyberEdition","https:\/\/www.threads.com\/@cybersecurityedition","https:\/\/www.linkedin.com\/company\/cyberedition","https:\/\/www.instagram.com\/cybersecurityedition\/"]},{"@type":"Person","@id":"https:\/\/kalilinuxtutorials.com\/#\/schema\/person\/69444b58b9e267a4cf08fceb34b6f6ad","name":"R K","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kalilinuxtutorials.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d3937c9687f2da11bc0a716404ff91779fe19ca115208dbf66167ad353aca5aa?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d3937c9687f2da11bc0a716404ff91779fe19ca115208dbf66167ad353aca5aa?s=96&d=mm&r=g","caption":"R K"},"url":"https:\/\/kalilinuxtutorials.com\/author\/ranjith\/"}]}},"jetpack_featured_media_url":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiQasQvhtij2lEJNYYRyKYULfEv2izy3-YuXwfo51oUVuEX8WHa_MT6v4CbG98qUqalOBIGJMW6GQYIJX2G11RRSU0naIRzHP5ZPz1IRLIhcJFHLRx0ijJETJhOuVwEsXw_emM3NhID6Eq7SueeRoml6ehpiuj_H2qwo4I3vcXLQS0-mDIuMnRkaA6q\/s728\/logo_full%20(2).png","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":26934,"url":"https:\/\/kalilinuxtutorials.com\/pinecone-2\/","url_meta":{"origin":26314,"position":0},"title":"Pinecone : A WLAN Red Team Framework","author":"R K","date":"September 14, 2022","format":false,"excerpt":"Pinecone is a WLAN networks auditing tool, suitable for red team usage. It is extensible via modules, and it is designed to be run in Debian-based operating systems. Pinecone is specially oriented to be used with a Raspberry Pi, as a portable wireless auditing box. This tool is designed for\u2026","rel":"","context":"In &quot;Kali Linux&quot;","block_context":{"text":"Kali Linux","link":"https:\/\/kalilinuxtutorials.com\/category\/kali\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEhKiWX7HNYblrmEkxVtGrX18M3A9lpCjOlDVQPs2qyd0FE6DjUF1gY3rMw3VGmUBrAH8JBCJWHS6ZlKEykT705KNcUH-eMWD7ebqo_wXP-m4wDQAB11s6WTO6gK8RlkS2Q9qNgM9jTrIeDaVxkoPt5OEQfi9XciEiQzhCeUWgO260zxZiUNaw7raAwx\/s728\/logo_full%20%281%29.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEhKiWX7HNYblrmEkxVtGrX18M3A9lpCjOlDVQPs2qyd0FE6DjUF1gY3rMw3VGmUBrAH8JBCJWHS6ZlKEykT705KNcUH-eMWD7ebqo_wXP-m4wDQAB11s6WTO6gK8RlkS2Q9qNgM9jTrIeDaVxkoPt5OEQfi9XciEiQzhCeUWgO260zxZiUNaw7raAwx\/s728\/logo_full%20%281%29.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEhKiWX7HNYblrmEkxVtGrX18M3A9lpCjOlDVQPs2qyd0FE6DjUF1gY3rMw3VGmUBrAH8JBCJWHS6ZlKEykT705KNcUH-eMWD7ebqo_wXP-m4wDQAB11s6WTO6gK8RlkS2Q9qNgM9jTrIeDaVxkoPt5OEQfi9XciEiQzhCeUWgO260zxZiUNaw7raAwx\/s728\/logo_full%20%281%29.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEhKiWX7HNYblrmEkxVtGrX18M3A9lpCjOlDVQPs2qyd0FE6DjUF1gY3rMw3VGmUBrAH8JBCJWHS6ZlKEykT705KNcUH-eMWD7ebqo_wXP-m4wDQAB11s6WTO6gK8RlkS2Q9qNgM9jTrIeDaVxkoPt5OEQfi9XciEiQzhCeUWgO260zxZiUNaw7raAwx\/s728\/logo_full%20%281%29.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":2208,"url":"https:\/\/kalilinuxtutorials.com\/hcxdumptool-wlan-devices\/","url_meta":{"origin":26314,"position":1},"title":"Hcxdumptool &#8211; Small Tool To Capture Packets From WLAN Devices","author":"R K","date":"August 9, 2018","format":false,"excerpt":"Hcxdumptool is small tool to capture packets from wlan devices. After capturing, upload the \"uncleaned\" cap here to see if your application or the client is vulnerable by using common wordlists. Convert the cap to hccapx and\/or to WPA-PMKID-PBKDF2 hashline (16800) with hcxpcaptool (hcxtools) and check if wlan-key or plainmasterkey\u2026","rel":"","context":"In &quot;Kali Linux&quot;","block_context":{"text":"Kali Linux","link":"https:\/\/kalilinuxtutorials.com\/category\/kali\/"},"img":{"alt_text":"https:\/\/github.com\/Nekmo\/dirhunt","src":"https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2018\/04\/button_download.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":10925,"url":"https:\/\/kalilinuxtutorials.com\/lynis\/","url_meta":{"origin":26314,"position":2},"title":"Lynis 3.0.0 &#8211; Security Auditing Tool for Unix\/Linux Systems","author":"R K","date":"July 16, 2020","format":false,"excerpt":"We are excited to announce this major release of auditing tool Lynis. Several big changes have been made to core functions of Lynis. These changes are the next of simplification improvements we made. There is a risk of breaking your existing configuration.Lynis is an open source security auditing tool. Used\u2026","rel":"","context":"In &quot;Kali Linux&quot;","block_context":{"text":"Kali Linux","link":"https:\/\/kalilinuxtutorials.com\/category\/kali\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":11243,"url":"https:\/\/kalilinuxtutorials.com\/wireless-penetration-testing-approach-kali-linux-and-raspberry-pi-for-security-analytics\/","url_meta":{"origin":26314,"position":3},"title":"Wireless Penetration Testing Approach: Kali Linux and Raspberry Pi for Security Analytics","author":"Balaji N","date":"August 16, 2020","format":false,"excerpt":"As of 2020, we all are aware of the security breaches happening to the data within the organization. The organizations are using the LAN network or wifi networks, allowing the employees to access and perform their tasks and operations. To ensure that the organization\u2019s sensitive data is secured, a secured\u2026","rel":"","context":"In &quot;Kali Linux&quot;","block_context":{"text":"Kali Linux","link":"https:\/\/kalilinuxtutorials.com\/category\/kali\/"},"img":{"alt_text":"","src":"https:\/\/lh5.googleusercontent.com\/SX1WwH0AfyfWX9zHbYYpmZNc56KfhYK0Zs3sNKr8x98ylQ3ih0Olkq67LGjoPiC-9zqm4CV9dkLVTMan3SferYZ2RdsyCl7lmNRHOjMn7WEcUSpSCsHXAycf6GIDMZeo2w","width":350,"height":200},"classes":[]},{"id":35467,"url":"https:\/\/kalilinuxtutorials.com\/kali-linux-2024-4-released-whats-new\/","url_meta":{"origin":26314,"position":4},"title":"Kali Linux 2024.4 Released, What\u2019s New?","author":"Varshini","date":"December 18, 2024","format":false,"excerpt":"Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and new features for cybersecurity professionals and ethical hackers. Here are the key highlights: New Default Python Version Python 3.12 is now the default Python interpreter in Kali Linux 2024.4 1. This change comes with improved\u2026","rel":"","context":"In &quot;Cyber security&quot;","block_context":{"text":"Cyber security","link":"https:\/\/kalilinuxtutorials.com\/category\/cyber-security\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEi8bmf7M2OGvf1ALOpkmDYLMy3Z9EOcrpp8JOQgexQKnipka-8XNtyJNg25O2xCkAjFuhOwNfZ5HgKWQqhjKI0jqWcGMjkaxV9S5udH2o-3urmMH552oGI23yyLxc4fTx1-k9OYDMBjPPZ8CLQa9sUa_rrzgzbc-yGPUdQAhcmr_2qaGlsG_o49-x58i69e\/s1600\/Kali%20Linux%202024.4%20Released%2C%20What%E2%80%99s%20New.webp?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEi8bmf7M2OGvf1ALOpkmDYLMy3Z9EOcrpp8JOQgexQKnipka-8XNtyJNg25O2xCkAjFuhOwNfZ5HgKWQqhjKI0jqWcGMjkaxV9S5udH2o-3urmMH552oGI23yyLxc4fTx1-k9OYDMBjPPZ8CLQa9sUa_rrzgzbc-yGPUdQAhcmr_2qaGlsG_o49-x58i69e\/s1600\/Kali%20Linux%202024.4%20Released%2C%20What%E2%80%99s%20New.webp?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEi8bmf7M2OGvf1ALOpkmDYLMy3Z9EOcrpp8JOQgexQKnipka-8XNtyJNg25O2xCkAjFuhOwNfZ5HgKWQqhjKI0jqWcGMjkaxV9S5udH2o-3urmMH552oGI23yyLxc4fTx1-k9OYDMBjPPZ8CLQa9sUa_rrzgzbc-yGPUdQAhcmr_2qaGlsG_o49-x58i69e\/s1600\/Kali%20Linux%202024.4%20Released%2C%20What%E2%80%99s%20New.webp?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEi8bmf7M2OGvf1ALOpkmDYLMy3Z9EOcrpp8JOQgexQKnipka-8XNtyJNg25O2xCkAjFuhOwNfZ5HgKWQqhjKI0jqWcGMjkaxV9S5udH2o-3urmMH552oGI23yyLxc4fTx1-k9OYDMBjPPZ8CLQa9sUa_rrzgzbc-yGPUdQAhcmr_2qaGlsG_o49-x58i69e\/s1600\/Kali%20Linux%202024.4%20Released%2C%20What%E2%80%99s%20New.webp?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEi8bmf7M2OGvf1ALOpkmDYLMy3Z9EOcrpp8JOQgexQKnipka-8XNtyJNg25O2xCkAjFuhOwNfZ5HgKWQqhjKI0jqWcGMjkaxV9S5udH2o-3urmMH552oGI23yyLxc4fTx1-k9OYDMBjPPZ8CLQa9sUa_rrzgzbc-yGPUdQAhcmr_2qaGlsG_o49-x58i69e\/s1600\/Kali%20Linux%202024.4%20Released%2C%20What%E2%80%99s%20New.webp?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEi8bmf7M2OGvf1ALOpkmDYLMy3Z9EOcrpp8JOQgexQKnipka-8XNtyJNg25O2xCkAjFuhOwNfZ5HgKWQqhjKI0jqWcGMjkaxV9S5udH2o-3urmMH552oGI23yyLxc4fTx1-k9OYDMBjPPZ8CLQa9sUa_rrzgzbc-yGPUdQAhcmr_2qaGlsG_o49-x58i69e\/s1600\/Kali%20Linux%202024.4%20Released%2C%20What%E2%80%99s%20New.webp?resize=1400%2C800&ssl=1 4x"},"classes":[]},{"id":1693,"url":"https:\/\/kalilinuxtutorials.com\/ghost-phisher-wireless-attack\/","url_meta":{"origin":26314,"position":5},"title":"Ghost Phisher &#8211; Wireless  &#038; Ethernet Attack Software Application","author":"R K","date":"June 21, 2018","format":false,"excerpt":"Ghost Phisher is a Wireless and Ethernet security auditing and attack software program written using the Python Programming Language and the Python Qt GUI library, the program is able to emulate access points and deploy various internal networking servers for networking, penetration testing and phishing attacks. Supported OS Ghost Phisher\u2026","rel":"","context":"In &quot;Kali Linux&quot;","block_context":{"text":"Kali Linux","link":"https:\/\/kalilinuxtutorials.com\/category\/kali\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2018\/04\/button_download.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/posts\/26314","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/comments?post=26314"}],"version-history":[{"count":7,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/posts\/26314\/revisions"}],"predecessor-version":[{"id":26458,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/posts\/26314\/revisions\/26458"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/media\/26322"}],"wp:attachment":[{"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/media?parent=26314"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/categories?post=26314"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/tags?post=26314"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}