Questions tagged [solaris]

A Unix operating system originally developed by Sun Microsystems.

5 questions
8
votes
1 answer

Is there repetition in the Solaris 11 hash routine? Can I add some?

Solaris 11 now uses SHA-256, so we can have longer than 8 character passwords now, by default. That is nice. I'll just make it clear that this password is never used as a line of defence. Only a select few can reach the tools that actually make use…
700 Software
  • 13,807
  • 3
  • 52
  • 82
3
votes
1 answer

Why does the OpenSSH client on Mac OS X silently launch an ssh-agent for the user?

I'm confused by the difference in behavior of ssh clients I'm seeing on two different hosts. Just to be clear, this is the scenario: "macbox" OS X using OpenSSH_5.2p1 ssh client "sunbox" Solaris 10 OpenSSH_3.9p1 ssh client "linuxbox" Ubuntu running…
Luke Sheppard
  • 2,217
  • 3
  • 15
  • 21
2
votes
1 answer

solaris equivalent of /proc/self/environ LFI

I need to exploit a Solaris vulnerability for class, but we never dealt with Solaris before and I never installed it. Does Solaris have an equivalent to Linux's /proc/self/environ, exposing a process's environment as a file, that allows local file…
BeeDeePee
  • 31
  • 1
1
vote
1 answer

Is it possible to create a pem file server certificate from the result of openssl s_client -showcerts?

I know it is possible to list server certificates from a client via openssl s_client -showcerts. So, my question is, is it possible to create a valid ssl server certificate from this without needing to contact the server admin? I have control of my…
user55570
  • 113
  • 6
-1
votes
1 answer

How to exploit a local file inclusion vulnerability in a Solaris server

I am trying to exploit a local file inclusion vulnerability on a Solaris server for my security course. The server is running Apache2 through CoolStack. What is the file that I need to open? The examples I saw so far all used Linux.