mrbuddhu / Cobra

All in one tool to make your hacking easier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cobra

An All in one tool to make your hacking easier:)

This tool contains pre-built tools from the community and it has tools from GO and Python. I have built this tool to make the hacking easier since you will find all the tools on one place and these can be used accordingly as per your need. If you are new to recon thing, this might help you in using multiple tools from a single script. Also, this tool will install all the necessary scripts itself. Feel free to contribute if you have ideas:)

Installation

  • git clone https://github.com/ManasHarsh/Cobra.git
  • cd Cobra
  • cp * ~/
  • chmod +x ~/Cobra.sh ~/tools.sh
  • Note: Append these lines in your ~/.bashrc or ~/.zshrc (depeding on which shell you use)
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin

then source ~/.bashrc (for bash shell) source ~/.zshrc (for zsh shell)

Usage:

  • for tool install ~./Cobra.sh
  • to use tools ~./tools.sh

Credits:

Notes:

  • In "gitGraber", please make sure to define your wordlist for scrapping the data.
  • Make sure you have all the tools installed in home directory otherwise you'll need to define the path for tools.

Special thanks ✨


Manasi Jha

Legal disclaimer:

The script is made for educational and ethical purposes only. Usage of the script for attacking targets without prior mutual consent is illegal. I am not responsible for any misuse or damage caused by this script.

About

All in one tool to make your hacking easier.

License:Apache License 2.0


Languages

Language:Shell 100.0%