All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker
. This will install the whole docker suite, left only Tini to be compiled manually.
============================================================================ | |
https://www.sans.org/tools/ | |
============================================================================ | |
FTK Imager, ANJP, EZ Tools, SIFT, Regripper, Windows Event Log Explorer, Volatility, Plaso, DensityScout, SigCheck | |
============================================================================ | |
Live System Analysis for computers with Windows 10 operating system with tools such as Sysinternals, Powershell, WM | |
Collecting triage data and parsing methods with KAPE | |
Physical Imaging with FTK Imager | |
Logical Imaging with FTK Imager | |
Memory Imaging with FTK Imager, DumpIT, WinPmem |
# ref - https://write-verbose.com/2018/12/15/audit-google-chrome-extensions/ | |
function Get-ChromeExtension { | |
<# | |
.SYNOPSIS | |
Gets Chrome Extensions from a local or remote computer | |
.DESCRIPTION | |
Gets the name, version and description of the installed extensions | |
Admin rights are required to access other profiles on the local computer or | |
any profiles on a remote computer. |
#requires -version 5.1 | |
#requires -module GroupPolicy,ActiveDirectory | |
Function Get-GPLink { | |
<# | |
.Synopsis | |
Get Group Policy Object links | |
.Description | |
This command will display the links to existing Group Policy objects. You can filter for enabled or disabled links. The default user domain is queried although you can specify an alternate domain and/or a specific domain controller. There is no provision for alternate credentials. |
This document was created back in 2020 and might not be actual nowadays. It is not supported anymore, so use thise information at your own risk.
- Download WSL2 Kernel
- run
wsl --set-default-version 2
in windows command line, so that all future WSL machine will use WSL2.
Running the azure-team terraform make file to create your infrastructure may not work on a Windows machine. If you cannot get it to run, install a linux distribution where you will exectute the tf files. Setting up a distribution with all of the right dependencies does involve a bit of setup to get it configured properly. The following is a list of steps you'll need to complete:
Source: https://www.sandflysecurity.com/blog/compromised-linux-cheat-sheet/
Large amounts of RAM:
top
If you're encountering ping github.com
failing inside WSL with a Temporary failure in name resolution
, you're not alone — this has been a long-standing issue, especially when using VPNs or corporate networks.
This issue is now fixed robustly with DNS tunneling, which preserves dynamic DNS behavior and avoids limitations like WSL’s former hard cap of 3 DNS servers in /etc/resolv.conf
.
DNS tunneling is enabled by default in WSL version 2.2.1 and later, meaning that if you're still seeing DNS resolution issues, the first and most effective fix is simply to upgrade WSL. Upgrading WSL updates the WSL platform itself, but does not affect your installed Linux distributions, apps, or files.
To upgrade WSL, follow these steps,
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"defaultProfile": "{00000000-0000-0000-ba54-000000000002}", | |
"launchMode": "maximized", | |
"theme": "light", | |
"useTabSwitcher": false, | |
"tabWidthMode": "titleLength", | |
"profiles": { |