gustavorobertux / gcs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gcs

SonicWall VPN-SSL Exploit Checker* using Golang ( * and other targets vulnerable to shellshock ).

Install

▶ go get -v github.com/gustavorobertux/gcs

Basic Usage

oneliner

▶ for i in $(cat list.txt) ; do echo $i | xargs gcs -i ; done

Simple command - Default -c echo

▶ gcs -i x.x.x.x

With commands

▶ gcs -i x.x.x.x -c id
▶ gcs -i x.x.x.x -c 'id && ifconfig'

Screenshot

About


Languages

Language:Go 100.0%