Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhmdiaa/acumen
A clean UI with a modular structure to enhance security researchers' ability to work with data
https://github.com/mhmdiaa/acumen
penetration-testing penetration-testing-tools pentesting recon security security-tools user-interface visualization web-application-security
Last synced: 3 months ago
JSON representation
A clean UI with a modular structure to enhance security researchers' ability to work with data
- Host: GitHub
- URL: https://github.com/mhmdiaa/acumen
- Owner: mhmdiaa
- License: apache-2.0
- Created: 2021-05-21T22:44:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-21T23:07:44.000Z (over 3 years ago)
- Last Synced: 2024-06-20T16:37:52.934Z (5 months ago)
- Topics: penetration-testing, penetration-testing-tools, pentesting, recon, security, security-tools, user-interface, visualization, web-application-security
- Language: JavaScript
- Homepage:
- Size: 273 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - mhmdiaa/acumen - A clean UI with a modular structure to enhance security researchers' ability to work with data (JavaScript)
README
A clean UI with a modular structure to enhance security researchers' ability to work with data.
## Key Features
- Clean design
- Rating
- Basic data management
- Search
- Filters
- Clipboard templates## Installation
With Go and NPM installed
- `git clone https://github.com/mhmdiaa/acumen`
- `cd acumen/client`
- `npm install; npm build`
- `cd ..`
- `go get; go build`## Example usage
`./acumen run -t endpoints -i ~/path/to/data.json -c ./modules/endpoints/ctc_templates.json`
## Creating a new module
See [./modules/endpoints/definition.json](modules/endpoints/definition.json) for an example definition file
```
./acumen create -f /path/to/definition.js
```**Note:** This project is in testing/alpha stage, but the basic features should work.