Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tudo-aqua/pinaht
Result of PG 625 - EaT CTFs
https://github.com/tudo-aqua/pinaht
Last synced: 2 months ago
JSON representation
Result of PG 625 - EaT CTFs
- Host: GitHub
- URL: https://github.com/tudo-aqua/pinaht
- Owner: tudo-aqua
- License: apache-2.0
- Created: 2023-07-19T08:40:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-20T03:48:39.000Z (over 1 year ago)
- Last Synced: 2023-08-09T06:02:16.768Z (over 1 year ago)
- Language: Python
- Size: 125 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pinaht - Pinaht Is Not A Hacking Tool
Society has been digitized in the last decade.
That has lead to an amount information that we cannot handle manually.
It has also increased the number of (computer) systems tenfold.
Verifying the security of a high number systems is very time consuming.
Especially, when we consider that the number of task that are repeated, just with different inputs, is non-negligible.Pinaht allows to automatically execute tasks to collect information about a system.
It works by storing information in a graph structure to express the relationship of the data.
Tasks that require data in a specific relationship are then executed with the data as input.## Running Pinaht
Pinaht uses `venv`.
Modules are configured in `pinaht/pinaht/modules/module_list.py`
Pinaht is currently configured to attack all computers on the network.
It is also possible to only attack a specific computer on the network.## Acknowledgment
This project was implemented during a Student Project at the [Department of Computer Science of TU Dortmund University](https://cs.tu-dortmund.de).
Participates were in alphabetical order:
1. Robert Delhougne
2. Tobias Furmanek
3. Timm Grote
4. Jan Kemming
5. Moritz Paweletz
6. Richard Stewing
7. Felix Tschirbs