friendica (DFRN) - Link to source

After 2 days..


Finally got this Podman up to do Osint without root privs

I hit like button by accident... reload page was the shift that was there when I clicked.



miscalculated the 1st image any view of the commands
podman run --rm -it -p 5001:5001 bodane/osint:latest
podman run --rm -it -p 5001:5001 docker.io/bodane/osint:latest


for those that wonder about the --rm and --it flags> --rm you could imagine is remove or Automatically removes the container when it exits. Ensures no leftover containers consume disk space. Useful for temporary tasks like OSINT scans.
the --it flag however has 2 functions > 1st is is interactibve or keeps you on it simply and 2nd is Allocates a pseudo-terminal, giving you a shell prompt inside the container.

Plan-A doesn't like this.

in reply to Plan-A

friendica (DFRN) - Link to source

Plan-A

 — (0.0.0.0)

Save outside that container
podman save -o osint-image.tar docker.io/bodane/osint:latest
So it saves it offline all your docs as well
in that case re run with
podman load -i osint-image.tar

best restart Pod command is (for a new case)
podman run --rm -it -p 5001:5001 docker.io/bodane/osint:latest


Tools are : BlackBird, IntelX. io CLI, Sherlock and Spiderfoot.
I can add self made tools.