/RE-Toolkit

Primary LanguagePythonMIT LicenseMIT

RE-Toolkit

Linux-based toolkit distribution designed for reverse engineers, malware analysts and incident responders. The toolkit includes security tools such as debuggers, disassemblers, decompilers, static and dynamic analysis utilities, network analysis and many others.

The RE-Toolkit will be used on Botnet Mitigation Course for setting up the lab environment in order to perform static and dynamic code analysis on malware samples.

Compatibility and Requirements

Usage

Reverse Engineering toolkit is a open-source toolset that helps reverse engineers, malware analysts and incident responders to perform advance code analysis using debuggers, disassemblers, decompilers etc.

The tool kit consists of:

Plugins README
Volatility Volatility
Burp Burp
AnalyzePDF AnalyzePDF.py
CapTipper CapTipper v0.3
Ciphey Ciphey
Exescan Exescan
IOCextractor IOCextractor
... to add

Installation

The toolkit requires Python V3+ to run.

$ apt-get install git -y
$ cd /home/$SUDO_USER
$ git clone --recursive https://github.com/upxnoops/RE-Toolkit
$ chmod +x /home/$SUDO_USER/RE-Toolkit/setup.sh
$ /home/$SUDO_USER/RE-Toolkit/setup.sh

The toolkit should be instaled on the investigator workstation!!

Todos

  • Add more tools developed by the open-source comunity.
  • Check for updates and compatibility

License

MIT