Skip to content

gustavorobertux/gcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages