RReioinblog.reiopd.com·Oct 19, 2022 · 1 min readHow to install SSLyze on Parrot OSCheck which protocols and ciphers the server supports by using SSLyze. Installation is straightforward: https://github.com/nabla-c0d3/sslyze The Setup Parrot OS 5.0 (Electro Ara) SSLyze version 5.0.6 Installation pip install --upgrade pip setuptoo...00
RReioinblog.reiopd.com·Apr 23, 2022 · 1 min readHow to Setup REMnux VM in VirtualBoxI recently got introduced to REMnux for Malware Analysis. It includes tools like peepdf and vmonkey which are used for analyzing files (e.g. checking embedded JavaScript and macros). Download the REMnux General OVA file here. Check SHA-256 hash. Not...00
RReioinblog.reiopd.com·Nov 14, 2021 · 1 min readHow to Setup Ubuntu Server in Virtual BoxFor this, we'll be needing an Ubuntu ISO file. I opted for 64-bit PC (AMD64) server install image which can be downloaded here. The main reason I'm creating the VM is to install and test DefectDojo in a Virtual Machine. Open Virtual Box and click o...00
RReioinblog.reiopd.com·Nov 5, 2021 · 1 min readHow to install Git on WindowsWhile setting up my new workspace on Windows, I encountered the following error: git : The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, v...00
RReioinblog.reiopd.com·Sep 18, 2021 · 1 min readHow to generate SSH keys for GithubIt's been maybe 3 years since I last used git. And it feels like, "hello, world" as I try to relearn the workflow. The plan was to push a repository for my notes in Github when I encountered the following error message. This was resolved by connecti...00