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

https://github.com/notdodo/tools

List of tools
https://github.com/notdodo/tools

active-directory blueteam hacking-tools pentest redteam-tools scanner

Last synced: 6 months ago
JSON representation

List of tools

Awesome Lists containing this project

README

          

# Tools

Collection of submodules/scripts/tools.

## Clone this repo

`git clone --recursive https://github.com/notdodo/Tools.git`

## Add submodule

* `git submodule add `
* in `.gitmodules` add the `branch` value

## Update submodules

`git submodule foreach -q 'BRANCH=$(git config -f $toplevel/.gitmodules submodule.$name.branch); git checkout $BRANCH; git pull origin $BRANCH'`