- secubox-app-maltego: Transform Distribution Server in LXC - Python-based transform execution engine - REST API compatible with Maltego desktop client - Custom transform support via /srv/maltego/transforms/ - secubox-app-sherlock: Username hunting across social networks - Sherlock + Holehe integration for username/email OSINT - maigret, theHarvester, socialscan also installed - REST API with async task execution Both tools exposed via HAProxy at: - https://maltego.gk2.secubox.in/ - https://sherlock.gk2.secubox.in/ Streamlit OSINT dashboard deployed at: - https://osint.gk2.secubox.in/ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
16 lines
359 B
Plaintext
16 lines
359 B
Plaintext
config maltego 'main'
|
|
option enabled '1'
|
|
option container 'maltego'
|
|
option image 'debian'
|
|
option version 'bookworm'
|
|
option memory '1024'
|
|
option ip '192.168.255.55'
|
|
option port '9001'
|
|
option https_port '9443'
|
|
option data_dir '/srv/maltego'
|
|
|
|
config haproxy 'exposure'
|
|
option domain 'maltego.gk2.secubox.in'
|
|
option ssl '1'
|
|
option backend_port '9001'
|