Archive for August, 2021

VPN mit Wireguard

Monday, August 30th, 2021

https://nanovms.com/dev/tutorials/running-nanos-wireguard-vpn-gateway https://containers.fan/posts/wireguard-vpn-on-docker/ https://lists.zx2c4.com/pipermail/wireguard/2021-August/006887.html

ADB commands with Termux

Friday, August 27th, 2021

https://github.com/MasterDevX/Termux-ADB or via TCP-SELF-connection: https://stackoverflow.com/questions/47005717/how-do-i-run-adb-shell-commands-in-a-terminal-emulator-locally-on-an-android-d or start sshd with ADB: (1) launch termux (2) do the following: echo ‘sv up sshd sshd started’ >.profile (3) run this whenever I want to start sshd via adb: adb shell am start -n com.termux/.HomeActivity

Chroot to RaspPi from x86/x86_64 computer

Friday, August 27th, 2021

You need to install qemu-user-static on your x86/x86_64 computer: sudo apt-get install qemu-user-static Let’s assume that your rootfs is mounted to /mnt. sudo cp /usr/bin/qemu-arm-static /mnt/usr/bin/ sudo cp /etc/resolv.conf /mnt/etc/resolv.conf cd /mnt sudo mount –bind /dev dev/ sudo mount –bind /sys sys/ sudo mount –bind /proc proc/ sudo mount –bind /dev/pts dev/pts #sudo rm /mnt/etc/ld.so.preload […]

Linux auf der Grafik-Karte in/im VRChat

Friday, August 27th, 2021

https://blog.pimaker.at/texts/rvc1/

WIN 10 & 11 Privileg Eskalation

Tuesday, August 24th, 2021

https://www.techeblog.com/razer-synapse-bug-security-microsoft-windows-10-admin-access-computer-mouse/

Wie baue ich ein Linux Kernel Module

Tuesday, August 24th, 2021

https://sysprog21.github.io/lkmpg/

debsums auto reinstall

Friday, August 20th, 2021

https://sleeplessbeastie.eu/2015/03/02/how-to-verify-installed-packages/ sudo apt-get install –reinstall $(dpkg-query -S $(sudo debsums -c 2>&1 | sed -e “s/.*file \(.*\) (.*/\1/g”) | cut -d: -f1 | sort -u)

Spaß mit regulären Ausdrücken

Friday, August 20th, 2021

Fun with regular expressions: part I

CamPhish – bekomme ein Handy CAM shot nur mit einem Link

Tuesday, August 17th, 2021

https://github.com/techchipnet/CamPhish https://hacker-gadgets.com/blog/2021/08/16/camphish-grab-cam-shots-from-targets-phone-front-camera-or-pc-webcam-just-sending-a-link/

Imba eine Internet Sprache die auf JavaScript kompiliert

Tuesday, August 17th, 2021

Imba – I have spent 7 years creating a programming language for the web von original: https://imba.io/