https://github.com/kareniel/mkpendir
🔧 create a new pentest project folder
https://github.com/kareniel/mkpendir
pentesting tool
Last synced: about 1 month ago
JSON representation
🔧 create a new pentest project folder
- Host: GitHub
- URL: https://github.com/kareniel/mkpendir
- Owner: kareniel
- License: mit
- Created: 2019-03-27T01:14:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T16:15:19.000Z (about 7 years ago)
- Last Synced: 2025-02-25T19:27:25.905Z (over 1 year ago)
- Topics: pentesting, tool
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mkpendir
create a new pentest project folder
## install
```console
$ npm install -g mkpendir
```
## usage
```console
$ mkpendir
usage: mkpendir [command] [arguments]
create a new pentest project folder
commands:
add - create a new machine folder inside an existing project
```