Metasploit on OpenBSD 5.1 (ppc)

2012-06-10 Thread Andrew Barnes
Hello, I just recently installed OpenBSD 5.1 on a old PowerMac G4. So far I'm really enjoying it. The install went smoothly, all is well. What I would like to do is have a running copy of Metasploit on this box and I'm running into a problem. I know Metasploit exists as a OpenBSD port, when I

Re: Metasploit on OpenBSD 5.1 (ppc)

2012-06-10 Thread David Diggles
While NASM can run on non Intel arch, it can not compile binaries that will run on non-Intel arch. If metasploit expects run NASM generated code, then it is not compatible with powerpc. On Sun, Jun 10, 2012 at 08:45:26PM -0400, Andrew Barnes wrote: > Hello, > > I just recently installed OpenBSD

Re: Metasploit on OpenBSD 5.1 (ppc)

2012-06-10 Thread Andrew Barnes
That makes sense, Thanks for taking the time to reply. On Jun 10, 2012, at 10:06 PM, David Diggles wrote: > While NASM can run on non Intel arch, it can not compile binaries that will > run on > non-Intel arch. If metasploit expects run NASM generated code, then it is not > compatible with pow