User contributions for Encryptid
Appearance
6 August 2025
- 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
- 15:0015:00, 6 August 2025 diff hist +847 N Notepad++ 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..." current
- 15:0015:00, 6 August 2025 diff hist +274 N John the Ripper 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" current
- 15:0015:00, 6 August 2025 diff hist +2,500 N HackRF 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..." current
- 14:5914:59, 6 August 2025 diff hist +189 N HackerBoxes 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" current
- 14:5914:59, 6 August 2025 diff hist +805 N Black Magic Probe 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..." current
- 14:5914:59, 6 August 2025 diff hist +26 N Category:HackRefs Created page with "Various Hacking references" current
- 14:5714:57, 6 August 2025 diff hist +30 N Category:Scripts Created page with "Various Scripts and References" current
- 14:5614:56, 6 August 2025 diff hist +42 N Category:Intrusion Detection Created page with "For content related to Intrusion Detection" current
- 14:5614:56, 6 August 2025 diff hist +12 N Category:Service Created page with "For Services" current
- 14:5514:55, 6 August 2025 diff hist +800 N OneLiners 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..." current
- 14:5514:55, 6 August 2025 diff hist +4,628 N Script/RPi-ArchInstall 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..." current
- 14:5514:55, 6 August 2025 diff hist +616 N IPTables 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..." current
- 14:5414:54, 6 August 2025 diff hist +2,229 N Yawgix-Archinstall 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..." current
- 14:5414:54, 6 August 2025 diff hist +3,829 N Yawgix 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..." current
- 14:5314:53, 6 August 2025 diff hist +1,142 N Script/Yawgix-Install 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..." current
- 14:5314:53, 6 August 2025 diff hist +1,991 N Conf/Yawgix-Xorg 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..." current
- 14:5314:53, 6 August 2025 diff hist +10,690 N Conf/Yawgix-Nvidia 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..." current
- 14:5214:52, 6 August 2025 diff hist +63 N Category:Yawgix Created page with "Container for Yawgix scripts and configs Category:Archlinux" current
- 14:5114:51, 6 August 2025 diff hist +4,171 N Conf/Yawgix-MangoHud 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...." current
- 14:5114:51, 6 August 2025 diff hist +14,843 N Conf/Yawgix-KDE Created page with "=Autostart= * Nextcloud-client * Discord * Yakuake * Glances =Extras= * [https://store.kde.org/p/1420727/ GrubTheme: CyberRE] * Login Screen / SDDM : Arch-Linux-SDDM42 * Splash Screen : Arch_Animated_v1.2 =Tweaks= * [https://aur.archlinux.org/packages/kwin-lowlatency/ kwin-lowlatency] ** And/Or: ** disabling Compositor in System Settings > Display and Monitor > Compositor, check Enable compositor on startup * Might have modified /home/yawg/.config/kwinrc for more FPS..." current
- 14:5014:50, 6 August 2025 diff hist +4,469 N Conf/Yawgix-Gamemode Created page with "Config for Gamemode at /etc/gamemode.ini <pre> [general] ; The reaper thread will check every 5 seconds for exited clients, for config file changes, and for the CPU/iGPU power balance reaper_freq=5 ; The desired governor is used when entering GameMode instead of "performance" desiredgov=performance ; The default governor is used when leaving GameMode instead of restoring the original value ;defaultgov=powersave ; The iGPU desired governor is used when the integrated GP..." current
- 14:4914:49, 6 August 2025 diff hist +15 N Category:Archlinux Created page with "Archlinux Stuff" current
- 14:4914:49, 6 August 2025 diff hist +308 N SambaSampleConfig Created page with "smb.conf <pre> [global] workgroup = HOME netbios name = SAMBA server string = Yawg Samba map to guest = Bad User log file = /var/log/samba/log.%m max log size = 50 security = User [NewProv] path = valid users = yawg read only = No create mask = 0777 directory mask = 0777 </pre> Category:Config Examples" current
- 14:4814:48, 6 August 2025 diff hist +21 N Category:Config Examples Created page with "Sample Configurations" current
- 14:4714:47, 6 August 2025 diff hist −187 Main Page No edit summary