{"id":33715,"date":"2024-07-09T05:45:55","date_gmt":"2024-07-09T05:45:55","guid":{"rendered":"https:\/\/kalilinuxtutorials.com\/?p=33715"},"modified":"2024-07-09T05:45:56","modified_gmt":"2024-07-09T05:45:56","slug":"smbclient-ng","status":"publish","type":"post","link":"https:\/\/kalilinuxtutorials.com\/smbclient-ng\/","title":{"rendered":"SMBclient-ng : A Comprehensive Tool For Managing SMB Shares"},"content":{"rendered":"\n<p>SMBclient-ng is a robust and intuitive command-line tool designed to enhance interactions with SMB shares, offering a plethora of commands to manage and navigate both local and remote file systems. <\/p>\n\n\n\n<p>This versatile tool simplifies the process of connecting to SMB servers, handling files, and managing directories. <\/p>\n\n\n\n<p>Whether you&#8217;re a network administrator or a security professional, SMBclient-ng provides the essential functionalities to efficiently work with SMB protocols.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Features<\/strong><a href=\"https:\/\/github.com\/p0dalirius\/smbclient-ng?tab=readme-ov-file#features\"><\/a><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u00a0<code>bat<\/code>: Pretty prints the contents of a file. Syntax:\u00a0<code>bat &lt;file><\/code><\/li>\n\n\n\n<li>\u00a0<code>cat<\/code>: Get the contents of a file. Syntax:\u00a0<code>cat &lt;file><\/code><\/li>\n\n\n\n<li>\u00a0<code>cd<\/code>: Change the current working directory. Syntax:\u00a0<code>cd &lt;directory><\/code><\/li>\n\n\n\n<li>\u00a0<code>close<\/code>: Closes the SMB connection to the remote machine. Syntax:\u00a0<code>close<\/code><\/li>\n\n\n\n<li>\u00a0<code>connect<\/code>: Connect to the remote machine (useful if connection timed out). Syntax:\u00a0<code>connect<\/code><\/li>\n\n\n\n<li>\u00a0<code>dir<\/code>: List the contents of the current working directory. Syntax:\u00a0<code>dir<\/code><\/li>\n\n\n\n<li>\u00a0<code>exit<\/code>: Exits the smbclient-ng script. Syntax:\u00a0<code>exit<\/code><\/li>\n\n\n\n<li>\u00a0<code>get<\/code>: Get a remote file. Syntax:\u00a0<code>get [-r] &lt;directory or file><\/code><\/li>\n\n\n\n<li>\u00a0<code>help<\/code>: Displays this help message. Syntax:\u00a0<code>help<\/code><\/li>\n\n\n\n<li>\u00a0<code>info<\/code>: Get information about the server and or the share. Syntax:\u00a0<code>info [server|share]<\/code><\/li>\n\n\n\n<li>\u00a0<code>lbat<\/code>: Pretty prints the contents of a local file. Syntax:\u00a0<code>lbat &lt;file><\/code><\/li>\n\n\n\n<li>\u00a0<code>lcat<\/code>: Print the contents of a local file. Syntax:\u00a0<code>lcat &lt;file><\/code><\/li>\n\n\n\n<li>\u00a0<code>lcd<\/code>: Changes the current local directory. Syntax:\u00a0<code>lcd &lt;directory><\/code><\/li>\n\n\n\n<li>\u00a0<code>lcp<\/code>: Create a copy of a local file. Syntax:\u00a0<code>lcp &lt;srcfile> &lt;dstfile><\/code><\/li>\n\n\n\n<li>\u00a0<code>lls<\/code>: Lists the contents of the current local directory. Syntax:\u00a0<code>lls<\/code><\/li>\n\n\n\n<li>\u00a0<code>lmkdir<\/code>: Creates a new local directory. Syntax:\u00a0<code>lmkdir &lt;directory><\/code><\/li>\n\n\n\n<li>\u00a0<code>lpwd<\/code>: Shows the current local directory. Syntax:\u00a0<code>lpwd<\/code><\/li>\n\n\n\n<li>\u00a0<code>lrename<\/code>: Renames a local file. Syntax:\u00a0<code>lrename &lt;oldfilename> &lt;newfilename><\/code><\/li>\n\n\n\n<li>\u00a0<code>lrm<\/code>: Removes a local file. Syntax:\u00a0<code>lrm &lt;file><\/code><\/li>\n\n\n\n<li>\u00a0<code>lrmdir<\/code>: Removes a local directory. Syntax:\u00a0<code>lrmdir &lt;directory><\/code><\/li>\n\n\n\n<li>\u00a0<code>ls<\/code>: List the contents of the current remote working directory. Syntax:\u00a0<code>ls<\/code><\/li>\n\n\n\n<li>\u00a0<code>ltree<\/code>: Displays a tree view of the local directories. Syntax:\u00a0<code>ltree [directory]<\/code><\/li>\n\n\n\n<li>\u00a0<code>mkdir<\/code>: Creates a new remote directory. Syntax:\u00a0<code>mkdir &lt;directory><\/code><\/li>\n\n\n\n<li>\u00a0<code>module<\/code>: Loads a specific module for additional functionalities. Syntax:\u00a0<code>module &lt;name><\/code><\/li>\n\n\n\n<li>\u00a0<code>mount<\/code>: Creates a mount point of the remote share on the local machine. Syntax:\u00a0<code>mount &lt;remote_path> &lt;local_mountpoint><\/code><\/li>\n\n\n\n<li>\u00a0<code>put<\/code>: Put a local file or directory in a remote directory. Syntax:\u00a0<code>put [-r] &lt;directory or file><\/code><\/li>\n\n\n\n<li>\u00a0<code>reconnect<\/code>: Reconnect to the remote machine (useful if connection timed out). Syntax:\u00a0<code>reconnect<\/code><\/li>\n\n\n\n<li>\u00a0<code>reset<\/code>: Reset the TTY output, useful if it was broken after printing a binary file on stdout. Syntax:\u00a0<code>reset<\/code><\/li>\n\n\n\n<li>\u00a0<code>rm<\/code>: Removes a remote file. Syntax:\u00a0<code>rm &lt;file><\/code><\/li>\n\n\n\n<li>\u00a0<code>rmdir<\/code>: Removes a remote directory. Syntax:\u00a0<code>rmdir &lt;directory><\/code><\/li>\n\n\n\n<li>\u00a0<code>sessions<\/code>: Manage the SMB sessions. Syntax:\u00a0<code>sessions [interact|create|delete|execute|list]<\/code><\/li>\n\n\n\n<li>\u00a0<code>shares<\/code>: Lists the SMB shares served by the remote machine. Syntax:\u00a0<code>shares<\/code><\/li>\n\n\n\n<li>\u00a0<code>sizeof<\/code>: Recursively compute the size of a folder. Syntax:\u00a0<code>sizeof [directory|file]<\/code><\/li>\n\n\n\n<li>\u00a0<code>tree<\/code>: Displays a tree view of the remote directories. Syntax:\u00a0<code>tree [directory]<\/code><\/li>\n\n\n\n<li>\u00a0<code>umount<\/code>: Removes a mount point of the remote share on the local machine. Syntax:\u00a0<code>umount &lt;local_mount_point><\/code><\/li>\n\n\n\n<li>\u00a0<code>use<\/code>: Use a SMB share. Syntax:\u00a0<code>use &lt;sharename><\/code><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Install<\/strong><a href=\"https:\/\/github.com\/p0dalirius\/smbclient-ng?tab=readme-ov-file#install\"><\/a><\/h2>\n\n\n\n<p>To install&nbsp;<code>smbclient-ng<\/code>, you can use pip. Run the following command in your terminal:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>python3 -m pip install smbclientng<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Usage<\/strong><\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>$ .\/smbclient-ng.py -h\n               _          _ _            _                    \n ___ _ __ ___ | |__   ___| (_) ___ _ __ | |_      _ __   __ _ \n\/ __| '_ ` _ \\| '_ \\ \/ __| | |\/ _ \\ '_ \\| __|____| '_ \\ \/ _` |\n\\__ \\ | | | | | |_) | (__| | |  __\/ | | | ||_____| | | | (_| |\n|___\/_| |_| |_|_.__\/ \\___|_|_|\\___|_| |_|\\__|    |_| |_|\\__, |\n    by @podalirius_                               v2.1  |___\/  \n    \nusage: smbclient-ng.py &#91;-h] &#91;--debug] &#91;--no-colors] &#91;-S startup_script] &#91;-N] --host HOST &#91;--port PORT]\n                       &#91;--kdcHost FQDN KDC] &#91;-d DOMAIN] &#91;-u USER] &#91;--no-pass | -p &#91;PASSWORD] | -H\n                       &#91;LMHASH:]NTHASH | --aes-key hex key] &#91;-k]\n\nsmbclient-ng, a fast and user friendly way to interact with SMB shares.\n\noptions:\n  -h, --help            show this help message and exit\n  --debug               Debug mode.\n  --no-colors           No colors mode.\n  -S startup_script, --startup-script startup_script\n                        File containing the list of commands to be typed at start of the console.\n  -N, --not-interactive\n                        Non interactive mode.\n\nTarget:\n  --host HOST           IP address or hostname of the SMB Server to connect to.\n  --port PORT           Port of the SMB Server to connect to. (default: 445)\n\nAuthentication &amp; connection:\n  --kdcHost FQDN KDC    FQDN of KDC for Kerberos.\n  -d DOMAIN, --domain DOMAIN\n                        (FQDN) domain to authenticate to.\n  -u USER, --user USER  User to authenticate with.\n\n  --no-pass             Don't ask for password (useful for -k).\n  -p &#91;PASSWORD], --password &#91;PASSWORD]\n                        Password to authenticate with.\n  -H &#91;LMHASH:]NTHASH, --hashes &#91;LMHASH:]NTHASH\n                        NT\/LM hashes, format is LMhash:NThash.\n  --aes-key hex key     AES key to use for Kerberos Authentication (128 or 256 bits).\n  -k, --kerberos        Use Kerberos authentication. Grabs credentials from .ccache file (KRB5CCNAME) based on target\n                        parameters. If valid credentials cannot be found, it will use the ones specified in the\n                        command line.<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>SMBclient-ng is a robust and intuitive command-line tool designed to enhance interactions with SMB shares, offering a plethora of commands to manage and navigate both local and remote file systems. This versatile tool simplifies the process of connecting to SMB servers, handling files, and managing directories. Whether you&#8217;re a network administrator or a security professional, [&hellip;]<\/p>\n","protected":false},"author":12,"featured_media":33720,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEg7efPABbW1YiauBB_kc_ZPPPiM9k8X7JZdL5wdunYLKZdUEBg4BmgZOa1EHZcyeunOqOrSF3P3k02IkTNuAsKsT5M32s53Pu8nTeA5M_hubZiijHY6Dg1dHxrIOoUUUSgoHPyjuu3aF6t8qsQ3d96gPtxU7sxmlwO1wyZiCOsxAdvqX9qBvXCb-kKUrqlF\/s16000\/SMBclient-ng.webp","fifu_image_alt":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[20],"tags":[737,6321,6052,6325,6831],"class_list":["post-33715","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cyber-security","tag-cybersecurity","tag-informationsecurity","tag-kalilinux","tag-kalilinuxtools","tag-smbclient-ng"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SMBclient-ng : A Comprehensive Tool For Managing SMB Shares<\/title>\n<meta name=\"description\" content=\"SMBclient-ng is a robust and intuitive command-line tool designed to enhance interactions with SMB shares, offering a plethora of command\" \/>\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\/smbclient-ng\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SMBclient-ng : A Comprehensive Tool For Managing SMB Shares\" \/>\n<meta property=\"og:description\" content=\"SMBclient-ng is a robust and intuitive command-line tool designed to enhance interactions with SMB shares, offering a plethora of command\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kalilinuxtutorials.com\/smbclient-ng\/\" \/>\n<meta property=\"og:site_name\" content=\"Kali Linux Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2024-07-09T05:45:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-09T05:45:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEg7efPABbW1YiauBB_kc_ZPPPiM9k8X7JZdL5wdunYLKZdUEBg4BmgZOa1EHZcyeunOqOrSF3P3k02IkTNuAsKsT5M32s53Pu8nTeA5M_hubZiijHY6Dg1dHxrIOoUUUSgoHPyjuu3aF6t8qsQ3d96gPtxU7sxmlwO1wyZiCOsxAdvqX9qBvXCb-kKUrqlF\/s16000\/SMBclient-ng.webp\" \/>\n<meta name=\"author\" content=\"Varshini\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEg7efPABbW1YiauBB_kc_ZPPPiM9k8X7JZdL5wdunYLKZdUEBg4BmgZOa1EHZcyeunOqOrSF3P3k02IkTNuAsKsT5M32s53Pu8nTeA5M_hubZiijHY6Dg1dHxrIOoUUUSgoHPyjuu3aF6t8qsQ3d96gPtxU7sxmlwO1wyZiCOsxAdvqX9qBvXCb-kKUrqlF\/s16000\/SMBclient-ng.webp\" \/>\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=\"Varshini\" \/>\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\/smbclient-ng\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/smbclient-ng\/\"},\"author\":{\"name\":\"Varshini\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/#\/schema\/person\/3c3b3f82a74146532c4def299fe069fa\"},\"headline\":\"SMBclient-ng : A Comprehensive Tool For Managing SMB Shares\",\"datePublished\":\"2024-07-09T05:45:55+00:00\",\"dateModified\":\"2024-07-09T05:45:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/smbclient-ng\/\"},\"wordCount\":379,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/smbclient-ng\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEg7efPABbW1YiauBB_kc_ZPPPiM9k8X7JZdL5wdunYLKZdUEBg4BmgZOa1EHZcyeunOqOrSF3P3k02IkTNuAsKsT5M32s53Pu8nTeA5M_hubZiijHY6Dg1dHxrIOoUUUSgoHPyjuu3aF6t8qsQ3d96gPtxU7sxmlwO1wyZiCOsxAdvqX9qBvXCb-kKUrqlF\/s16000\/SMBclient-ng.webp\",\"keywords\":[\"cybersecurity\",\"informationsecurity\",\"kalilinux\",\"kalilinuxtools\",\"SMBclient-ng\"],\"articleSection\":[\"Cyber security\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/kalilinuxtutorials.com\/smbclient-ng\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/smbclient-ng\/\",\"url\":\"https:\/\/kalilinuxtutorials.com\/smbclient-ng\/\",\"name\":\"SMBclient-ng : A Comprehensive Tool For Managing SMB Shares\",\"isPartOf\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/smbclient-ng\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/kalilinuxtutorials.com\/smbclient-ng\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEg7efPABbW1YiauBB_kc_ZPPPiM9k8X7JZdL5wdunYLKZdUEBg4BmgZOa1EHZcyeunOqOrSF3P3k02IkTNuAsKsT5M32s53Pu8nTeA5M_hubZiijHY6Dg1dHxrIOoUUUSgoHPyjuu3aF6t8qsQ3d96gPtxU7sxmlwO1wyZiCOsxAdvqX9qBvXCb-kKUrqlF\/s16000\/SMBclient-ng.webp\",\"datePublished\":\"2024-07-09T05:45:55+00:00\",\"dateModified\":\"2024-07-09T05:45:56+00:00\",\"description\":\"SMBclient-ng is a robust and intuitive command-line tool designed to enhance interactions with SMB shares, offering a plethora of command\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kalilinuxtutorials.com\/smbclient-ng\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/smbclient-ng\/#primaryimage\",\"url\":\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEg7efPABbW1YiauBB_kc_ZPPPiM9k8X7JZdL5wdunYLKZdUEBg4BmgZOa1EHZcyeunOqOrSF3P3k02IkTNuAsKsT5M32s53Pu8nTeA5M_hubZiijHY6Dg1dHxrIOoUUUSgoHPyjuu3aF6t8qsQ3d96gPtxU7sxmlwO1wyZiCOsxAdvqX9qBvXCb-kKUrqlF\/s16000\/SMBclient-ng.webp\",\"contentUrl\":\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEg7efPABbW1YiauBB_kc_ZPPPiM9k8X7JZdL5wdunYLKZdUEBg4BmgZOa1EHZcyeunOqOrSF3P3k02IkTNuAsKsT5M32s53Pu8nTeA5M_hubZiijHY6Dg1dHxrIOoUUUSgoHPyjuu3aF6t8qsQ3d96gPtxU7sxmlwO1wyZiCOsxAdvqX9qBvXCb-kKUrqlF\/s16000\/SMBclient-ng.webp\",\"width\":\"1600\",\"height\":\"900\"},{\"@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\/3c3b3f82a74146532c4def299fe069fa\",\"name\":\"Varshini\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kalilinuxtutorials.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f19f43637c0f83fb3dcfb498f306b2a9ac0025ce85840ab52ee8c01f5361f269?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f19f43637c0f83fb3dcfb498f306b2a9ac0025ce85840ab52ee8c01f5361f269?s=96&d=mm&r=g\",\"caption\":\"Varshini\"},\"description\":\"Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.\",\"sameAs\":[\"http:\/\/kalilinuxtutorials.com\",\"https:\/\/www.linkedin.com\/in\/senthamil-selvan-14043a285\/\"],\"url\":\"https:\/\/kalilinuxtutorials.com\/author\/vinayakagrawal\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SMBclient-ng : A Comprehensive Tool For Managing SMB Shares","description":"SMBclient-ng is a robust and intuitive command-line tool designed to enhance interactions with SMB shares, offering a plethora of command","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\/smbclient-ng\/","og_locale":"en_US","og_type":"article","og_title":"SMBclient-ng : A Comprehensive Tool For Managing SMB Shares","og_description":"SMBclient-ng is a robust and intuitive command-line tool designed to enhance interactions with SMB shares, offering a plethora of command","og_url":"https:\/\/kalilinuxtutorials.com\/smbclient-ng\/","og_site_name":"Kali Linux Tutorials","article_published_time":"2024-07-09T05:45:55+00:00","article_modified_time":"2024-07-09T05:45:56+00:00","og_image":[{"url":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEg7efPABbW1YiauBB_kc_ZPPPiM9k8X7JZdL5wdunYLKZdUEBg4BmgZOa1EHZcyeunOqOrSF3P3k02IkTNuAsKsT5M32s53Pu8nTeA5M_hubZiijHY6Dg1dHxrIOoUUUSgoHPyjuu3aF6t8qsQ3d96gPtxU7sxmlwO1wyZiCOsxAdvqX9qBvXCb-kKUrqlF\/s16000\/SMBclient-ng.webp","type":"","width":"","height":""}],"author":"Varshini","twitter_card":"summary_large_image","twitter_image":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEg7efPABbW1YiauBB_kc_ZPPPiM9k8X7JZdL5wdunYLKZdUEBg4BmgZOa1EHZcyeunOqOrSF3P3k02IkTNuAsKsT5M32s53Pu8nTeA5M_hubZiijHY6Dg1dHxrIOoUUUSgoHPyjuu3aF6t8qsQ3d96gPtxU7sxmlwO1wyZiCOsxAdvqX9qBvXCb-kKUrqlF\/s16000\/SMBclient-ng.webp","twitter_creator":"@CyberEdition","twitter_site":"@CyberEdition","twitter_misc":{"Written by":"Varshini","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kalilinuxtutorials.com\/smbclient-ng\/#article","isPartOf":{"@id":"https:\/\/kalilinuxtutorials.com\/smbclient-ng\/"},"author":{"name":"Varshini","@id":"https:\/\/kalilinuxtutorials.com\/#\/schema\/person\/3c3b3f82a74146532c4def299fe069fa"},"headline":"SMBclient-ng : A Comprehensive Tool For Managing SMB Shares","datePublished":"2024-07-09T05:45:55+00:00","dateModified":"2024-07-09T05:45:56+00:00","mainEntityOfPage":{"@id":"https:\/\/kalilinuxtutorials.com\/smbclient-ng\/"},"wordCount":379,"commentCount":0,"publisher":{"@id":"https:\/\/kalilinuxtutorials.com\/#organization"},"image":{"@id":"https:\/\/kalilinuxtutorials.com\/smbclient-ng\/#primaryimage"},"thumbnailUrl":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEg7efPABbW1YiauBB_kc_ZPPPiM9k8X7JZdL5wdunYLKZdUEBg4BmgZOa1EHZcyeunOqOrSF3P3k02IkTNuAsKsT5M32s53Pu8nTeA5M_hubZiijHY6Dg1dHxrIOoUUUSgoHPyjuu3aF6t8qsQ3d96gPtxU7sxmlwO1wyZiCOsxAdvqX9qBvXCb-kKUrqlF\/s16000\/SMBclient-ng.webp","keywords":["cybersecurity","informationsecurity","kalilinux","kalilinuxtools","SMBclient-ng"],"articleSection":["Cyber security"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kalilinuxtutorials.com\/smbclient-ng\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kalilinuxtutorials.com\/smbclient-ng\/","url":"https:\/\/kalilinuxtutorials.com\/smbclient-ng\/","name":"SMBclient-ng : A Comprehensive Tool For Managing SMB Shares","isPartOf":{"@id":"https:\/\/kalilinuxtutorials.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/kalilinuxtutorials.com\/smbclient-ng\/#primaryimage"},"image":{"@id":"https:\/\/kalilinuxtutorials.com\/smbclient-ng\/#primaryimage"},"thumbnailUrl":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEg7efPABbW1YiauBB_kc_ZPPPiM9k8X7JZdL5wdunYLKZdUEBg4BmgZOa1EHZcyeunOqOrSF3P3k02IkTNuAsKsT5M32s53Pu8nTeA5M_hubZiijHY6Dg1dHxrIOoUUUSgoHPyjuu3aF6t8qsQ3d96gPtxU7sxmlwO1wyZiCOsxAdvqX9qBvXCb-kKUrqlF\/s16000\/SMBclient-ng.webp","datePublished":"2024-07-09T05:45:55+00:00","dateModified":"2024-07-09T05:45:56+00:00","description":"SMBclient-ng is a robust and intuitive command-line tool designed to enhance interactions with SMB shares, offering a plethora of command","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kalilinuxtutorials.com\/smbclient-ng\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kalilinuxtutorials.com\/smbclient-ng\/#primaryimage","url":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEg7efPABbW1YiauBB_kc_ZPPPiM9k8X7JZdL5wdunYLKZdUEBg4BmgZOa1EHZcyeunOqOrSF3P3k02IkTNuAsKsT5M32s53Pu8nTeA5M_hubZiijHY6Dg1dHxrIOoUUUSgoHPyjuu3aF6t8qsQ3d96gPtxU7sxmlwO1wyZiCOsxAdvqX9qBvXCb-kKUrqlF\/s16000\/SMBclient-ng.webp","contentUrl":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEg7efPABbW1YiauBB_kc_ZPPPiM9k8X7JZdL5wdunYLKZdUEBg4BmgZOa1EHZcyeunOqOrSF3P3k02IkTNuAsKsT5M32s53Pu8nTeA5M_hubZiijHY6Dg1dHxrIOoUUUSgoHPyjuu3aF6t8qsQ3d96gPtxU7sxmlwO1wyZiCOsxAdvqX9qBvXCb-kKUrqlF\/s16000\/SMBclient-ng.webp","width":"1600","height":"900"},{"@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\/3c3b3f82a74146532c4def299fe069fa","name":"Varshini","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kalilinuxtutorials.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f19f43637c0f83fb3dcfb498f306b2a9ac0025ce85840ab52ee8c01f5361f269?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f19f43637c0f83fb3dcfb498f306b2a9ac0025ce85840ab52ee8c01f5361f269?s=96&d=mm&r=g","caption":"Varshini"},"description":"Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.","sameAs":["http:\/\/kalilinuxtutorials.com","https:\/\/www.linkedin.com\/in\/senthamil-selvan-14043a285\/"],"url":"https:\/\/kalilinuxtutorials.com\/author\/vinayakagrawal\/"}]}},"jetpack_featured_media_url":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEg7efPABbW1YiauBB_kc_ZPPPiM9k8X7JZdL5wdunYLKZdUEBg4BmgZOa1EHZcyeunOqOrSF3P3k02IkTNuAsKsT5M32s53Pu8nTeA5M_hubZiijHY6Dg1dHxrIOoUUUSgoHPyjuu3aF6t8qsQ3d96gPtxU7sxmlwO1wyZiCOsxAdvqX9qBvXCb-kKUrqlF\/s16000\/SMBclient-ng.webp","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":35006,"url":"https:\/\/kalilinuxtutorials.com\/nullinux\/","url_meta":{"origin":33715,"position":0},"title":"Nullinux &#8211; The Comprehensive SMB Enumeration Tool For Penetration Testing","author":"Varshini","date":"September 30, 2024","format":false,"excerpt":"Nullinux is an internal penetration testing tool for Linux that can be used to enumerate OS information, domain information, shares, directories, and users through SMB. If no username and password are provided in the command line arguments, an anonymous login, or null session, is attempted. Nullinux acts as a wrapper\u2026","rel":"","context":"In &quot;Pentesting Tools&quot;","block_context":{"text":"Pentesting Tools","link":"https:\/\/kalilinuxtutorials.com\/category\/penetration-testing-tools\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEjOMjFd_5aAjG7kn-wptDc67hWbuJMERrqCmVHNrfKuogBMpc2B4zQtNkTp-COm-XJ4MK610KcNcKxvcbn3gOmhRV6FkiC9dk5yk5tJhxHX9fGeG-rNEvcznqjRF3ypcmXgF0G261KJPPJQC7LABffcq48xvXuZTLyuLF0fTvItQrhEKXFgM2jdRIJT0eCK\/s1600\/Nullinux%20.webp?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEjOMjFd_5aAjG7kn-wptDc67hWbuJMERrqCmVHNrfKuogBMpc2B4zQtNkTp-COm-XJ4MK610KcNcKxvcbn3gOmhRV6FkiC9dk5yk5tJhxHX9fGeG-rNEvcznqjRF3ypcmXgF0G261KJPPJQC7LABffcq48xvXuZTLyuLF0fTvItQrhEKXFgM2jdRIJT0eCK\/s1600\/Nullinux%20.webp?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEjOMjFd_5aAjG7kn-wptDc67hWbuJMERrqCmVHNrfKuogBMpc2B4zQtNkTp-COm-XJ4MK610KcNcKxvcbn3gOmhRV6FkiC9dk5yk5tJhxHX9fGeG-rNEvcznqjRF3ypcmXgF0G261KJPPJQC7LABffcq48xvXuZTLyuLF0fTvItQrhEKXFgM2jdRIJT0eCK\/s1600\/Nullinux%20.webp?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEjOMjFd_5aAjG7kn-wptDc67hWbuJMERrqCmVHNrfKuogBMpc2B4zQtNkTp-COm-XJ4MK610KcNcKxvcbn3gOmhRV6FkiC9dk5yk5tJhxHX9fGeG-rNEvcznqjRF3ypcmXgF0G261KJPPJQC7LABffcq48xvXuZTLyuLF0fTvItQrhEKXFgM2jdRIJT0eCK\/s1600\/Nullinux%20.webp?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEjOMjFd_5aAjG7kn-wptDc67hWbuJMERrqCmVHNrfKuogBMpc2B4zQtNkTp-COm-XJ4MK610KcNcKxvcbn3gOmhRV6FkiC9dk5yk5tJhxHX9fGeG-rNEvcznqjRF3ypcmXgF0G261KJPPJQC7LABffcq48xvXuZTLyuLF0fTvItQrhEKXFgM2jdRIJT0eCK\/s1600\/Nullinux%20.webp?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEjOMjFd_5aAjG7kn-wptDc67hWbuJMERrqCmVHNrfKuogBMpc2B4zQtNkTp-COm-XJ4MK610KcNcKxvcbn3gOmhRV6FkiC9dk5yk5tJhxHX9fGeG-rNEvcznqjRF3ypcmXgF0G261KJPPJQC7LABffcq48xvXuZTLyuLF0fTvItQrhEKXFgM2jdRIJT0eCK\/s1600\/Nullinux%20.webp?resize=1400%2C800&ssl=1 4x"},"classes":[]},{"id":34963,"url":"https:\/\/kalilinuxtutorials.com\/enum4linux-ng\/","url_meta":{"origin":33715,"position":1},"title":"enum4linux-ng : The Next-Generation Tool For Windows And Samba Enumeration","author":"Varshini","date":"September 24, 2024","format":false,"excerpt":"enum4linux-ng.py is a rewrite of Mark Lowe's (former Portcullis Labs now Cisco CX Security Labs) enum4linux.pl, a tool for enumerating information from Windows and Samba systems, aimed for security professionals and CTF players. The tool is mainly a wrapper around the Samba tools nmblookup, net, rpcclient and smbclient. I made\u2026","rel":"","context":"In &quot;Pentesting Tools&quot;","block_context":{"text":"Pentesting Tools","link":"https:\/\/kalilinuxtutorials.com\/category\/penetration-testing-tools\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEg10NWKU1sIex7p7LvuhSY0abNdsz_4oC_BM7ZKgoBv0wxhzNJk2WD9sfVcrM1542-V4uVV9-XIvSTkFCid8wfgflrdW98vuh_7oXK84YEODuaiLUNnroOBN-x27spuNVb-vMNWDkAaiuBSo2hilb6H2TNSGfdYTD64qijRvBgkmJT-EJ4WyZ8NByE7f_4D\/s1600\/enum4linux-ng.webp?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEg10NWKU1sIex7p7LvuhSY0abNdsz_4oC_BM7ZKgoBv0wxhzNJk2WD9sfVcrM1542-V4uVV9-XIvSTkFCid8wfgflrdW98vuh_7oXK84YEODuaiLUNnroOBN-x27spuNVb-vMNWDkAaiuBSo2hilb6H2TNSGfdYTD64qijRvBgkmJT-EJ4WyZ8NByE7f_4D\/s1600\/enum4linux-ng.webp?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEg10NWKU1sIex7p7LvuhSY0abNdsz_4oC_BM7ZKgoBv0wxhzNJk2WD9sfVcrM1542-V4uVV9-XIvSTkFCid8wfgflrdW98vuh_7oXK84YEODuaiLUNnroOBN-x27spuNVb-vMNWDkAaiuBSo2hilb6H2TNSGfdYTD64qijRvBgkmJT-EJ4WyZ8NByE7f_4D\/s1600\/enum4linux-ng.webp?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEg10NWKU1sIex7p7LvuhSY0abNdsz_4oC_BM7ZKgoBv0wxhzNJk2WD9sfVcrM1542-V4uVV9-XIvSTkFCid8wfgflrdW98vuh_7oXK84YEODuaiLUNnroOBN-x27spuNVb-vMNWDkAaiuBSo2hilb6H2TNSGfdYTD64qijRvBgkmJT-EJ4WyZ8NByE7f_4D\/s1600\/enum4linux-ng.webp?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEg10NWKU1sIex7p7LvuhSY0abNdsz_4oC_BM7ZKgoBv0wxhzNJk2WD9sfVcrM1542-V4uVV9-XIvSTkFCid8wfgflrdW98vuh_7oXK84YEODuaiLUNnroOBN-x27spuNVb-vMNWDkAaiuBSo2hilb6H2TNSGfdYTD64qijRvBgkmJT-EJ4WyZ8NByE7f_4D\/s1600\/enum4linux-ng.webp?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEg10NWKU1sIex7p7LvuhSY0abNdsz_4oC_BM7ZKgoBv0wxhzNJk2WD9sfVcrM1542-V4uVV9-XIvSTkFCid8wfgflrdW98vuh_7oXK84YEODuaiLUNnroOBN-x27spuNVb-vMNWDkAaiuBSo2hilb6H2TNSGfdYTD64qijRvBgkmJT-EJ4WyZ8NByE7f_4D\/s1600\/enum4linux-ng.webp?resize=1400%2C800&ssl=1 4x"},"classes":[]},{"id":36722,"url":"https:\/\/kalilinuxtutorials.com\/netexec-cheatsheet\/","url_meta":{"origin":33715,"position":2},"title":"NetExec Cheatsheet : A Comprehensive Guide","author":"Varshini","date":"February 26, 2025","format":false,"excerpt":"NetExec, also known as nxc, is a powerful network hacking tool designed to automate security assessments of large-scale networks. It builds upon the legacy of CrackMapExec, offering enhanced functionality for penetration testers, red teamers, and cybersecurity professionals. Below is a detailed cheatsheet to help you utilize NetExec effectively. To install\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\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/02\/NetExec-Cheatsheet-.webp?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/02\/NetExec-Cheatsheet-.webp?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/02\/NetExec-Cheatsheet-.webp?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/02\/NetExec-Cheatsheet-.webp?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/02\/NetExec-Cheatsheet-.webp?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/02\/NetExec-Cheatsheet-.webp?resize=1400%2C800&ssl=1 4x"},"classes":[]},{"id":11618,"url":"https:\/\/kalilinuxtutorials.com\/smb-autorelay\/","url_meta":{"origin":33715,"position":3},"title":"SMB AutoRelay : Automation Of SMB\/NTLM Relay Technique For Pentesting &#038; Red Teaming Exercises","author":"R K","date":"October 7, 2020","format":false,"excerpt":"SMB AutoRelay provides the automation of SMB\/NTLM Relay technique for pentesting and red teaming exercises in active directory environments. Usage Syntax: .\/smbAutoRelay.sh -i <interface> -t <file> [-q] [-d]. Example: .\/smbAutoRelay.sh -i eth0 -t .\/targets.txt. Notice that the targets file should contain just the IP addresses of each target, one per\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":37125,"url":"https:\/\/kalilinuxtutorials.com\/krbrelayex\/","url_meta":{"origin":33715,"position":4},"title":"KrbRelayEx : Mastering Kerberos Ticket Relay Attacks In Active Directory Environments","author":"Varshini","date":"March 19, 2025","format":false,"excerpt":"KrbRelayEx is a sophisticated tool designed for performing Man-in-the-Middle (MitM) attacks by relaying Kerberos AP-REQ tickets. It is particularly useful in scenarios where an attacker seeks to exploit vulnerabilities in Active Directory environments, especially those related to DNS manipulation and Kerberos authentication. Key Features Of KrbRelayEx Kerberos AP-REQ Ticket Relay:\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\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/03\/KrbRelayEx.webp?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/03\/KrbRelayEx.webp?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/03\/KrbRelayEx.webp?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/03\/KrbRelayEx.webp?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/03\/KrbRelayEx.webp?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/kalilinuxtutorials.com\/wp-content\/uploads\/2025\/03\/KrbRelayEx.webp?resize=1400%2C800&ssl=1 4x"},"classes":[]},{"id":11532,"url":"https:\/\/kalilinuxtutorials.com\/enum4linux-a-linux-alternative-to-enum-exe\/","url_meta":{"origin":33715,"position":5},"title":"Enum4Linux : A Linux Alternative To Enum.Exe","author":"R K","date":"September 28, 2020","format":false,"excerpt":"Enum4Linux is a Linux alternative to enum.exe for enumerating data from Windows and Samba hosts. It is a tool for enumerating information from Windows and Samba systems. It attempts to offer similar functionality to enum.exe formerly available from www.bindview.com. It is written in Perl and is basically a wrapper around\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\/33715","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\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/comments?post=33715"}],"version-history":[{"count":5,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/posts\/33715\/revisions"}],"predecessor-version":[{"id":33721,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/posts\/33715\/revisions\/33721"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/media\/33720"}],"wp:attachment":[{"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/media?parent=33715"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/categories?post=33715"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kalilinuxtutorials.com\/wp-json\/wp\/v2\/tags?post=33715"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}