<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Utilities on Rishav's Digital Garden</title><link>https://blog.rishavs.in/tags/utilities/</link><description>Recent content in Utilities on Rishav's Digital Garden</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 20 May 2025 09:39:00 +0000</lastBuildDate><atom:link href="https://blog.rishavs.in/tags/utilities/index.xml" rel="self" type="application/rss+xml"/><item><title>ssh audit</title><link>https://blog.rishavs.in/posts/ssh-audit/</link><pubDate>Tue, 20 May 2025 09:39:00 +0000</pubDate><guid>https://blog.rishavs.in/posts/ssh-audit/</guid><description>&lt;h2 id="overview">Overview&lt;/h2>
&lt;p>&lt;strong>ssh-audit&lt;/strong> is a tool for ssh server &amp;amp; client configuration auditing(banner, key exchange, encryption, mac, compression, compatibility, security, etc).&lt;/p>
&lt;h2 id="installation">Installation&lt;/h2>
&lt;ul>
&lt;li>On Arch&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>pacman -S ssh-audit
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>pip&lt;/li>
&lt;/ul>
&lt;pre tabindex="0">&lt;code>pip3 install ssh-audit
&lt;/code>&lt;/pre>&lt;ul>
&lt;li>Generic - Download and extract tarball from release&lt;/li>
&lt;/ul>
&lt;h2 id="usage">Usage&lt;/h2>
&lt;pre tabindex="0">&lt;code>./ssh-audit.py 192.168.101.201
&lt;/code>&lt;/pre>&lt;h2 id="references">References&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://github.com/jtesta/ssh-audit">https://github.com/jtesta/ssh-audit&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://www.ssh-audit.com/hardening_guides.html">https://www.ssh-audit.com/hardening_guides.html&lt;/a>&lt;/li>
&lt;/ul></description></item><item><title>NFS</title><link>https://blog.rishavs.in/posts/nfs/</link><pubDate>Thu, 15 May 2025 17:37:00 +0000</pubDate><guid>https://blog.rishavs.in/posts/nfs/</guid><description>&lt;p>Install &lt;code>nfs-kernel-server&lt;/code>&lt;/p>
&lt;p>&lt;code>mkdir ~/Public&lt;/code>&lt;/p>
&lt;p>Export the rootfs folder&lt;/p>
&lt;p>Add the following entry to &lt;code>/etc/exports&lt;/code>:&lt;/p>
&lt;pre tabindex="0">&lt;code>/home/rishav/Public *(rw,async,nohide,insecure,no_root_squash,no_subtree_check)
&lt;/code>&lt;/pre>&lt;p>Update the NFS server&amp;rsquo;s exports&lt;/p>
&lt;pre tabindex="0">&lt;code>sudo exportfs -arv
&lt;/code>&lt;/pre>&lt;p>Make the NFS server serve over UDP
Add the following to &lt;code>/etc/nfs.conf&lt;/code>&lt;/p>
&lt;pre tabindex="0">&lt;code>[nfsd]
udp=y
vers2=y
&lt;/code>&lt;/pre>&lt;p>Restart the NFS server&lt;/p>
&lt;pre tabindex="0">&lt;code>systemctl restart nfs-server.service
&lt;/code>&lt;/pre></description></item><item><title>CU (call up another system)</title><link>https://blog.rishavs.in/posts/cu-call-up-another-system/</link><pubDate>Tue, 18 Jun 2024 11:33:00 +0000</pubDate><guid>https://blog.rishavs.in/posts/cu-call-up-another-system/</guid><description>&lt;h2 id="official-description">Official Description&lt;/h2>
&lt;p>The  cu  command is used to call up another system and act as a dial-in terminal (mostly on a serial line ie. serial monitor). It can also do simple file transfers with no error checking.&lt;/p>
&lt;blockquote>
&lt;p>cu is part of the UUCP(Unix to Unix Copy Program) source but has been split into its own package because it can be useful even if you do not do uucp.&lt;/p>&lt;/blockquote>
&lt;h2 id="usage">Usage&lt;/h2>
&lt;p>Start&lt;/p></description></item></channel></rss>