New pages
Appearance
6 August 2025
- 15:3115:31, 6 August 2025 Crazyradio (hist | edit) [359 bytes] Encryptid (talk | contribs) (Created page with "* [https://github.com/insecurityofthings/jackit JackIt Github] * [https://github.com/BastilleResearch/mousejack MouseJack Github] * [https://github.com/bitcraze/crazyradio-firmware Crazyradio firmware Github] * [https://wiki.bitcraze.io/projects:crazyradiopa:index Crazyradio Wiki] Category:Wireless Category:SDRCategory:ToolsCategory:Hardware")
- 15:2915:29, 6 August 2025 Kernels (hist | edit) [5,431 bytes] Encryptid (talk | contribs) (Created page with "So you've decided to swap a kernel in Arch =Before You Begin= * [https://wiki.archlinux.org/index.php/Kernel ArchWiki Link] ** Note the difference between [https://wiki.archlinux.org/index.php/Kernel#Officially_supported_kernels official] and [https://wiki.archlinux.org/index.php/Kernel#Unofficial_kernels unofficial] kernels ** Official kernels can just use pacman to install ** Unofficial kernels need yay or an unofficial repo added to pacman * Highly recommend installi...")
- 15:2815:28, 6 August 2025 Installing Arch Linux on VMWare (hist | edit) [2,430 bytes] Encryptid (talk | contribs) (Created page with "=Legacy= <pre> #!/bin/bash # This assumes you want the following partitions setup: # /dev/sda1 -> /boot # /dev/sda2 -> Swap # /dev/sda3 -> / read -p "This will wipe /dev/sda1-3, press enter to continue" mkfs.ext2 /dev/sda1 mkswap /dev/sda2 mkfs.ext4 /dev/sda3 mount /dev/sda3 /mnt mkdir /mnt/boot && mount /dev/sda1 /mnt/boot swapon /dev/sda2 clear read -p "Press Enter to install System" pacstrap /mnt base{,-devel} pacstrap /mnt grub-bios os-prober open-vm-tools pacstrap...")
- 15:2815:28, 6 August 2025 Arch Packages (hist | edit) [1,867 bytes] Encryptid (talk | contribs) (Created page with "A page for packages, references and troubleshooting =Pacman= ==GUI== ===Xorg=== xorg{,-xinit,-server} xterm ===Nvidia=== Use this if you don't plan on using nvidia-beta nvidia{-dkms,-settings,-utils,-prime} opencl-nvidia Then add this libva{-vdpau-driver,-utils} vkd3d libvdpau-va-gl vdpauinfo clinfo libclc ===KDE=== plasma plasma-wayland-session kde-applications egl-wayland bluez-utils blueman ==Gaming== ===Lib32=== Remove the last two if you are goin...")
- 15:2715:27, 6 August 2025 Installing Arch Linux (hist | edit) [5,935 bytes] Encryptid (talk | contribs) (Created page with "=LiveCD= * [https://archlinux.org/download/ Download] the latest Archlinux ISO Image * Copy image to USB drive ** Use [https://sourceforge.net/projects/win32diskimager/ Win32 Disk Imager] in Windows ** OR use the following on linux: dd bs=4M if=path/to/archlinux.iso of=/dev/sdx status=progress oflag=sync * Reboot and choose boot device in BIOS and boot the USB drive =Presetup= ==Boot== The following guide is for UEFI systems, see Installing Archlinux (Legacy) f...")
- 15:2315:23, 6 August 2025 Arch Linux (hist | edit) [2,917 bytes] Encryptid (talk | contribs) (Created page with "=Archlinux= Archlinux is a rolling release linux distribution that is constantly updating and is often considered bleeding edge. It has a tendency to break, often, with updates but it generally impacts low level applications and custom things that rely on super-selective (outdated) versions of other software. =Installing Archlinux= *Installing Archlinux *Installing Archlinux on Raspberry Pi *Installing Archlinux on VMWare =Packages of Interest= Most of thi...")
- 15:2115:21, 6 August 2025 Notes (hist | edit) [1,105 bytes] Encryptid (talk | contribs) (Created page with "=Wireless= * [https://www.rtl-sdr.com/the-radioinstigator-a-150-signals-intelligence-platform-consisting-of-a-raspberry-pi-rpitx-2-4-ghz-crazyradio-and-an-rtl-sdr/ RadioInstigator Article 1] * [https://www.open-electronics.org/the-radioinstigator-is-an-affordable-signals-intelligence-platform/ Article 2] * [https://www.bitcraze.io/crazyradio-pa/ CrazyRadio PA] * [https://hackerwarehouse.com/product/crazyradio-pa/ HW Resource with Github Links] * [https://github.com/insec...")
- 15:1915:19, 6 August 2025 CSGO (hist | edit) [2,754 bytes] Encryptid (talk | contribs) (Created page with "=Crosshair= CSGO-UqU5u-DTnkD-q3KLC-BUuej-HGmDA =Keybinds= Important notes: * bind [key] "[action]" * incrementvar varName minValue maxValue delta ==Demo Related== * cl_interpolate **For choppy playback issues * Playback ** demoui ** demo_pause ** demo_resume ** demo_timescale ** spec_show_xray 1 ==Voice Chat== ===Mute Voice Chat=== Binds voices on/off to j bindtoggle j voice_enable ===Clutch Mode=== Bring voice chat down a notch bindtoggle i "voice_sc...")
- 15:1915:19, 6 August 2025 Burp (hist | edit) [487 bytes] Encryptid (talk | contribs) (Created page with "=Proxying AWS= Just a quick bit on how to use AWS CLI through Burp: * Grab the certificate for the Burp Proxy from http://burp/ openssl x509 -in cacert.der -inform DER -out burp.crt sudo cp burp.crt /usr/local/share/ca-certificates/ sudo update-ca-certificates * Now set the environment variables export HTTPS_PROXY=http://127.0.0.1:8080 export HTTP_PROXY=http://127.0.0.1:8080 export AWS_CA_BUNDLE=/usr/local/share/ca-certificates/burp.crt Categor...")
- 15:1115:11, 6 August 2025 CTF Resources (hist | edit) [2,107 bytes] Encryptid (talk | contribs) (Created page with "=Encryption/Encoding= * [https://gchq.github.io/CyberChef/ CyberChef] * [https://github.com/Ciphey/Ciphey Ciphey] * [https://paulschou.com/tools/xlate/ Translator] * [https://www.boxentriq.com/code-breaking Boxentriq Code-Breaking] ** [https://www.boxentriq.com/code-breaking/cipher-identifier Cipher Identifier] * [https://kifanga.com/pages/details/list-of-ciphers-and-codes Crypto List] * [http://www.practicalcryptography.com/cryptanalysis/text-characterisation/identifyin...")
- 15:1115:11, 6 August 2025 HackASat2020 (hist | edit) [2,724 bytes] Encryptid (talk | contribs) (Created page with "[https://quals.2020.hackasat.com/scoreboard/ HackASat Challenges] [https://docs.google.com/document/d/1ih0MFTv6mNxWdEDtRsg-ZI3aLidb9suTyxemZYkrRxI/ Doc I was using] =Challenges= ==Astronomy, Astrophysics, Astrometry, Astrodynamics, AAAA== ===I Like to Watch=== ====Challenge Info==== <pre> We've captured data from a satellite that shows a flag located at the base of the Washington Monument. The image was taken on March 26th, 2020, at 21:54:29 The satellite we used was:...")
- 15:1015:10, 6 August 2025 SpaceKitty SAO (hist | edit) [84 bytes] Encryptid (talk | contribs) (Created page with "=Reference= * [https://github.com/hamster/SpaceKitty Github] Category:Badgelife")
- 15:1015:10, 6 August 2025 Hail Satan SAO 19 (hist | edit) [5,671 bytes] Encryptid (talk | contribs) (Created page with "This is my write-up for the Hail Satan SAO 2019 challenge presented by Sqearlsalazar =Start= ==The Sigil== * Morse Code ** -.-- . .- .-. ...-- ----- ----- ----- .-.. --- --- -.- - --- - .... . ** YEAR3000LOOKTOTHE * Alienese (AL1 Futurama) ** LOOKINT ==Baphomet== * Latin ** accessum per mutuae cognitionis ** "Access through shared knowledge" * DCLVXI ** Misprint as C and L are swapped ** Roman Numeral "666" * Alienese (AL1 Futurama) ** HEMIRROR * @HS8NTheVoid $video *...")
- 15:1015:10, 6 August 2025 Hackforsatan19 (hist | edit) [66,526 bytes] Encryptid (talk | contribs) (Created page with "Using a proper USB cable, connect to /dev/ttyUSB0 with tio with the badge switched to "FUCK ME?!" and click the button on the badge * BT MAC: 80:6f:b0:ab:53:db =Story 1= [https://plague.infect.site/?contaminant=1497969018CDA17EF962EC3E2826ECA0E1B2D4D1E602B30ECE16726D6CE79861 Link] <div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;"> <pre> He won't stop talking. He never stops talking. Chuck. He could've gone by Charles, Charlie, whatever the fuck...")
- 15:1015:10, 6 August 2025 Galaxia DC28 Badge (hist | edit) [2,591 bytes] Encryptid (talk | contribs) (Created page with "=The Code= The following cipher text was found on the back of the badge: NjU2MjYxMzQgNjEzNzMzMzAgNjEzNjM5NjUgNjE2NTM1MzAgNjMzNDM0NjEgMzMzMTM2MzcgMzIzNDYyNjYgNjEzMDM5Mzg= Simple Base64 decode provided: 65626134 61373330 61363965 61653530 63343461 33313637 32346266 61303938 I've found a few options that seem promising. Given the creator of the badge and the focus on the hardware hackability of the badge, I'm guessing it might be an x86 assembly instruction set: <di...")
- 15:0915:09, 6 August 2025 DEFCON 27 (hist | edit) [386 bytes] Encryptid (talk | contribs) (Created page with " =References= *[https://www.reddit.com/r/Defcon/comments/cpmpja/defcon_27_badge_hacking_for_beginners/ DC27 Badge Hacking for Beginners] *[https://rhye.org/post/defcon-27-badge-writeup/ Rhye Writeup] *[http://www.grandideastudio.com/wp-content/uploads/dc27_bdg_slides.pdf Joe Grand's Slides] *[https://github.com/japd06/defcon27_badge Another Write-up on Github] Category:Badgelife")
- 15:0915:09, 6 August 2025 DC Furs DC28 Mask (hist | edit) [848 bytes] Encryptid (talk | contribs) (Created page with "=Environment Setup= Getting the right environment setup for this was a huge pain. Needed Ubuntu 20.04 image, then install: sudo apt-get install autoconf automake autotools-dev curl python3 libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev git You will need to clone the following repos: git clone https://github.com/riscv-collab/riscv-gnu-toolchain.git git clone https://github.com/defco...")
- 15:0915:09, 6 August 2025 AND!XOR DC28 (hist | edit) [79,130 bytes] Encryptid (talk | contribs) (Created page with "=Map= * T - Item * X - Hacks * R - r3cap papR ************************************ * * * * * X R X * * *** ***** * * * ******* *T* *X**** * * * T* *R X * *X* X* * *** *** * ***X***** ******* * **** * X * *X*X * X * * * * * ********* ***** *** * *** *** ** * * * X * *TR * * * *X* * * *** * ***** *** *** *** ***T* **** *X R * * X * * * * * * * * * *X* *** * ***** * ***** *R* * * * * * *T *...")
- 15:0915:09, 6 August 2025 AND!XOR DC27 (hist | edit) [148,290 bytes] Encryptid (talk | contribs) (Created page with "Connect with tio over USB to /dev/ttyUSB1 to console into the badge and press CTRL+C for the command prompt. /dev/ttyUSB0 is for the SAO port * BT MAC: F6:7D:AA:FC:08:91 =B.E.N.D.E.R.= ==Recap== Graphic <div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;"> <pre> ░▒░░░░░▒▒░░░░░░░░░░░░░▒░░░░░░░░░▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓...")
- 15:0715:07, 6 August 2025 Waveshare 1.3 Pi (hist | edit) [2,209 bytes] Encryptid (talk | contribs) (Created page with "=Setup= * Run through raspi-config and make sure localisation and everything is setup how you want it * Update the pi fully * Enable SSH (optional) * Enable SPI and I2C in interfacing * Reboot <pre> sudo apt-get install libraspberrypi-dev raspberrypi-kernel-headers git python-dev python-pil python-smbus python-serial python-pip cmake git clone git://git.drogon.net/wiringPi # OR wget https://www.waveshare.com/w/upload/f/f3/WiringPi.tar.gz cd wiringPi/ git pull origin ./bu...")
- 15:0615:06, 6 August 2025 USB Attack Pi (hist | edit) [165 bytes] Encryptid (talk | contribs) (Created page with "For my Pi0 USB Attack Platform :D Default Wireless Passphrase MaMe82-P4wnP1 Default Bluetooth Pair PIN 1337 Category:RaspberryPiCategory:KaliLinux")
- 15:0615:06, 6 August 2025 Sense Hat (hist | edit) [1,154 bytes] Encryptid (talk | contribs) (Created page with "right|250px|Sense Hat Some info here about sense hat I suppose =Legacy= This information is dated and may not be the correct method, some distros have these packaged appropriately in pacman/apt-get. ==Setup== After installing Archlinux you'll need to setup a few things, namely Python and pip which will help us most of the way. <pre> sudo pacman -S python-pip i2c-tools python sudo pip install sense-hat </pre> Next we need a missing python modu...")
- 15:0615:06, 6 August 2025 RPi Essentials (hist | edit) [2,374 bytes] Encryptid (talk | contribs) (Created page with "=Download= * [https://www.offensive-security.com/kali-linux-arm-images/ Kali ARM Images] * [https://www.raspberrypi.org/downloads/raspbian/ Raspbian Images] * [https://archlinuxarm.org/platforms/armv8/broadcom/raspberry-pi-3 Arch Linux ARM Images] * [https://osmc.tv/download/ OSMC Images] * [https://manjaro.org/download/#raspberry-pi-4 Manjaro] =Format= Use [https://sourceforge.net/projects/win32diskimager/ Win32 Disk Imager] on Windows For Linux you can use the follo...")
- 15:0615:06, 6 August 2025 Raspberry Pi Benchmarks (hist | edit) [15,463 bytes] Encryptid (talk | contribs) (Created page with "=Raspberry Pi 4= Currently my Hackertop Project. Tests run Sept 2019 ==Results Summary== Top Operating Systems, methodology and details below {| class="wikitable sortable" |- ! OS !! Total Events !! EPS |- | Manj64 || 23460 || 2344.62 |- | Kali64 || 23434 || 2343.12 |- | Rasp32 || 1470 || 146.82 |- | Arch32 || 1401 || 139.89 |- | Kali32 || 1308 || 130.58 |} ==Detailed Results== ===Archlinux=== ====RPi4 ARMv7==== *Screenfetch <pre> -`...")
- 15:0515:05, 6 August 2025 PiHUD (hist | edit) [6,555 bytes] Encryptid (talk | contribs) (Created page with "=Setup= ===SD Card=== Add the wpa_supplicant.conf file to the boot drive with: <pre> country=US ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 network={ ssid="WIFI_SSID" scan_ssid=1 psk="WIFI_PASSWORD" key_mgmt=WPA-PSK }</pre> Additionally you need to uncomment the spi line in config.txt as well as add the ssh file. ==Libraries== BCM2835 <pre> wget http://www.airspayce.com/mikem/bcm2835/bcm2835-1.70.tar.gz tar zxvf bcm2835-1.70.tar.gz cd bcm2...")
- 15:0515:05, 6 August 2025 PiHole (hist | edit) [5,618 bytes] Encryptid (talk | contribs) (Created page with "* PiOLED Display ** [https://learn.adafruit.com/pi-hole-ad-blocker-with-pi-zero-w?view=all Reference] 1. Install Raspbian Lite 2. Add 'ssh' file to /boot partition and modify config.txt for spi/i2c on 3. Insert SD into RPi and boot 4. SSH to pi using default raspbian creds 5. Setup hostname, change password, get updates 6. Install PiHole curl -sSL https://install.pi-hole.net | bash 7. Install PiOLED Stuff sudo apt-get install python3-pip python3-pil...")
- 15:0515:05, 6 August 2025 MediaPi (hist | edit) [3,152 bytes] Encryptid (talk | contribs) (Created page with "This page is being updated, the old stuff is below and the new stuff starts here: =Setup= * Raspberry Pi 4 4gb * Geekworm [https://wiki.geekworm.com/X835 X835] SATA board * 8TB 3.5" SATA drive * 16gb mSD card ==Hardware== ===Hard drive=== sudo pacman -S ntfs-3g mkdir /mnt/NewAsgard sudo mount -t ntfs /dev/sda2 /mnt/NewAsgard/ -o umask=000 echo "UUID=9878825778823452 /mnt/NewAsgard ntfs defaults,auto,users,rw,nofail,umask=000 0 0" >> /etc/fstab ===Vid...")
- 15:0415:04, 6 August 2025 Kali Pi (hist | edit) [546 bytes] Encryptid (talk | contribs) (Created page with "=Setup= Thankfully this is a distro that works readily with Win32 Disk Imager, grab the appropriate image and write it to the Micro SD card =Wireless= If it's not setup on Ethernet or logging into a GUI, you'll likely want a quick start for Wireless * Add the following to /etc/network/interfaces <pre>auto wlan0 iface wlan0 inet dhcp wpa-ssid “your network name” wpa-psk “the network password”</pre> =References= * [https://www.offensive-security.com/kali-linux-ar...")
- 15:0415:04, 6 August 2025 Installing Arch Linux on Raspberry Pi (hist | edit) [4,453 bytes] Encryptid (talk | contribs) (Created page with "This is an expanded version of This Script which is better for advanced users =Setup= Unfortunately installing Arch Linux isn't as easy as Raspbian or Kali. We need a linux environment and start by partitioning the Micro SD card fdisk /dev/sdX * First Partition +150M type 'c' for W95 FAT32 (LBA) * Second Partition the rest and defaults are fine * Write to disk with 'w' Next we need to format the drives mkfs.vfat /dev/sdx1 mkfs.ext4...")
- 15:0315:03, 6 August 2025 Honeypot (hist | edit) [1,253 bytes] Encryptid (talk | contribs) (Created page with "=NOTTHEFBI= Pi0 with PiSugar battery. ==psad setup== <pre> 1. wget https://github.com/mattymcfatty/HoneyPi/archive/master.zip 2. unzip master.zip 3. cd HoneyPi-master 4. chmod +x *.sh 4. sudo ./honeyPiInstaller.sh 5. Follow the prompts. </pre> Other checklists: <pre> 1. Change root password 2. Change Pi user password 3. Setup new gmail account for alerts 4. Create new app password for psad 5. Setup crontab with new iptables lines iptables -A INPUT -j LOG i...")
- 15:0315:03, 6 August 2025 Hackertop Mobile (hist | edit) [1,772 bytes] Encryptid (talk | contribs) (Created page with "Currently just a thought experiment but something I'm hoping to move forward with. =Parts= * Raspberry Pi 4 * [https://www.amazon.com/Toguard-Portable-Monitor-1366x768-Raspberry/dp/B07C2JMZ6J/ Torguard 12" LCD] * Makerbeam frame * LiPo battery =Challenges= ==Power== This is where I'm running into the hard issues that need resolving before moving forward. The power requirements and things I'm looking to do are an interesting challenge but I have some ideas of where to g...")
- 15:0315:03, 6 August 2025 Hackertop (hist | edit) [3,789 bytes] Encryptid (talk | contribs) (Created page with "right|250px|Hackertop v0.2 The Hackertop is a delightful project, someday I'll write more about it here :P The Hackertop Mobile page is getting updates soon =Hardware= * [https://www.adafruit.com/product/4296 Raspberry Pi 4 B 4GB] * [https://www.amazon.com/Tontec-Raspberry-Display-AT070TN90-Controller/dp/B00G60FJNG/ref=cm_cr_arp_d_product_top?ie=UTF8 Tontec 7 Inch LCD] * Pimoroni [https://www.adafruit.com/product/3742 Pimoroni pHat S...")
- 15:0215:02, 6 August 2025 Display-O-Tron 3000 (hist | edit) [1,160 bytes] Encryptid (talk | contribs) (Created page with "right|250px|Display-O-Tron 3000 Super interesting intro =Setup= On Raspbian, setup is pretty simple with curl -sS get.pimoroni.com/displayotron | bash You can then check out the examples and test out the scripts sudo ./joystick.py While I haven't tried it yet, it does seem possible to use pip to install this on other OSes sudo pip install dot3k ==On Non-Raspbian== Since using the above method doesn't seem to work on Arch Linux...")
- 15:0215:02, 6 August 2025 Camera Pi (hist | edit) [866 bytes] Encryptid (talk | contribs) (Created page with "Mostly a placeholder page for now =Legacy= <pre># Packages needed for mjpg-streamer pacman -S gcc make wget screen v4l-utils v4l2ucp imagemagick mjpegtools # Grab mjpg-streamer and install wget http://terzo.acmesystems.it/download/webcam/mjpg-streamer.tar.gz tar -xzvf mjpg-streamer.tar.gz cd mjpg-streamer/ ln -s /usr/include/libv4l1-videodev.h /usr/include/linux/videodev.h # Comment the following in Makefile # PLUGINS += input_gspcav1.so # Now compile make # Run the s...")
- 15:0115:01, 6 August 2025 WiFi Hacking (hist | edit) [6,524 bytes] Encryptid (talk | contribs) (Created page with "=Preface= ==Tools/Packages== * Aircrack-ng * Hashcat * Hashcat-utils * Reaver * Macchanger * hcxtools ==Dictionaries== You will likely need a dictionary or two for some attacks. The best ones I've seen have been [https://github.com/danielmiessler/SecLists/blob/master/Passwords/Leaked-Databases/rockyou.txt.tar.gz rockyou] and [https://github.com/danielmiessler/SecLists/blob/master/Passwords/darkc0de.txt darkc0de]. You may consider just grabbing all of SecLists's github...")
- 15:0115:01, 6 August 2025 Ubertooth (hist | edit) [2,581 bytes] Encryptid (talk | contribs) (Created page with "Just a quick resource on Ubertooth things =Wireshark= After toying around with this, I found the best way to operate was as follows: * Make the pipe mkfifo /tmp/uberpipe0 * Open Wireshark ** Click Capture -> Options ** Manage Interfaces ** Make a new Pipe and rename to /tmp/uberpipe0 ** Click Save/Close and Start capturing the pipe * In a terminal run ubertooth-btle -f -c /tmp/uberpipe0 * You may need to change the encapsulation if you get a "User encapsulatio...")
- 15:0015:00, 6 August 2025 Notepad++ (hist | edit) [847 bytes] Encryptid (talk | contribs) (Created page with "Some Tips and Tricks for Notepad++ =Searching= ==Extended Search== ==Regex== ===Samples=== Find all HTML Tags <[^>]+> Find all IPv4 Addressess \d+\.\d+\.\d+\.\d+ Find Time and Date (Example below: 01/01/2021 12:00 AM) \d+\/\d+\/\d+\s\d+:\d+\s[AP]M ===Work Specific=== ====URL/IPs from Analyze Hosts==== URL Selection URL:\s[A-Za-z\.\-]+[^<] Newline after IP (Find and replace with "\1\n") (\d+\.\d+\.\d+\.\d+) Remove data before URL (Find and replace wi...")
- 15:0015:00, 6 August 2025 John the Ripper (hist | edit) [274 bytes] Encryptid (talk | contribs) (Created page with "JTR is a powerful password cracking tool with a lot of flexibility. =References= * [https://openwall.info/wiki/john/tutorials JTR Tutorials] * [https://www.hackingcastle.com/2020/05/john-the-ripper-password-cracking-full-tutorial.html Quick tutorial] Category:HackRefs")
- 15:0015:00, 6 August 2025 HackRF (hist | edit) [2,500 bytes] Encryptid (talk | contribs) (Created page with "=HackRF= Stuff * [https://github.com/mossmann/hackrf/ Github] ** [https://github.com/mossmann/hackrf/releases Releases] ** [https://github.com/mossmann/hackrf/wiki Wiki] ==Firmware== After installing the hardware, make sure you have the following packages installed sudo apt install hackrf dfu-util You can grab the stock HackRF from the [https://github.com/mossmann/hackrf/releases Releases] on github. Unzip and head to firmware-bin/. Next, you need to put the HackRF...")
- 14:5914:59, 6 August 2025 HackerBoxes (hist | edit) [189 bytes] Encryptid (talk | contribs) (Created page with "* https://www.instructables.com/HackerBox-0058-Encode/ * https://www.instructables.com/HackerBox-0062-Watts-Up/ * https://www.instructables.com/HackerBox-0048-SIMSAT/ Category:HackRefs")
- 14:5914:59, 6 August 2025 Black Magic Probe (hist | edit) [805 bytes] Encryptid (talk | contribs) (Created page with "Right the moment this is just a bunch of =Resources= * [https://github.com/blacksphere/blackmagic/wiki/Upgrading-Firmware Upgrading the Firmware] * [https://github.com/blacksphere/blackmagic/wiki Wiki] * [https://github.com/compuphase/Black-Magic-Probe-Book BMTrace] * [http://dfu-util.sourceforge.net/releases/ DFU-Util Releases] * [https://www.youtube.com/watch?v=mcq4ENOhuhc Hacking Bender Badge w/BMP] * [https://developer.arm.com/tools-and-software/open-source-softwar...")
- 14:5514:55, 6 August 2025 OneLiners (hist | edit) [800 bytes] Encryptid (talk | contribs) (Created page with "Just a quick Reference for "One-Liner"s that I find very useful =What's my IP= * Basic curl https://icanhazip.com * IPv4 curl https://ipv4.icanhazip.com/ * IPv6 curl https://ipv6.icanhazip.com/ =Download Imgur Album= wget -q "http://imgur.com/a/(UniqueIDhere)" -O - | grep name | cut -d\" -f2| while read id;do echo "Downloading $id.jpg";wget -q -c "http://i.imgur.com/$id.jpg";done =GZip Log Folder= for i in *; do tar --remove-files -czf $i.gz $i ; d...")
- 14:5514:55, 6 August 2025 Script/RPi-ArchInstall (hist | edit) [4,628 bytes] Encryptid (talk | contribs) (Created page with "=Format MicroSD= Change /dev/sdb to your target disk. Uncomment image sections as needed. <pre> mkfs.vfat /dev/sdb1 mkfs.ext4 /dev/sdb2 mount /dev/sdb2 root/ mount /dev/sdb1 boot/ # Raspberry Pi 4 or 3 Aarch64 (no closed source ARMv7 packages) # wget http://os.archlinuxarm.org/os/ArchLinuxARM-rpi-aarch64-latest.tar.gz # bsdtar -xpf ArchLinuxARM-rpi-aarch64-latest.tar.gz -C root # Extra line for Pi4 # sed -i 's/mmcblk0/mmcblk1/g' root/etc/fstab # Raspberry Pi 4 - ARMv7...")
- 14:5514:55, 6 August 2025 IPTables (hist | edit) [616 bytes] Encryptid (talk | contribs) (Created page with " ==Barbed IPTables== <pre> -A INPUT -m recent --rcheck --seconds 86400 --name portscan --rsource -j DROP -A INPUT -m recent --remove --name portscan --rsource -A INPUT -p tcp -m tcp --dport 22 -m limit --limit 1/min -j ACCEPT -A INPUT -p tcp -m multiport --dports 23,79,113,139,445 -m recent --set --name portscan --rsource -j LOG --log-prefix "Portscan:" -A INPUT -p tcp -m multiport --dports 23,79,113,139,445 -m recent --set --name portscan --rsource -j DROP </pre> =Reso...")
- 14:5414:54, 6 August 2025 Yawgix-Archinstall (hist | edit) [2,229 bytes] Encryptid (talk | contribs) (Created page with "Quick reference for installing Yawgix via the [https://wiki.archlinux.org/title/Archinstall Archinstall] script from the livecd. Additional resources can be found [https://python-archinstall.readthedocs.io/en/latest/index.html HERE] =Refs= ==Packages== Quick raw dump of individual packages/metas: <pre> base-devel nano ntfs-3g sudo git go amd-ucode efibootmgr os-prober nvidia-dkms nvidia-settings nvidia-utils nvidia-prime opencl-nvidia libva-vdpau-driver libva-utils vkd...")
- 14:5414:54, 6 August 2025 Yawgix (hist | edit) [3,829 bytes] Encryptid (talk | contribs) (Created page with "=Specs= * MSI [https://www.msi.com/Motherboard/support/MPG-X570-GAMING-EDGE-WIFI MPG-X570-GAMING-EDGE-WIFI] * AMD [https://www.amd.com/en/products/cpu/amd-ryzen-9-3900x Ryzen 9 3900X] @ 3.8GHz (4.6GHz boost) ** AKA [https://en.wikipedia.org/wiki/Zen_2 Zen2] * MSI [https://www.msi.com/Graphics-Card/GeForce-RTX-3070-GAMING-X-TRIO/ RTX 3070 Gaming X Trio] * 2x16GB DDR4 3200 =Gaming Tweaks= ==GUI== * Nvidia settings and tweaks * Conf/Yawgix-Xorg|X...")
- 14:5314:53, 6 August 2025 Script/Yawgix-Install (hist | edit) [1,142 bytes] Encryptid (talk | contribs) (Created page with "Installation Script for YawgixPrime <pre> { "audio": "pipewire", "bootloader": "systemd-bootctl", "custom-commands": [ "echo '[valveaur]' >> /etc/pacman.conf", "echo 'Server = http://repo.steampowered.com/arch/valveaur' >> /etc/pacman.conf", "pacman-key -r 8DC2CE3A3D245E64 --keyserver hkp://keyserver.ubuntu.com && pacman-key --lsign-key 8DC2CE3A3D245E64" ], "gfx_driver": "Nvidia", "ha...")
- 14:5314:53, 6 August 2025 Conf/Yawgix-Xorg (hist | edit) [1,991 bytes] Encryptid (talk | contribs) (Created page with " /etc/X11/xorg.conf <pre> # nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 460.32.03 Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" Option "Xinerama" "0" EndSection Section "Files" EndSection Section "Module" Load "dbe" Load "extmod" Load "t...")
- 14:5314:53, 6 August 2025 Conf/Yawgix-Nvidia (hist | edit) [10,690 bytes] Encryptid (talk | contribs) (Created page with "Nvidia Configs for Yawgix =Direct Rendering Manager (DRM)= Ensure you have DRM setup and one of the below: * Add kernel parameter to /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT= nvidia-drm.modeset=1 =Nvidia User Settings= /home/yawg/.nvidia-settings-rc <pre> # # /home/yawg/.nvidia-settings-rc # # Configuration file for nvidia-settings - the NVIDIA Settings utility # Generated on Thu May 26 09:23:37 2022 # # ConfigProperties: RcFileLocale = C DisplayStatusBar...")
- 14:5114:51, 6 August 2025 Conf/Yawgix-MangoHud (hist | edit) [4,171 bytes] Encryptid (talk | contribs) (Created page with " ~/.config/MangoHud/MangoHud.conf <pre> ### MangoHud configuration file ### Uncomment any options you wish to enable. Default options are left uncommented ### Use some_parameter=0 to disable a parameter (only works with on/off parameters) ### Everything below can be used / overridden with the environment variable MANGOHUD_CONFIG instead ################ PERFORMANCE ################# ### Limit the application FPS. Comma-separated list of one or more FPS values (e.g....")