- 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>
15 lines
336 B
Plaintext
15 lines
336 B
Plaintext
config sherlock 'main'
|
|
option enabled '1'
|
|
option container 'sherlock'
|
|
option image 'debian'
|
|
option version 'bookworm'
|
|
option memory '512'
|
|
option ip '192.168.255.56'
|
|
option port '9090'
|
|
option data_dir '/srv/sherlock'
|
|
|
|
config haproxy 'exposure'
|
|
option domain 'sherlock.gk2.secubox.in'
|
|
option ssl '1'
|
|
option backend_port '9090'
|