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
- Host: GitHub
- URL: https://github.com/notdodo/tools
- Owner: notdodo
- Created: 2021-07-28T09:07:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-30T00:33:49.000Z (6 months ago)
- Last Synced: 2025-03-30T01:30:41.985Z (6 months ago)
- Topics: active-directory, blueteam, hacking-tools, pentest, redteam-tools, scanner
- Language: Shell
- Homepage: https://github.com/notdodo/tools
- Size: 9.46 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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'`