Skip to content

Commit

Permalink
feat(ghidra): add more script repos
Browse files Browse the repository at this point in the history
  • Loading branch information
xatier committed Feb 10, 2024
1 parent 7116f0b commit 5c7d0aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ghidra/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ WORKDIR /home/xatier/ghidra_scripts
RUN git clone https://github.com/0xb0bb/pwndra.git 0xb0bb
RUN git clone https://github.com/Bigdrea6/winapi-ghidra.git Bigdrea6
RUN git clone https://github.com/BitsOfBinary/ghidra-scripts.git BitsOfBinary
RUN git clone https://github.com/HackOvert/GhidraSnippets.git GhidraSnippets
RUN git clone https://github.com/KeenSecurityLab/BinAbsInspector.git KeenSecurityLab
RUN git clone https://github.com/RenaKunisaki/GhidraScripts.git RenaKunisaki
RUN git clone https://github.com/ghidraninja/ghidra_scripts ghidraninja
RUN git clone https://github.com/gsuberland/Windows-Reverse-Engineering.git gsuberland
RUN git clone https://github.com/tacnetsol/ghidra_scripts.git tacnetsol
RUN git clone https://github.com/trailofbits/BTIGhidra.git BTIGhidra

COPY ./entrypoint.sh /srv/entrypoint.sh

Expand Down

0 comments on commit 5c7d0aa

Please sign in to comment.