Skip to content

53c70r/podman-ghidra-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

podman-ghidra-server

The NSA software reverse engineering tool, Ghidra, uses a server component for collaboration. This project wraps Ghidra Server in a Podman container for ease of deployment and management.

Quickstart

  1. change "wrapper.app.parameter.1" in Dockerfile to your hostname
  2. make - build the container
  3. make install - deploy podman container and run it
  4. make adduser user=admin - Add user "admin" / default pw for new user is "changeme"
  5. you can now e.g. use "systemctl --user status container-ghidra-server.service"

About

Ghidra Server in a Docker container!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 68.2%
  • Makefile 31.8%