tracelabs / tlosint-live

Trace Labs OSINT Linux Distribution based on Kali.
https://www.tracelabs.org/initiatives/osint-vm
659 stars 110 forks source link

[Packaging] sn0int #25

Closed 5nacks closed 1 year ago

5nacks commented 4 years ago

Facilitate packaging for sn0int https://github.com/kpcyrd/sn0int and modify build script when completed.

@kpcyrd FYI

xFreed0m commented 3 years ago

Done - not by me, but seems to work: image

kpcyrd commented 3 years ago

@xFreed0m as far as I know this ticket was about packaging for kali linux (unfortunately with no progress yet since I started taking a break from open source and the debian-rust situation is complicated), the sn0int binary is currently provided like this: https://github.com/tracelabs/tlosint-live/blob/b2fba6fb4c95d24f0c328b63120d6bfcc4c49008/kali-config/common/hooks/normal/osint-packages.chroot#L85-L90

Note that this can be simplified to:

cargo install sn0int
mv /root/.cargo/bin/sn0int /usr/bin

This allows you to drop the wrapper script in kali-config/common/includes.chroot/usr/bin/sn0int.

xFreed0m commented 3 years ago

oh, i thought this ticket was for getting sn0int into the tlosint VM. you want me to reopen it? you can also open a bug in kali linux for incorporating your tool and get their help with it.

lowprivshighhopes commented 3 years ago

Yea the ticket was for packaging through Kali. Currently it looks like the dependencies aren't met in the current Kali setup. Reopening this in the meantime.

5nacks commented 1 year ago

Closing this of as it is an aged ticket.