https://github.com/hashtopolis/runner
Server background runner for Hashtopolis to run specific services
https://github.com/hashtopolis/runner
cracking hashcat hashtopolis multicast passwords pentest uftp
Last synced: 10 months ago
JSON representation
Server background runner for Hashtopolis to run specific services
- Host: GitHub
- URL: https://github.com/hashtopolis/runner
- Owner: hashtopolis
- License: gpl-3.0
- Created: 2018-08-09T15:25:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-18T19:29:36.000Z (about 5 years ago)
- Last Synced: 2025-05-07T03:47:37.221Z (about 1 year ago)
- Topics: cracking, hashcat, hashtopolis, multicast, passwords, pentest, uftp
- Language: Python
- Size: 30.3 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Hashtopolis Service Runner
[](https://www.codefactor.io/repository/github/hashtopolis/runner)
[](https://github.com/hashtopolis/runner)
[](https://travis-ci.com/hashtopolis/runner)
Server background runner for Hashtopolis to run specific services.
The runner is packed into a zip (using `build.sh`) and then placed in `src/inc/runner/` in Hashtopolis.
It is automatically then activated when the multicast feature gets enabled on the server.
## Prerequisites
This service is running only on Linux and you need to have the multicast enabled on your network device (Server & Agents!) with the following commands:
```
sudo ifconfig multicast
sudo route add -net 224.0.0.0 netmask 240.0.0.0 dev
```
Also you need python3 and the following python modules installed:
```
service
mysql-connector
```
It's important that the network is able to run with multicast and that there are no devices attached which could slow down the process.