csg ("Credential Storage with Go") - a tool to organize the storage of credentials found during a CTF or Pentest.

csg

csg ("Credential Storage with Go") - a tool to organize the storage of credentials found during a CTF or Pentest.

image

Check out my blog on csg for more information.

Setup

Installation (Linux)

  1. With Go Installed
  • go install github.com/bin3xish477/csg@latest
  1. From Release Page
wget https://github.com/bin3xish477/csg/releases/download/v1.0/csg-linux-amd64.tar.gz
tar zxvf csg-linux-amd64.tar.gz 
sudo install csg /usr/local/bin/
  1. From Source (requred Go to be installed)
git clone https://github.com/bin3xish477/csg.git
cd csg
go install

Bash Auto-Completion

Linux

csg completion bash > /etc/bash_completion.d/csg && source ~/.bashrc

MacOS

csg completion bash > /usr/local/etc/bash_completion.d/csg && source ~/.bashrc

Usage Examples

csg add -i 10.10.10.1 -a wordpress -u admin -p 'SuperSecurePassword'
csg get -u admin
csg update --id 1 -u john -a mailcube
csg delete -i 1
csg purge -t 10.10.10.1
csg export -f all-creds.csv
Owner
Alexis Rodriguez
Penetration Tester, Gopher/Pythonista, Aspiring Machine Learning Engineer
Alexis Rodriguez
Similar Resources

Useful AWS access key attribution tool

Useful AWS access key attribution tool

whodunnit Working towards this: https://twitter.com/__steele/status/1410437278489477120. Dumping code now to validate if it's useful or not before inv

Jan 1, 2022

DiscSpam is the best free and open source tool to spam/raid Discord servers.

DiscSpam is the best free and open source tool to spam/raid Discord servers.

DiscSpam Fast, Free, Easy to use Discord.com raid tool Report Bug , Request Feature About The Project There are a few Discord raid tools on GitHub, ho

Dec 27, 2022

A tool to decrypt files by AWS KMS

KMS-Decrypter Decrypt all files in folder then output to destination folder by AWS KMS. Usage Usage of ./.out/decrypter: -f string path to e

Sep 20, 2022

⚛️ aws credential setup tool ⚛️

awscreds What is awscreds? awscreds is CLI tool to setup aws credentials with MFA device. Requirement go 1.17.x or earlier Installation go install git

Dec 9, 2021

A command-line tool to pretty print your system's PATH environment variable.

A command-line tool to pretty print your system's PATH environment variable.

Description A command-line tool to pretty print your system's PATH environment variable. The output paths are colorized if they have special associati

Nov 9, 2022

This tool is helpful to get information of the Instagram Users

InstaOsint This tool is used to get the public accounts as well as Private accounts like their username, userid, Full_Name, followers and following co

Mar 9, 2022

A Package Searching and Installation tool for Go Projects

A Package Searching and Installation tool for Go Projects

psearch A Package Searching and Installation tool for Go Projects. Installation

Dec 22, 2021

A WIP ad hoc file transfer tool

Telepathy Telepathy is a work in progress file sharing server and client for ad hoc file sharing between computers on a local network. This lets you q

Feb 1, 2022

Maven-client - A command line tool to query first order and transitive maven coordinates based off an initial list of coordinates.

maven-client Description This CLI reads a list of maven group artifact version (GAV) coordinates and returns an ordered list of first order and transi

Jan 6, 2022
Package to check if the email used during signup or registration process is a Disposable Email Address ( DEA ).

Table of contents Disposable Email Address ( DEA ) checker How does dea works ? Requirements Installation Usage Reference Future plans FAQs What are D

Apr 28, 2023
Easily manage your github credentials
Easily manage your github credentials

HUB ADMIN Hub Admin is a command-line tool managing your github credentials Installation go get github.com/crewdevio/HubAdmin How to use Open he

Oct 20, 2021
AWS credential_process utility to assume AWS IAM Roles with Yubikey Touch and Authenticator App TOPT MFA to provide temporary session credentials; With encrypted caching and support for automatic credential refresh.
AWS credential_process utility to assume AWS IAM Roles with Yubikey Touch and Authenticator App TOPT MFA to provide temporary session credentials; With encrypted caching and support for automatic credential refresh.

AWS credential_process utility to assume AWS IAM Roles with Yubikey Touch and Authenticator App TOPT MFA to provide temporary session credentials; With encrypted caching and support for automatic credential refresh.

Dec 20, 2022
It is a package and command line application that provides you to store encrypted credentials/secrets in your repository.

sypher[ ⚠️ Work in progress] sypher provides you to store your credentials and secrets as encrypted in your repository. Usage Install the command line

Feb 23, 2022
Abusing Discord for unlimited cloud storage

Discord Cloud Storage Abusing Discord's servers for unlimited cloud storage! So, what is this? Infamous 8MB limit for non-nitro users can get pretty a

Nov 26, 2022
Azure Data Lake Storage Account Share 9p File System

dlfs Azure storage account (data lake) v2 as a 9p file system. Fork of abfs. Written in Go. Created during the 2021 MS hackathon. Build Currently the

Oct 15, 2021
💾 Wolke API is the API behind Wolke image storage and processing aswell as user management

?? Wolke API Wolke API is the API behind Wolke image storage and processing aswell as user management Deploying To deploy Wolke Bot you'll need podman

Dec 21, 2021
Go client for Apptainer key storage and retrieval using HKP

Container Key Client This project provides a Go client to Apptainer for key stor

Jan 11, 2022
Simple tool to search tagged resources between all AWS resouces

Welcome to Cloud Inventory Tags ?? Simple tool to search tagged resources around all AWS Account Installation MacOS / OSX

Jan 26, 2022
rpCheckup is an AWS resource policy security checkup tool that identifies public, external account access, intra-org account access, and private resources.
rpCheckup is an AWS resource policy security checkup tool that identifies public, external account access, intra-org     account access, and private resources.

rpCheckup - Catch AWS resource policy backdoors like Endgame rpCheckup is an AWS resource policy security checkup tool that identifies public, externa

Dec 26, 2022