From df5fd9ab0abee250b74133eff2e8186f8f2a0cdd Mon Sep 17 00:00:00 2001 From: SecTheTech <60298999+SecTheTech@users.noreply.github.com> Date: Tue, 18 Aug 2020 12:22:52 +0200 Subject: [PATCH 1/3] Add AMExtractor and frida --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b72720c..1070845 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,9 @@ Thanks to all [contributors](https://github.com/sbilly/awesome-security/graphs/c - [Android Storage Extractor](https://github.com/51j0/Android-Storage-Extractor) - A tool to extract local data storage of an Android application in one click. - [Quark-Engine](https://github.com/quark-engine/quark-engine) - An Obfuscation-Neglect Android Malware Scoring System. - [dotPeek](https://www.jetbrains.com/decompiler/) - Free-of-charge standalone tool based on ReSharper's bundled decompiler. +- [AMExtractor](https://github.com/ir193/AMExtractor) - AMExtractor can dump out the physical content of your Android device even without kernel source code. +- [frida](https://github.com/frida/frida) - Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers. + ### Forensics From e0f92dd82588d3e9a9ed377bfe881458e95b18f3 Mon Sep 17 00:00:00 2001 From: SecTheTech <60298999+SecTheTech@users.noreply.github.com> Date: Tue, 18 Aug 2020 12:24:58 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1070845..7011c9c 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,6 @@ Thanks to all [contributors](https://github.com/sbilly/awesome-security/graphs/c - [AMExtractor](https://github.com/ir193/AMExtractor) - AMExtractor can dump out the physical content of your Android device even without kernel source code. - [frida](https://github.com/frida/frida) - Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers. - ### Forensics - [grr](https://github.com/google/grr) - GRR Rapid Response is an incident response framework focused on remote live forensics. @@ -223,6 +222,7 @@ Thanks to all [contributors](https://github.com/sbilly/awesome-security/graphs/c - [Logdissect](https://github.com/dogoncouch/logdissect) - CLI utility and Python API for analyzing log files and other data. - [Meerkat](https://github.com/TonyPhipps/Meerkat) - PowerShell-based Windows artifact collection for threat hunting and incident response. - [Rekall](https://github.com/google/rekall) - The Rekall Framework is a completely open collection of tools, implemented in Python under the Apache and GNU General Public License, for the extraction and analysis of digital artifacts computer systems. +- [LiME](https://github.com/504ensicsLabs/LiME.git) - Linux Memory Extractor ## Threat Intelligence From 7d60260b3caa5c17415a7c1570ff93824d1e4cdd Mon Sep 17 00:00:00 2001 From: SecTheTech <60298999+SecTheTech@users.noreply.github.com> Date: Tue, 18 Aug 2020 18:20:25 +0200 Subject: [PATCH 3/3] Add section Linux in Operating system Adding section for Operating Systems oriented security and privacy, like Qubes OS and Whonix, and adding windows 10 Hardening Guide. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbd99cb..d24c214 100644 --- a/README.md +++ b/README.md @@ -313,12 +313,17 @@ Provided data: IPv4 hosts, sub/domains/whois, ports/banners/protocols, technolog ## Operating Systems +### Privacy & Security + +- [Qubes OS](https://www.qubes-os.org/) - Qubes OS is a free and open-source security-oriented operating system meant for single-user desktop computing. +- [Whonix](https://www.whonix.org) - Operating System designed for anonymity. + ### Online resources - [Security related Operating Systems @ Rawsec](http://rawsec.ml/en/security-related-os/) - Complete list of security related operating systems - [Best Linux Penetration Testing Distributions @ CyberPunk](https://n0where.net/best-linux-penetration-testing-distributions/) - Description of main penetration testing distributions - [Security @ Distrowatch](http://distrowatch.com/search.php?category=Security) - Website dedicated to talking about, reviewing and keeping up to date with open source operating systems - +- [Hardening Windows 10](https://www.hardenwindows10forsecurity.com/) - Guide for hardening Windows 10 ## Datastores