Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
howtos [2023-06-15 00:39] – moved key logger to scripts page asdf | howtos [2024-03-10 00:10] (current) – [Add Linux swap space] asdf | ||
---|---|---|---|
Line 28: | Line 28: | ||
To have the swap automount on boot, add the following to ''/ | To have the swap automount on boot, add the following to ''/ | ||
- | <file> | + | <code> |
/swapfile swap swap defaults 0 0 | /swapfile swap swap defaults 0 0 | ||
- | </file> | + | </code> |
===== Boot an ISO from GRUB ===== | ===== Boot an ISO from GRUB ===== | ||
Line 52: | Line 52: | ||
Note that the [[GreatFET]] has Facedancer capabilities, | Note that the [[GreatFET]] has Facedancer capabilities, | ||
+ | |||
+ | ===== Make an ethernet loopback connector ===== | ||
+ | This trick works with either a socket or a plug. Connect the following pins: | ||
+ | |||
+ | * 1 <-> 3 | ||
+ | * 2 <-> 6 | ||
+ | * 4 <-> 7 | ||
+ | * 5 <-> 8 | ||
+ | |||
+ | ===== Mount an ext4 drive in WSL2 ===== | ||
+ | Open a PowerShell window as an administrator, | ||
+ | |||
+ | <code powershell> | ||
+ | GET-CimInstance -query " | ||
+ | </ | ||
+ | |||
+ | Locate the desired entry, then attach it to the WSL instance: | ||
+ | |||
+ | <code powershell> | ||
+ | wsl --mount \\.\PHYSICALDRIVE2 | ||
+ | </ | ||
+ | |||
+ | Finally, locate and mount the disk within the WSL instance. | ||
+ | |||
+ | https:// | ||
===== Fake a document scan ===== | ===== Fake a document scan ===== | ||
===== Create a reverse SSH connection ===== | ===== Create a reverse SSH connection ===== |