Jump to content

User contributions for Encryptid

A user with 77 edits. Account created on 6 August 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

6 August 2025

  • 15:3415:34, 6 August 2025 diff hist −68 Main Page No edit summary current
  • 15:3115:31, 6 August 2025 diff hist −4 Main Page Quick Links
  • 15:3115:31, 6 August 2025 diff hist +359 N Crazyradio 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" current
  • 15:2915:29, 6 August 2025 diff hist +5,431 N Kernels 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..." current
  • 15:2815:28, 6 August 2025 diff hist +2,430 N Installing Arch Linux on VMWare 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..." current
  • 15:2815:28, 6 August 2025 diff hist +1,867 N Arch Packages 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..." current
  • 15:2715:27, 6 August 2025 diff hist +5,935 N Installing Arch Linux 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..." current
  • 15:2615:26, 6 August 2025 diff hist +1 Arch Linux Installing Archlinux current
  • 15:2615:26, 6 August 2025 diff hist +3 Arch Linux Installing Archlinux
  • 15:2315:23, 6 August 2025 diff hist +2,913 N Arch Linux 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:2215:22, 6 August 2025 diff hist +32 N Category:SDR Created page with "Software Defined Radio resources" current
  • 15:2115:21, 6 August 2025 diff hist +1,105 N Notes 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..." current
  • 15:2115:21, 6 August 2025 diff hist +22 Main Page No edit summary
  • 15:2015:20, 6 August 2025 diff hist +10 N Category:Gaming Created page with "Game Stuff" current
  • 15:2015:20, 6 August 2025 diff hist +49 CSGO No edit summary current
  • 15:1915:19, 6 August 2025 diff hist +2,705 N CSGO 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 diff hist +487 N Burp 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..." current
  • 15:1215:12, 6 August 2025 diff hist +58 N Category:WIP Created page with "Work In Progress pages. Stuff that I'm actively working on" current
  • 15:1115:11, 6 August 2025 diff hist +2,107 N CTF Resources 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..." current
  • 15:1115:11, 6 August 2025 diff hist +2,724 N HackASat2020 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:..." current
  • 15:1115:11, 6 August 2025 diff hist +59 N Category:CTF Notes Created page with "Just a place for referring back to my notes on various CTFs" current
  • 15:1015:10, 6 August 2025 diff hist +84 N SpaceKitty SAO Created page with "=Reference= * [https://github.com/hamster/SpaceKitty Github] Category:Badgelife" current
  • 15:1015:10, 6 August 2025 diff hist +5,671 N Hail Satan SAO 19 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 *..." current
  • 15:1015:10, 6 August 2025 diff hist +66,526 N Hackforsatan19 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..." current
  • 15:1015:10, 6 August 2025 diff hist +2,591 N Galaxia DC28 Badge 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..." current
  • 15:0915:09, 6 August 2025 diff hist +386 N DEFCON 27 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" current
  • 15:0915:09, 6 August 2025 diff hist +848 N DC Furs DC28 Mask 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..." current
  • 15:0915:09, 6 August 2025 diff hist +79,130 N AND!XOR DC28 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 *..." current
  • 15:0915:09, 6 August 2025 diff hist +148,290 N AND!XOR DC27 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> ░▒░░░░░▒▒░░░░░░░░░░░░░▒░░░░░░░░░▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓..." current
  • 15:0815:08, 6 August 2025 diff hist +27 N Category:Badgelife Created page with "Badge hacking and info dump" current
  • 15:0815:08, 6 August 2025 diff hist +14 N Category:Hardware Created page with "Hardware Stuff" current
  • 15:0715:07, 6 August 2025 diff hist +38 N Category:Wireless Created page with "My catchall for WiFi, Bluetooth and RF" current
  • 15:0715:07, 6 August 2025 diff hist +2,209 N Waveshare 1.3 Pi 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..." current
  • 15:0615:06, 6 August 2025 diff hist +165 N USB Attack Pi Created page with "For my Pi0 USB Attack Platform :D Default Wireless Passphrase MaMe82-P4wnP1 Default Bluetooth Pair PIN 1337 Category:RaspberryPiCategory:KaliLinux" current
  • 15:0615:06, 6 August 2025 diff hist +1,154 N Sense Hat 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..." current
  • 15:0615:06, 6 August 2025 diff hist +2,374 N RPi Essentials 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..." current
  • 15:0615:06, 6 August 2025 diff hist +15,463 N Raspberry Pi Benchmarks 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> -`..." current
  • 15:0515:05, 6 August 2025 diff hist +6,555 N PiHUD 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..." current
  • 15:0515:05, 6 August 2025 diff hist +5,618 N PiHole 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..." current
  • 15:0515:05, 6 August 2025 diff hist +3,152 N MediaPi 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..." current
  • 15:0415:04, 6 August 2025 diff hist +546 N Kali Pi 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..." current
  • 15:0415:04, 6 August 2025 diff hist +4,453 N Installing Arch Linux on Raspberry Pi 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..." current
  • 15:0315:03, 6 August 2025 diff hist +1,253 N Honeypot 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..." current
  • 15:0315:03, 6 August 2025 diff hist +1,772 N Hackertop Mobile 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..." current
  • 15:0315:03, 6 August 2025 diff hist +3,789 N Hackertop 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..." current
  • 15:0215:02, 6 August 2025 diff hist +1,160 N Display-O-Tron 3000 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..." current
  • 15:0215:02, 6 August 2025 diff hist +866 N Camera Pi 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..." current
  • 15:0215:02, 6 August 2025 diff hist +19 N Category:RaspberryPi Created page with "Raspberry Pi things" current
  • 15:0115:01, 6 August 2025 diff hist +6,524 N WiFi Hacking 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..." current
  • 15:0115:01, 6 August 2025 diff hist +2,581 N Ubertooth 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..." current
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)