geekzoo / GHOST

Linux Audit Tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GHOST

Linux Audit Tools. x64 Platforms. Requires shar, sharutils and coreutils
$ bash GHOST.run #Run Local
$ ssh username@serverIP 'bash -s' < GHOST.run #Run Remote
Returns:
$ not vulnerable
$ vulnerable

Test for Ubuntu 10.04, 12.04, 14.04 x64 May work on Debian, RedHat dists.
Needed to audit 391 Linux servers and Ubuntu libc update doesn't bump version string.

USE AT YOUR OWN RISK

Remote CMD

$for ip in $(cat _ip_list.txt); do echo $ip; ssh -i audit-1410891095.pem userName@$ip 'bash -s' < GHOST.run; done

About

Linux Audit Tools


Languages

Language:Shell 100.0%