{"id":11986,"date":"2020-12-26T17:53:08","date_gmt":"2020-12-26T12:23:08","guid":{"rendered":"http:\/\/kalilinuxtutorials.com\/?p=11986"},"modified":"2020-12-26T17:53:08","modified_gmt":"2020-12-26T12:23:08","slug":"bheem","status":"publish","type":"post","link":"https:\/\/kalilinuxtutorials.com\/bheem\/","title":{"rendered":"Bheem : Tool To Carry Out Various Tools And Recon Process"},"content":{"rendered":"\n<p>Project <strong>Bheem<\/strong> is a simple collection of small bash-scripts which runs iteratively to carry out various tools and recon process &amp; store output in an organized way. <\/p>\n\n\n\n<p>This project was created initially for automation of Recon for personal usage and was never meant to be public as there is nothing fancy about it but due to request by community, Project Bheem is now Public.<\/p>\n\n\n\n<p>Please feel free to improve it in any way you can. There is no secret sauce involved and it&#8217;s just a set of commands and existing tools written in bash-scripts for simple Recon Automation.<\/p>\n\n\n\n<p>Project Bheem Supports an approach of Recon from @harshbothra_&#8217;s Scope Based Recon Methodology. Currently this tools supports performing recon for:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Small Scope (single urls in scope) : Performs a limited recon &amp; useful when only a few urls are provided in scope<\/li><li>Medium Scope (*.target.com in scope) : Performs recon to enumerate more assets and give you more options to attack on.<\/li><li>Large Scope (Everything in Scope) : Performs almost every possible recon vector from subdomain enumeration to fuzzing.<\/li><\/ul>\n\n\n\n<p>A few features like port scanning might not be working in the current build and some of the newly released tools might also be missed. we are working on upgrading the tool but feel free to fork, upgrade and make a pull request (Ensure that tool is not breaking).<\/p>\n\n\n\n<p class=\"has-text-align-center has-vivid-green-cyan-background-color has-background\"><strong>Pre-Requisite<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Make sure to have &#8220;Go&#8221; latest version is installed and paths are correctly set.<\/li><\/ul>\n\n\n\n<p class=\"has-text-align-center has-vivid-green-cyan-background-color has-background\"><strong>Installation<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Clone the repository<\/li><li>Run the following script to install necessary tools: <code><strong>sh install.sh<\/strong><\/code><\/li><li>The <code><strong>arsenal<\/strong><\/code> directory contains a set of small scripts used to automate Bheem. Give executable permissions to scripts in this directory.<\/li><li>Navigate to<strong> <code>~\/arsenal<\/code><\/strong> directory and Simply run following command to see all the supported options provided in Bheem:<\/li><\/ul>\n\n\n\n<p class=\"has-vivid-green-cyan-color has-black-background-color has-text-color has-background\"><code><strong>.\/Bheem.sh -h<\/strong><\/code><\/p>\n\n\n\n<ul class=\"wp-block-list\" start=\"5\"><li>To use it over vps for performing recon on larger set of targets perform following command:<\/li><\/ul>\n\n\n\n<p class=\"has-vivid-green-cyan-color has-black-background-color has-text-color has-background\"><strong><code>screen -S &lt;screen_name&gt;<\/code> <code>~\/arsenal\/Bheem.sh -h<\/code><\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" start=\"6\"><li>This will keep <code>Bheem<\/code> running even if the SSH Connection is terminated or you turn off your local machine.<\/li><\/ul>\n\n\n\n<p class=\"has-text-align-center has-vivid-green-cyan-background-color has-background\"><strong>Sample Usage<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Small Scope Recon : <code><strong>Bheem -t targetfile -S<\/strong><\/code><\/li><li>Medium Scope Recon : <code><strong>Bheem -t targetfile -M<\/strong><\/code><\/li><li>Large Scope Recon : <code><strong>Bheem -t targetfile -L<\/strong><\/code><\/li><\/ul>\n\n\n\n<p><code><strong>targetfile<\/strong><\/code> contains list of domains to perform Recon. For example: <code><strong>targettest.com<\/strong><\/code><\/p>\n\n\n\n<p class=\"has-text-align-center has-vivid-green-cyan-background-color has-background\"><strong>Side Notes<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>If you don&#8217;t want to use specific module, just comment it out and it won&#8217;t be used anymore.<\/li><li>Change the Blind XSS Payload in the following file <code><strong>\/Bheem\/arsenal\/autoxss.sh<\/strong><\/code> to yours . Visit <a href=\"https:\/\/xsshunter.com\/\">XSS Hunter<\/a> to get your Blind XSS Payload<\/li><\/ul>\n\n\n\n<p class=\"has-text-align-center has-vivid-green-cyan-background-color has-background\"><strong>Tools Used<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Nuclei<\/li><li>HTTPX<\/li><li>GF &amp; GF-Patterns<\/li><li>Secret Finder<\/li><li>Heartbleed Oneliner<\/li><li>AMASS<\/li><li>Subfinder<\/li><li>Assetfinder<\/li><li>JSScan<\/li><li>FavFreak<\/li><li>Waybackurls<\/li><li>Gau<\/li><li>Parallel<\/li><li>asnip<\/li><li>dirsearch<\/li><li>gowitness<\/li><li>subjack<\/li><li>CORS Scanner<\/li><li>git-hound<\/li><li>Shuffledns<\/li><li>Massdns<\/li><\/ol>\n\n\n\n<p>~ Other onliners and tools to be added.<\/p>\n\n\n\n<p class=\"has-text-align-center has-vivid-green-cyan-background-color has-background\"><strong>PR Notes<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>If there is any GO Version\/Path related issues, please do not create a PR for it.<\/li><li>Please create a PR for the Feature Request.<\/li><li>If there is any missing part in <code>install.sh<\/code> please create a PR for it.<\/li><li>For specific tool related issue such as installation for <code>X<\/code> tool used by Bheem is not successful, please do not create a PR for it. As this issue is required to be Raise to the specific Tool Owner.<\/li><\/ul>\n\n\n\n<p class=\"has-text-align-center has-vivid-green-cyan-background-color has-background\"><strong>Future Plans\/Under Development<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Adding Directory Enumeration <\/li><li>Adding Subdomain Bruteforcing <\/li><li>Adding HTTP Desync Scanner <\/li><li>Adding Vulnerable Software &amp; Exploit Suggester <\/li><li>Adding Oneline Scanner for CORS, CRLF &amp; Other Vectors <\/li><li>Adding Visual Recon<\/li><\/ul>\n\n\n\n<p class=\"has-text-align-center has-vivid-green-cyan-background-color has-background\"><strong>Special Thanks<\/strong><\/p>\n\n\n\n<p>Every single application security community member and tool developers. Special Thanks to:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Project Discovery (Httpx, Subfinder, chaos, nuclei)<\/li><li>OWASP (Amass)<\/li><li>Tomnomnom (Assetfinder, Waybackurls, GF)<\/li><li>Devansh (FavFreak)<\/li><li>Imran (Heartbleed oneliner)<\/li><li>M4ll0k (Secret Finder)<\/li><li>lc (gau)<\/li><li>tillson (git-hound)<\/li><li>ffuf (ffuf)<\/li><li>sensepost (gowitness)<\/li><li>defparam (smuggler)<\/li><li>haccer (subjack)<\/li><li>crt.sh (YashGoti)<\/li><\/ul>\n\n\n\n<div class=\"wp-block-buttons aligncenter is-layout-flex 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\/harsh-bothra\/Bheem\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Download<\/strong><\/a><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Project Bheem is a simple collection of small bash-scripts which runs iteratively to carry out various tools and recon process &amp; store output in an organized way. This project was created initially for automation of Recon for personal usage and was never meant to be public as there is nothing fancy about it but due [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":16634,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"https:\/\/1.bp.blogspot.com\/-hNPKWB1VE6U\/X-J9JuA5b-I\/AAAAAAAAIMY\/bzrGQ64y8j80VJX2tIsOTqv3K6r84Nr_gCLcBGAsYHQ\/s728\/h%25281%2529.png","fifu_image_alt":"Bheem : Tool To Carry Out Various Tools And Recon Process","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[28],"tags":[369,2752],"class_list":["post-11986","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-kali","tag-bheem","tag-recon"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Bheem : Tool To Carry Out Various Tools And Recon Process<\/title>\n<meta name=\"description\" content=\"Project Bheem is a simple collection of small bash-scripts which runs iteratively to carry out various tools and recon process &amp; store output\" \/>\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\/bheem\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bheem : Tool To Carry Out Various Tools And Recon Process\" \/>\n<meta property=\"og:description\" content=\"Project Bheem is a simple collection of small bash-scripts which runs iteratively to carry out various tools and recon process &amp; store output\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kalilinuxtutorials.com\/bheem\/\" \/>\n<meta property=\"og:site_name\" content=\"Kali Linux Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2020-12-26T12:23:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/1.bp.blogspot.com\/-hNPKWB1VE6U\/X-J9JuA5b-I\/AAAAAAAAIMY\/bzrGQ64y8j80VJX2tIsOTqv3K6r84Nr_gCLcBGAsYHQ\/s728\/h%25281%2529.png\" \/>\n<meta name=\"author\" content=\"R K\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/1.bp.blogspot.com\/-hNPKWB1VE6U\/X-J9JuA5b-I\/AAAAAAAAIMY\/bzrGQ64y8j80VJX2tIsOTqv3K6r84Nr_gCLcBGAsYHQ\/s728\/h%25281%2529.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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/bheem\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/bheem\/\"},\"author\":{\"name\":\"R K\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/#\/schema\/person\/69444b58b9e267a4cf08fceb34b6f6ad\"},\"headline\":\"Bheem : Tool To Carry Out Various Tools And Recon Process\",\"datePublished\":\"2020-12-26T12:23:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/bheem\/\"},\"wordCount\":592,\"publisher\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/bheem\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/1.bp.blogspot.com\/-hNPKWB1VE6U\/X-J9JuA5b-I\/AAAAAAAAIMY\/bzrGQ64y8j80VJX2tIsOTqv3K6r84Nr_gCLcBGAsYHQ\/s728\/h%25281%2529.png\",\"keywords\":[\"Bheem\",\"recon\"],\"articleSection\":[\"Kali Linux\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/bheem\/\",\"url\":\"https:\/\/kalilinuxtutorials.com\/bheem\/\",\"name\":\"Bheem : Tool To Carry Out Various Tools And Recon Process\",\"isPartOf\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/bheem\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/bheem\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/1.bp.blogspot.com\/-hNPKWB1VE6U\/X-J9JuA5b-I\/AAAAAAAAIMY\/bzrGQ64y8j80VJX2tIsOTqv3K6r84Nr_gCLcBGAsYHQ\/s728\/h%25281%2529.png\",\"datePublished\":\"2020-12-26T12:23:08+00:00\",\"description\":\"Project Bheem is a simple collection of small bash-scripts which runs iteratively to carry out various tools and recon process & store output\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kalilinuxtutorials.com\/bheem\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/bheem\/#primaryimage\",\"url\":\"https:\/\/1.bp.blogspot.com\/-hNPKWB1VE6U\/X-J9JuA5b-I\/AAAAAAAAIMY\/bzrGQ64y8j80VJX2tIsOTqv3K6r84Nr_gCLcBGAsYHQ\/s728\/h%25281%2529.png\",\"contentUrl\":\"https:\/\/1.bp.blogspot.com\/-hNPKWB1VE6U\/X-J9JuA5b-I\/AAAAAAAAIMY\/bzrGQ64y8j80VJX2tIsOTqv3K6r84Nr_gCLcBGAsYHQ\/s728\/h%25281%2529.png\"},{\"@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":"Bheem : Tool To Carry Out Various Tools And Recon Process","description":"Project Bheem is a simple collection of small bash-scripts which runs iteratively to carry out various tools and recon process & store output","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\/bheem\/","og_locale":"en_US","og_type":"article","og_title":"Bheem : Tool To Carry Out Various Tools And Recon Process","og_description":"Project Bheem is a simple collection of small bash-scripts which runs iteratively to carry out various tools and recon process & store output","og_url":"https:\/\/kalilinuxtutorials.com\/bheem\/","og_site_name":"Kali Linux Tutorials","article_published_time":"2020-12-26T12:23:08+00:00","og_image":[{"url":"https:\/\/1.bp.blogspot.com\/-hNPKWB1VE6U\/X-J9JuA5b-I\/AAAAAAAAIMY\/bzrGQ64y8j80VJX2tIsOTqv3K6r84Nr_gCLcBGAsYHQ\/s728\/h%25281%2529.png","type":"","width":"","height":""}],"author":"R K","twitter_card":"summary_large_image","twitter_image":"https:\/\/1.bp.blogspot.com\/-hNPKWB1VE6U\/X-J9JuA5b-I\/AAAAAAAAIMY\/bzrGQ64y8j80VJX2tIsOTqv3K6r84Nr_gCLcBGAsYHQ\/s728\/h%25281%2529.png","twitter_creator":"@CyberEdition","twitter_site":"@CyberEdition","twitter_misc":{"Written by":"R K","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kalilinuxtutorials.com\/bheem\/#article","isPartOf":{"@id":"https:\/\/kalilinuxtutorials.com\/bheem\/"},"author":{"name":"R K","@id":"https:\/\/kalilinuxtutorials.com\/#\/schema\/person\/69444b58b9e267a4cf08fceb34b6f6ad"},"headline":"Bheem : Tool To Carry Out Various Tools And Recon Process","datePublished":"2020-12-26T12:23:08+00:00","mainEntityOfPage":{"@id":"https:\/\/kalilinuxtutorials.com\/bheem\/"},"wordCount":592,"publisher":{"@id":"https:\/\/kalilinuxtutorials.com\/#organization"},"image":{"@id":"https:\/\/kalilinuxtutorials.com\/bheem\/#primaryimage"},"thumbnailUrl":"https:\/\/1.bp.blogspot.com\/-hNPKWB1VE6U\/X-J9JuA5b-I\/AAAAAAAAIMY\/bzrGQ64y8j80VJX2tIsOTqv3K6r84Nr_gCLcBGAsYHQ\/s728\/h%25281%2529.png","keywords":["Bheem","recon"],"articleSection":["Kali Linux"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/kalilinuxtutorials.com\/bheem\/","url":"https:\/\/kalilinuxtutorials.com\/bheem\/","name":"Bheem : Tool To Carry Out Various Tools And Recon Process","isPartOf":{"@id":"https:\/\/kalilinuxtutorials.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/kalilinuxtutorials.com\/bheem\/#primaryimage"},"image":{"@id":"https:\/\/kalilinuxtutorials.com\/bheem\/#primaryimage"},"thumbnailUrl":"https:\/\/1.bp.blogspot.com\/-hNPKWB1VE6U\/X-J9JuA5b-I\/AAAAAAAAIMY\/bzrGQ64y8j80VJX2tIsOTqv3K6r84Nr_gCLcBGAsYHQ\/s728\/h%25281%2529.png","datePublished":"2020-12-26T12:23:08+00:00","description":"Project Bheem is a simple collection of small bash-scripts which runs iteratively to carry out various tools and recon process & store output","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kalilinuxtutorials.com\/bheem\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kalilinuxtutorials.com\/bheem\/#primaryimage","url":"https:\/\/1.bp.blogspot.com\/-hNPKWB1VE6U\/X-J9JuA5b-I\/AAAAAAAAIMY\/bzrGQ64y8j80VJX2tIsOTqv3K6r84Nr_gCLcBGAsYHQ\/s728\/h%25281%2529.png","contentUrl":"https:\/\/1.bp.blogspot.com\/-hNPKWB1VE6U\/X-J9JuA5b-I\/AAAAAAAAIMY\/bzrGQ64y8j80VJX2tIsOTqv3K6r84Nr_gCLcBGAsYHQ\/s728\/h%25281%2529.png"},{"@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:\/\/1.bp.blogspot.com\/-hNPKWB1VE6U\/X-J9JuA5b-I\/AAAAAAAAIMY\/bzrGQ64y8j80VJX2tIsOTqv3K6r84Nr_gCLcBGAsYHQ\/s728\/h%25281%2529.png","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":6995,"url":"https:\/\/kalilinuxtutorials.com\/discover-scripts-automate-penetration-testing\/","url_meta":{"origin":11986,"position":0},"title":"Discover : Custom Bash Scripts Used To Automate Various Penetration Testing Tasks","author":"R K","date":"October 23, 2019","format":false,"excerpt":"Discover custom bash scripts used to automate various penetration testing tasks including recon, scanning, parsing, and creating malicious payloads and listeners with Metasploit. For use with Kali Linux and the Penetration Testers Framework (PTF). Download, setup, and usage git clone\u00a0https:\/\/github.com\/leebaird\/discover\u00a0\/opt\/discover\/All scripts must be ran from this location.cd \/opt\/discover\/.\/update.sh RECONDomainPersonParse salesforceSCANNINGGenerate\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":29109,"url":"https:\/\/kalilinuxtutorials.com\/scriptkiddi3\/","url_meta":{"origin":11986,"position":1},"title":"Scriptkiddi3 &#8211; Streamline Your Recon And Vulnerability Detection Process With SCRIPTKIDDI3, A Recon And Initial Vulnerability Detection Tool Built Using Shell Script And Open Source Tools","author":"R K","date":"June 22, 2023","format":false,"excerpt":"SCRIPTKIDDI3,Streamline your recon and vulnerability detection process with SCRIPTKIDDI3, A recon and initial vulnerability detection tool built using shell script and open source tools. Introducing SCRIPTKIDDI3, a powerful recon and initial vulnerability detection tool for Bug Bounty Hunters. Built using a variety of open-source tools and a shell script, SCRIPTKIDDI3\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\/AVvXsEiqBTl60Zb1_GOYXbrn4cXKbr60K96GStrh1F7IzsG4F13V7cIGbQ7bwcoXKFgwNUuT_V7aT1kir5Pp42MtBuQSIgndzfvbAQ_TlBmrXjSvPNI6Q7r-5tR3oQ-iOwTKnEydTnl17OiEqZdXGYdXXhTMn49ulrUdq771MvMygNflil2MNzd_zxj7uyK7\/s16000\/kali%20temp11.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiqBTl60Zb1_GOYXbrn4cXKbr60K96GStrh1F7IzsG4F13V7cIGbQ7bwcoXKFgwNUuT_V7aT1kir5Pp42MtBuQSIgndzfvbAQ_TlBmrXjSvPNI6Q7r-5tR3oQ-iOwTKnEydTnl17OiEqZdXGYdXXhTMn49ulrUdq771MvMygNflil2MNzd_zxj7uyK7\/s16000\/kali%20temp11.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiqBTl60Zb1_GOYXbrn4cXKbr60K96GStrh1F7IzsG4F13V7cIGbQ7bwcoXKFgwNUuT_V7aT1kir5Pp42MtBuQSIgndzfvbAQ_TlBmrXjSvPNI6Q7r-5tR3oQ-iOwTKnEydTnl17OiEqZdXGYdXXhTMn49ulrUdq771MvMygNflil2MNzd_zxj7uyK7\/s16000\/kali%20temp11.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEiqBTl60Zb1_GOYXbrn4cXKbr60K96GStrh1F7IzsG4F13V7cIGbQ7bwcoXKFgwNUuT_V7aT1kir5Pp42MtBuQSIgndzfvbAQ_TlBmrXjSvPNI6Q7r-5tR3oQ-iOwTKnEydTnl17OiEqZdXGYdXXhTMn49ulrUdq771MvMygNflil2MNzd_zxj7uyK7\/s16000\/kali%20temp11.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":13049,"url":"https:\/\/kalilinuxtutorials.com\/3klcon\/","url_meta":{"origin":11986,"position":2},"title":"3KLCON : Automation Recon Tool Which Works With Large &#038; Medium Scope","author":"R K","date":"May 28, 2021","format":false,"excerpt":"3KLCON is a Full Automation Recon tool which works with Small and Medium scopes. \u0651It's recommended to use it on VPS, it'll discover secrets and searching for vulnerabilities. So, Welcome and let's deep into it <3 Updates Version 1.1, what's new? (Very Recommended) Fixing multiple issues with the used tools.Upgrading\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":23768,"url":"https:\/\/kalilinuxtutorials.com\/ocr-recon\/","url_meta":{"origin":11986,"position":3},"title":"Ocr-Recon : Tool To Find A Particular String In A List Of URLs Using Tesseract&#8217;S OCR Capabilities","author":"R K","date":"April 7, 2022","format":false,"excerpt":"Ocr-Recon is useful to find a particular string in a list of URLs using tesseract's OCR (Optical Character Recognition) capabilities. Usage Usage: python3 ocr-recon.py list with URLs string to search Download","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\/AVvXsEgvvGbGD1kBMZMgAZYuGQoNsPkwc2PUQb_FaGu7FHhw0FYd2S8VTFqhcU_rpMuQzBsHU1BlXPiE9KvuHoHGHNfIhArdhiglH_x5ChCxAYee0svIzCykY4tJe0_q3IVqrEU0uvKTfTYsLQyuDmn9ys7Jpd-Bij-pPD-cmF2za1ARp20KB7a3t21yerbv\/s728\/-1.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEgvvGbGD1kBMZMgAZYuGQoNsPkwc2PUQb_FaGu7FHhw0FYd2S8VTFqhcU_rpMuQzBsHU1BlXPiE9KvuHoHGHNfIhArdhiglH_x5ChCxAYee0svIzCykY4tJe0_q3IVqrEU0uvKTfTYsLQyuDmn9ys7Jpd-Bij-pPD-cmF2za1ARp20KB7a3t21yerbv\/s728\/-1.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEgvvGbGD1kBMZMgAZYuGQoNsPkwc2PUQb_FaGu7FHhw0FYd2S8VTFqhcU_rpMuQzBsHU1BlXPiE9KvuHoHGHNfIhArdhiglH_x5ChCxAYee0svIzCykY4tJe0_q3IVqrEU0uvKTfTYsLQyuDmn9ys7Jpd-Bij-pPD-cmF2za1ARp20KB7a3t21yerbv\/s728\/-1.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEgvvGbGD1kBMZMgAZYuGQoNsPkwc2PUQb_FaGu7FHhw0FYd2S8VTFqhcU_rpMuQzBsHU1BlXPiE9KvuHoHGHNfIhArdhiglH_x5ChCxAYee0svIzCykY4tJe0_q3IVqrEU0uvKTfTYsLQyuDmn9ys7Jpd-Bij-pPD-cmF2za1ARp20KB7a3t21yerbv\/s728\/-1.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":30080,"url":"https:\/\/kalilinuxtutorials.com\/coustom-bash\/","url_meta":{"origin":11986,"position":4},"title":"Coustom Bash &#8211; A Tool To Automate Penetration Testing Tasks","author":"Varshini","date":"September 7, 2023","format":false,"excerpt":"Custom bash scripts have emerged as powerful tools for automating a range of penetration testing tasks, from reconnaissance to payload creation. Tailored specifically for use with Kali Linux, these scripts streamline activities like scanning, enumeration, and the generation of malicious payloads using Metasploit. This article delves into the intricacies of\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\/AVvXsEh7i3Gk5QEL3IzaegCMkIzF35CzYEeZ1CZ-Cn_fNO1yQ4u97fUzw8leuT_Ul3NdIf8fikSHvbwhKRXnCYM8H3rGex_XxituSZR5iyseo7hrKs5fT8O6nT-uCRbIbRBfJXGgjgLglhDcOYNVnlX_vcGI78-pLeA4owVIRKjiR3Gp1eYJZu_vqbjf2yZJGA\/s16000\/Coustom%20Bash%20-%20A%20Tool%20To%20Automate%20Penetration%20Testing%20Tasks.webp?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEh7i3Gk5QEL3IzaegCMkIzF35CzYEeZ1CZ-Cn_fNO1yQ4u97fUzw8leuT_Ul3NdIf8fikSHvbwhKRXnCYM8H3rGex_XxituSZR5iyseo7hrKs5fT8O6nT-uCRbIbRBfJXGgjgLglhDcOYNVnlX_vcGI78-pLeA4owVIRKjiR3Gp1eYJZu_vqbjf2yZJGA\/s16000\/Coustom%20Bash%20-%20A%20Tool%20To%20Automate%20Penetration%20Testing%20Tasks.webp?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEh7i3Gk5QEL3IzaegCMkIzF35CzYEeZ1CZ-Cn_fNO1yQ4u97fUzw8leuT_Ul3NdIf8fikSHvbwhKRXnCYM8H3rGex_XxituSZR5iyseo7hrKs5fT8O6nT-uCRbIbRBfJXGgjgLglhDcOYNVnlX_vcGI78-pLeA4owVIRKjiR3Gp1eYJZu_vqbjf2yZJGA\/s16000\/Coustom%20Bash%20-%20A%20Tool%20To%20Automate%20Penetration%20Testing%20Tasks.webp?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEh7i3Gk5QEL3IzaegCMkIzF35CzYEeZ1CZ-Cn_fNO1yQ4u97fUzw8leuT_Ul3NdIf8fikSHvbwhKRXnCYM8H3rGex_XxituSZR5iyseo7hrKs5fT8O6nT-uCRbIbRBfJXGgjgLglhDcOYNVnlX_vcGI78-pLeA4owVIRKjiR3Gp1eYJZu_vqbjf2yZJGA\/s16000\/Coustom%20Bash%20-%20A%20Tool%20To%20Automate%20Penetration%20Testing%20Tasks.webp?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":7642,"url":"https:\/\/kalilinuxtutorials.com\/reconpi-recon-tool-performs-extensive-scanning\/","url_meta":{"origin":11986,"position":5},"title":"ReconPi : A Lightweight Recon Tool That Performs Extensive Scanning","author":"R K","date":"December 11, 2019","format":false,"excerpt":"ReconPi is a lightweight recon tool that performs extensive reconnaissance with the latest tools using a Raspberry Pi. Installation Check the updated blogpost here for a complete guide on how to set up your own ReconPi: ReconPi Guide If you prepared your Raspberry Pi through the guide linked above you\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":[]}],"_links":{"self":[{"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/posts\/11986","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=11986"}],"version-history":[{"count":0,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/posts\/11986\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/media\/16634"}],"wp:attachment":[{"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/media?parent=11986"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/categories?post=11986"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/tags?post=11986"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}