<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: disabling finger completely in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-finger-completely/m-p/3083896#M143291</link>
    <description>Move the finger command to finger.old.  &lt;BR /&gt; &lt;BR /&gt;Commenting out the lines in /etc/inetd.conf and /etc/services prevents someone from using finger on another machine to query your machine.&lt;BR /&gt; &lt;BR /&gt;# finger @machine_name&lt;BR /&gt;&lt;BR /&gt;Would result in a 'connection refused' error which is really what you want.</description>
    <pubDate>Thu, 02 Oct 2003 09:53:48 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2003-10-02T09:53:48Z</dc:date>
    <item>
      <title>disabling finger completely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-finger-completely/m-p/3083894#M143289</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I am trying to disable finger on a 11.11 server, I have commented the entry from both the /etc/inetd.conf and services files, and rebooted the server but I can still run the finger command on the server! &lt;BR /&gt;&lt;BR /&gt;Any ideas on how to stop this???&lt;BR /&gt;&lt;BR /&gt;Thanks Barbara</description>
      <pubDate>Thu, 02 Oct 2003 09:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-finger-completely/m-p/3083894#M143289</guid>
      <dc:creator>Barbara Flynn_1</dc:creator>
      <dc:date>2003-10-02T09:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: disabling finger completely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-finger-completely/m-p/3083895#M143290</link>
      <description>mv /usr/bin/finger /usr/bin/usedtobefinger&lt;BR /&gt; - or -&lt;BR /&gt;rm /usr/bin/finger&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Pete&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 02 Oct 2003 09:52:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-finger-completely/m-p/3083895#M143290</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-10-02T09:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: disabling finger completely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-finger-completely/m-p/3083896#M143291</link>
      <description>Move the finger command to finger.old.  &lt;BR /&gt; &lt;BR /&gt;Commenting out the lines in /etc/inetd.conf and /etc/services prevents someone from using finger on another machine to query your machine.&lt;BR /&gt; &lt;BR /&gt;# finger @machine_name&lt;BR /&gt;&lt;BR /&gt;Would result in a 'connection refused' error which is really what you want.</description>
      <pubDate>Thu, 02 Oct 2003 09:53:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-finger-completely/m-p/3083896#M143291</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-10-02T09:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: disabling finger completely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-finger-completely/m-p/3083897#M143292</link>
      <description>Hello Barbara,&lt;BR /&gt;&lt;BR /&gt;To disable finger from remote connections, comment out the entries&lt;BR /&gt;in /etc/services and /etc/inetd.conf, restart inetd with the -c option. Test&lt;BR /&gt;using; finger @hostname.domain&lt;BR /&gt;&lt;BR /&gt;Note; You will still be able to use finger on the system local, this can be&lt;BR /&gt;disabled by removing the execute permissions on the executable.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,  Bye.&lt;BR /&gt;&lt;BR /&gt;Francis DERDEYN - HP-UX ASCE.</description>
      <pubDate>Thu, 02 Oct 2003 09:55:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-finger-completely/m-p/3083897#M143292</guid>
      <dc:creator>Francis_12</dc:creator>
      <dc:date>2003-10-02T09:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: disabling finger completely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-finger-completely/m-p/3083898#M143293</link>
      <description>Barbara&lt;BR /&gt;&lt;BR /&gt;What you did would prevent anyone from another machine running finger against your machine.&lt;BR /&gt;ie "finger @yourmc" will be disabled.&lt;BR /&gt;&lt;BR /&gt;What Pete suggests will stop people running the "finger" command on your maching by renaming or removing the /usr/bin/finger command.&lt;BR /&gt;&lt;BR /&gt;*BUT* - your really devious users may find that there is another copy of finger on /bin/finger - you should rename or remove that also.&lt;BR /&gt;&lt;BR /&gt;BTW - what have you got against "finger" ???</description>
      <pubDate>Thu, 02 Oct 2003 09:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-finger-completely/m-p/3083898#M143293</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2003-10-02T09:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: disabling finger completely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-finger-completely/m-p/3083899#M143294</link>
      <description>All&lt;BR /&gt;&lt;BR /&gt;Thanks for the help, problem solved, I had assumed that blocking the ports etc would be enough to stop the process on the machine itself.&lt;BR /&gt;&lt;BR /&gt;Graham, I am hardening a server for a DMZ and finger is a security baddie! &lt;BR /&gt;&lt;BR /&gt;Cheers Barbara</description>
      <pubDate>Thu, 02 Oct 2003 10:02:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-finger-completely/m-p/3083899#M143294</guid>
      <dc:creator>Barbara Flynn_1</dc:creator>
      <dc:date>2003-10-02T10:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: disabling finger completely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-finger-completely/m-p/3083900#M143295</link>
      <description>Move or rename the finger command in /usr/bin.   A niftier way to do this is to write a shell script, and refer to that shell script in /etc/inetd.conf.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Thu, 02 Oct 2003 10:03:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-finger-completely/m-p/3083900#M143295</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2003-10-02T10:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: disabling finger completely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-finger-completely/m-p/3083901#M143296</link>
      <description>I would suggest getting a copy of Chris Wong's book HP-UX 11i Security. It covers the details quite well. I would also suggest getting a copy of Bastille for HP-UX (there is also a version for Linux too). Bastille will walk you through the services and ports but since it knows all the rules and metyhods, it will turn them off correctly. The nice part is that it walks you through the steps with detailed explanations.</description>
      <pubDate>Thu, 02 Oct 2003 13:56:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-finger-completely/m-p/3083901#M143296</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-10-02T13:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: disabling finger completely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-finger-completely/m-p/3083902#M143297</link>
      <description>Remove finger from /etc/services, comment it in /etc/inetd.conf and run "# inetd -c"&lt;BR /&gt;&lt;BR /&gt;-GK-</description>
      <pubDate>Thu, 02 Oct 2003 14:00:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-finger-completely/m-p/3083902#M143297</guid>
      <dc:creator>GK_5</dc:creator>
      <dc:date>2003-10-02T14:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: disabling finger completely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-finger-completely/m-p/7103991#M491441</link>
      <description>&lt;P&gt;Where exactly do you type this in at?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 18:28:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-finger-completely/m-p/7103991#M491441</guid>
      <dc:creator>Qchi321</dc:creator>
      <dc:date>2020-10-06T18:28:16Z</dc:date>
    </item>
  </channel>
</rss>

