<?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: Installing jumbo patch to john the ripper 1.7.9 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-jumbo-patch-to-john-the-ripper-1-7-9/m-p/5697569#M732265</link>
    <description>&lt;P&gt;&amp;gt;I've tried with these 2:&amp;nbsp; /usr/bin/make&amp;nbsp; /usr/ccs/bin/make&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may need to download GNU make into /usr/local/bin/gmake.&amp;nbsp; Especially if there is conditional make commands in the makefile.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jun 2012 18:24:38 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2012-06-21T18:24:38Z</dc:date>
    <item>
      <title>Installing jumbo patch to john the ripper 1.7.9</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-jumbo-patch-to-john-the-ripper-1-7-9/m-p/5689995#M732257</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having some issues trying to install the jumbo5 patch to john the ripper version 1.7.9.&amp;nbsp;I am doing this in order to be able to audit LDAP passwords crypted as SSHA.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is that I am following the instructions on the official website but when i type the command: "patch p1 &amp;lt; ../john-1.7.9-diff" it says "Hmm... &amp;nbsp;I can't seem to find a patch in there anywhere"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on a HP-UX 11.31 server with john the ripper 1.7.9 already installed and working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've checked with the file command what type of file the patch is and it says "c program text".I don't know if I am doing something wrong. Here I post the link with the instructions I'm following.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://openwall.info/wiki/john/how-to-extract-tarballs-and-apply-patches"&gt;http://openwall.info/wiki/john/how-to-extract-tarballs-and-apply-patches&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2012 08:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-jumbo-patch-to-john-the-ripper-1-7-9/m-p/5689995#M732257</guid>
      <dc:creator>vazjuanp</dc:creator>
      <dc:date>2012-06-14T08:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Installing jumbo patch to john the ripper 1.7.9</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-jumbo-patch-to-john-the-ripper-1-7-9/m-p/5690225#M732258</link>
      <description>&lt;P&gt;Is your "john-1.7.9-diff" the same file as this one?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://download.openwall.net/pub/projects/john/1.7.9/john-1.7.9-jumbo-5.diff.gz"&gt;http://download.openwall.net/pub/projects/john/1.7.9/john-1.7.9-jumbo-5.diff.gz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The important part for troubleshooting problems like this is the patch header:&lt;/P&gt;&lt;PRE&gt;diff -urpN john-1.7.9.orig/README-jumbo john-1.7.9/README-jumbo
--- john-1.7.9.orig/README-jumbo        1970-01-01 00:00:00 +0000
+++ john-1.7.9/README-jumbo     2011-12-15 00:00:00 +0000&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;It indicates the "diff" command used to produce the patch. The '-u' option means the "unified" mode of GNU diff... which is unfortunately not supported by HP-UX diff/patch utilities.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You'll need the GNU "patch" utility, which includes support for the "unified" diff mode:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/patch-2.6.1/"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/patch-2.6.1/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2012 11:41:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-jumbo-patch-to-john-the-ripper-1-7-9/m-p/5690225#M732258</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2012-06-14T11:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Installing jumbo patch to john the ripper 1.7.9</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-jumbo-patch-to-john-the-ripper-1-7-9/m-p/5690437#M732259</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have checked my patch and it does have the same header as the one you show there. I have downloaded the GNU patch and installed it but it still does not work. I don't know if I have to do something different, I just installed the GNU patch with swinstall and tried the command again...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2012 14:33:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-jumbo-patch-to-john-the-ripper-1-7-9/m-p/5690437#M732259</guid>
      <dc:creator>vazjuanp</dc:creator>
      <dc:date>2012-06-14T14:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Installing jumbo patch to john the ripper 1.7.9</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-jumbo-patch-to-john-the-ripper-1-7-9/m-p/5691263#M732260</link>
      <description>&lt;P&gt;The GNU patch command will be installed in /usr/local/bin, while the standard HP-UX patch command is in /usr/bin.&lt;/P&gt;&lt;P&gt;If your $PATH environment variable lists /usr/bin before /usr/local/bin (or if /usr/local/bin is not listed at all), the standard /usr/bin/patch will be used unless you specify the path explicitly:&lt;/P&gt;&lt;PRE&gt;$ /usr/local/bin/patch -p1 &amp;lt; ../john-1.7.9-diff&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Alternatively, you could rename the GNU patch command to a different name to make it easily distinguishable from the HP-UX standard "patch" command:&lt;/P&gt;&lt;PRE&gt;# mv /usr/local/bin/patch /usr/local/bin/gnupatch

