Skip to content

Instantly share code, notes, and snippets.

View readloud's full-sized avatar

読み上げ readloud

View GitHub Profile
@readloud
readloud / rearm-principalis.gist
Last active April 1, 2024 12:18
**rearm** is a simple script used to reset the state of every activation-related mechanism in Windows.
rearm (Rearm Every Activation-Related Mechanism)
================================================
**rearm** is a simple script used to reset the state of every activation-related
mechanism in Windows. For example it can be used to clean the activation state
from a to-be-deployed image.
Usage
-----
**rearm** is required to be run from Windows PE or Windows RE. To use it, place
`rearm.cmd` in the root of the drive which contains the installation you wish to
@readloud
readloud / algovpn.sh
Created November 22, 2022 15:42
Algo VPN is a set of Ansible scripts that simplify the setup of a personal WireGuard and IPsec VPN. It uses the most secure defaults available and works with common cloud providers. See our release announcement for more information.
sudo apt update -y && sudo apt upgrade -y
sudo apt install -y python3-virtualenv
git clone https://github.com/trailofbits/algo.git && cd algo
## Install ALGO Env.
python3 -m virtualenv --python="$(command -v python3)" .env &&
source .env/bin/activate &&
python3 -m pip install -U pip virtualenv &&
python3 -m pip install -r requirements.txt
@readloud
readloud / FYI_ Please install lspci from your distro's package manger.md
Created November 18, 2022 09:09
FYI_ Please install lspci from your distro's package manger [solved] RPI 4B (And Unknown error 524) [Archive] - Kali Linux Forums

FYI: Please install lspci from your distro's package manger [solved] RPI 4B (And Unknown error 524) [Archive] - Kali Linux Forums

Kali Linux Forums > Kali Linux Forums > Kali Linux ARM Architecture > ARM Archive > FYI: Please install lspci from your distro's package manger [solved] RPI 4B (And Unknown error 524)


PDA

View Full Version : [FYI: Please install lspci from your distro's package manger [solved] RPI 4B (And Unknown error 524)](https://forums.kali.org/showthread.php?44764-FYI-Please-install-lspci-from-your-distro-s-package-manger-solved-RPI-

@readloud
readloud / upwork-ttystudio.sh
Created October 18, 2022 10:25
Upwork TTyStudio
sudo apt install -y gcc-c++ make
sudo curl -sL https://rpm.nodesource.com/setup_6.x | sudo -E bash -
sudo apt install -y nodejs
sudo apt install -y npm
sudo npm install ttystudio
sudo apt install rubygems -y
sudo gem install showterm
sudo wget https://updates-desktopapp.upwork.com/binaries/v5_3_3_848_ciy2bosj7ts6feza/upwork_5.3.3.848_amd64.deb
sudo dpkg -i upwork_5.3.3.848_amd64.deb
sudo apt-get -f install
@readloud
readloud / Configure_IPsec_L2TP_VPN_Clients.md
Created October 18, 2022 10:21
Configure_IPsec_L2TP_VPN_Clients

Configure IPsec/L2TP VPN Clients

IPsec/L2TP is natively supported by Android, iOS, OS X, and Windows. There is no additional software to install. Setup should only take a few minutes. In case you are unable to connect, first check to make sure the VPN credentials were entered correctly.


@readloud
readloud / ServicesPortList.md
Created October 18, 2022 10:11
ServicesPortList

r 0/tcp # Reserved
r 0/udp # Reserved
tcpmux 1/tcp # TCP Port Service Multiplexer One of original portmappers. SGI/IRIX is still using it, thus scans for it are probable attempts to locate IRIX targets. A "HELP" request to it returns Irix host's service listings.
tcpmux 1/udp # TCP Port Service Multiplexer One of original portmappers. SGI/IRIX is still using it, thus scans for it are probable attempts to locate IRIX targets. A "HELP" request to it returns Irix host's service listings.
compressnet 2/tcp # Management Utility
compressnet 2/udp # Management Utility
compressnet 3/tcp # Compression Process
compressnet 3/udp # Compression Process
rje 5/tcp # Remote Job Entry
rje 5/udp # Remote Job Entry

@readloud
readloud / WSL2 Error - "System has not been booted with systemd as init system (PID 1). Can't operate.".md
Created October 9, 2022 18:03
WSL2 Error - "System has not been booted with systemd as init system (PID 1). Can't operate."

This article demonstrates how to fix the error “System has not been booted with systemd as init system (PID 1). Can’t operate. Failed to connect to bus: Host is down” when using WSL version 2.

The error message This example is done using WSL 2 with a Linux-based application.

The below error message is displayed:

System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
@readloud
readloud / Installing Metasploit Framework with Kali Linux.md
Last active October 9, 2022 18:02
WSL2 - Installing Metasploit Framework with Kali Linux

This article demonstrates how to install the Metasploit Framework with Kali Linux on WSL version 2. When installing Kali Linux for WSL2 using Microsoft Store, its file size is minimised by including the bare essentials by default.

Pre-requisites This example assumes that you have the following:

Windows Subsystem For Linux version 2 (WSL2) - This example is not tested on WSL version 1 Kali Linux for WSL2

Instructions STEP 1 - UPDATE THE REPOSITORIES

@readloud
readloud / Create the docker group
Created October 8, 2022 12:43
Create the docker group
Create the docker group.
~~~
sudo groupadd docker
~~~
Add your user to the docker group.
~~~
sudo usermod -aG docker $USER
~~~
@readloud
readloud / Automated-Malware-Analysis-List
Last active October 8, 2022 12:41
Automated-Malware-Analysis-List
- [Akana](http://akana.mobiseclab.org/) (Android)
- [Binary Guard True Bare Metal](http://www.binaryguard.com/)
- [BitBlaze Malware Analysis Service](https://aerie.cs.berkeley.edu/)
- [Comodo Automated Analysis System](http://camas.comodo.com/) and [Valkyrie](http://valkyrie.comodo.com/)
- [Deepviz Malware Analyzer](https://sandbox.deepviz.com/)