$ gnupatch -p1 &amp;lt; ../john-1.7.9.diff&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;(If you find that /usr/local/bin is not listed in your $PATH, you might want to edit the system default setting for that variable. It is located in file /etc/PATH. If you add it, you might want to add /usr/local/man to /etc/MANPATH too. Both files should contain just a single line of text, with a colon-separated list of directories on it.)&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2012 07:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-jumbo-patch-to-john-the-ripper-1-7-9/m-p/5691263#M732260</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2012-06-15T07:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Installing jumbo patch to john the ripper 1.7.9</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-jumbo-patch-to-john-the-ripper-1-7-9/m-p/5691307#M732261</link>
      <description>&lt;P&gt;It has worked!! Thank you very much for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only problem is that it's not working for the SSHA encrypted passwords as I thought it would do. Maybe I need a different patch. I'll try to look for it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for the help!!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2012 08:53:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-jumbo-patch-to-john-the-ripper-1-7-9/m-p/5691307#M732261</guid>
      <dc:creator>vazjuanp</dc:creator>
      <dc:date>2012-06-15T08:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Installing jumbo patch to john the ripper 1.7.9</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-jumbo-patch-to-john-the-ripper-1-7-9/m-p/5693023#M732262</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to install the&amp;nbsp;&lt;A href="http://www.openwall.com/john/g/john-1.7.9-jumbo-5.tar.gz" target="_blank"&gt;John the Ripper 1.7.9-jumbo-5&lt;/A&gt;&amp;nbsp;which has the jumbo patch included but when I try to compile it, it gives this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Make: Must be a separator on rules line 50. &amp;nbsp;Stop."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am installing it on hp-ux 11.31&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2012 09:58:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-jumbo-patch-to-john-the-ripper-1-7-9/m-p/5693023#M732262</guid>
      <dc:creator>vazjuanp</dc:creator>
      <dc:date>2012-06-18T09:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Installing jumbo patch to john the ripper 1.7.9</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-jumbo-patch-to-john-the-ripper-1-7-9/m-p/5693529#M732263</link>
      <description>&lt;P&gt;&amp;gt;"Make: Must be a separator on rules line 50.&amp;nbsp; Stop."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What's on line 50?&amp;nbsp; Is there a leading tab?&amp;nbsp; Are you using gmake instead of HP-UX make?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2012 19:31:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-jumbo-patch-to-john-the-ripper-1-7-9/m-p/5693529#M732263</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-06-18T19:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Installing jumbo patch to john the ripper 1.7.9</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-jumbo-patch-to-john-the-ripper-1-7-9/m-p/5697423#M732264</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the late reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have compiled it following these instructions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.openwall.com/john/doc/INSTALL.shtml"&gt;http://www.openwall.com/john/doc/INSTALL.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried the make clean SYSTEM and make clean generic. I've tried with these 2:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/usr/bin/make&lt;BR /&gt;/usr/ccs/bin/make&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, I guess the error refers to the file rules.c which is blank...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;struct HashPtr *pHashTbl, *pHashDat;&lt;BR /&gt;static struct cfg_list rules_tmp_dup_removal;&lt;BR /&gt;static int&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rules_tmp_dup_removal_cnt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;static struct {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2012 16:09:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-jumbo-patch-to-john-the-ripper-1-7-9/m-p/5697423#M732264</guid>
      <dc:creator>vazjuanp</dc:creator>
      <dc:date>2012-06-21T16:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Installing jumbo patch to john the ripper 1.7.9</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-jumbo-patch-to-john-the-ripper-1-7-9/m-p/5697569#M732265</link>
      <description>&lt;P&gt;&amp;gt;I've tried with these 2:&amp;nbsp; /usr/bin/make&amp;nbsp; /usr/ccs/bin/make&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may need to download GNU make into /usr/local/bin/gmake.&amp;nbsp; Especially if there is conditional make commands in the makefile.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2012 18:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-jumbo-patch-to-john-the-ripper-1-7-9/m-p/5697569#M732265</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-06-21T18:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Installing jumbo patch to john the ripper 1.7.9</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-jumbo-patch-to-john-the-ripper-1-7-9/m-p/5710815#M732266</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having some trouble using the gnu make. I'm downloading it from here&amp;nbsp;&lt;A target="_blank" href="http://ftp.gnu.org/gnu/make/"&gt;http://ftp.gnu.org/gnu/make/&lt;/A&gt;&amp;nbsp;the version 3.82. Once it's untar'ed' I don't really know how to use it. Sorry for the silly question but could you help me at this stage?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2012 12:45:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-jumbo-patch-to-john-the-ripper-1-7-9/m-p/5710815#M732266</guid>
      <dc:creator>vazjuanp</dc:creator>
      <dc:date>2012-07-04T12:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Installing jumbo patch to john the ripper 1.7.9</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-jumbo-patch-to-john-the-ripper-1-7-9/m-p/5711103#M732267</link>
      <description>&lt;P&gt;&amp;gt;Once it's untar'ed' I don't really know how to use it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What's the path to the executable?&lt;/P&gt;&lt;P&gt;You should be able to invoke it by:&lt;/P&gt;&lt;P&gt;/usr/local/bin/make&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2012 20:15:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-jumbo-patch-to-john-the-ripper-1-7-9/m-p/5711103#M732267</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-07-04T20:15:55Z</dc:date>
    </item>
  </channel>
</rss>

