eried's personal repository for findings and things to remember.
This is a playground (and dump) of stuff I made, modified, researched, or found for the Flipper Zero.
There's a lot of everything in here, from customized apps, BadUSB scripts, hardware specs for modders, GPIO interface shenanagains and interface pinouts, hardware troubleshooting, sound and music stuff, and sub-GHz captures and dissections for just about everything. It's an impressive collection.
RF tool based on CC1101 module and Arduino Pro Micro 8VMHz/3.3V. Allows using CLI to control CC1101 board over USB interface. Putty or any other serial terminal can be used. It has similar functionality to YardStick One but is cheaper and does not need specialized software. Allows for RF jamming and replay attacks as well. It has RAW recording/replaying function which works exactly the same as in the Flipper Zero. Additional function is Radio Chat communicator
You simply connect your Arduino Pro Micro (Arduino Leonardo clone from Sparkfun) to USB port of your PC and launch Putty terminal to communicate with CC1101 module over USB Serial port ( /dev/ttyACM0 port in Linux, COMxx in Windows).
By using an SDR receiver it is possible to capture, demodulate and decode the NFC signal between the card and the reader. Currently, detection and decoding is implemented for:
A complete guide to 3DS (and 2DS) custom firmware, from stock to boot9strap.
SizeCoding.org is a wiki dedicated to the art of creating very tiny programs for most popular types of CPUs. As sizecoding is also popular on other hardware, we recently opened the website for other platforms as well, check the links below. By "very tiny programs", we mean programs that are 256 bytes or less in size, typically created by members of the demoscene as a show of programming skill. The size of these tiny programs is measured by their total size in opcode bytes, and are usually presented as an executable binary.
Despite their tiny size, these programs are able to produce amazing graphical displays, playable games, and sometimes music. There are even some surprisingly effective programs in just 16 bytes or even 8 bytes.
The intent of this wiki is to teach assembler programmers the various techniques used to create tiny demoscene intros. While these techniques can be used for other applications (boot sectors, ROM, BIOS and firmware code, etc.), the information presented here is firmly oriented towards the demoscene. Practicality and common sense are sometimes thrown out the window just to shave a single byte. Consider yourself warned.
Practice Ops: Virtualization, firewalls, VLAN, WAF, SIEM, IDS/IPS...
Practice Red: Penetration testing of vulnerable machines while seeing what the blue team sees. Can you become stealthier?
Practice Blue: Firewall and IPS rules, SIEM analysis and dashboard development...
Purple teaming: Red and Blue working together to develop the ultimate set of rules
Protect: Deploy Kali-Purple to protect your network
A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32.
scavenger is a multi-threaded post-exploitation scanning tool for scavenging systems, finding most frequently used files and folders as well as "interesting" files containing sensitive information.
Either alternative firmware or an app (it's not clear which) for the Flipper Zero which turns it into a white, blue, and red box.
Proxmark3 is the swiss-army tool of RFID, allowing for interactions with the vast majority of RFID tags on a global scale. Originally built by Jonathan Westhues, the device is now the goto tool for RFID Analysis for the enthusiast. Iceman repository is considered to be the pinnacle of features and functionality, enabling a huge range of extremely useful and convenient commands and LUA scripts to automate chip identification, penetration testing, and programming.
When they say to read the manual, read the manual.
Stickers. Shirts. They say "Hack the planet." I don't know what else need be said.
Hacking is NOT a Crime is a nonprofit organization advocating global policy reform to decriminalize hacking.
We raise awareness concerning the pejorative use of the terms "hacker" and "hacking" throughout social and political systems. Specifically, the stereotypes and narratives influencing public opinion and legislation that create a pretext for censorship, surveillance, and prosecution.
Hackers often refrain from publicly disclosing privacy violations and security vulnerabilities due to these potential consequences. This is creating an increasingly hostile digital frontier and power imbalance. Information wants to be free, but institutions benefiting from the status quo deem its public dissemination threatening and seek to control it.
We consider good-faith research and activism fundamental rights in promoting the tenets of free and equal societies. We collectively advocate the decriminalization of hacking to advance transparency and accountability from these institutions.
At the bottom of this file you will find a payload -- a blob of data that has been obfuscated in some way. When it is decoded correctly, the payload will turn into another text file with another puzzle. There are many puzzles wrapped inside each other, like a matryoshka doll, or the layers of an onion.
You will need to write code to do the decoding. This can be done using any programming language.
Every layer clearly explains how to decode its payload. These are puzzles with deterministic solutions, like Sudoku, not riddles. I'm a software developer, not the sphinx of Thebes.
There is a little bit of educational value in each layer. In order to progress, you will need to learn and use computery concepts like bitwise operations, encodings, cryptography, error detection, and so on.
Inspiration for when you're stuck. Inspired by Brian Eno's Oblique Strategies.
Red team or blue team?
Kind of like the whacks of Heraclitus.
Welcome to Enlace Hacktivista! This site aims to:
Feel free to edit the wiki!
Recent changes ATOM feed: https://enlacehacktivista.org/api.php?hidebots=1&translations=filter&urlversion=1&days=7&limit=50&action=feedrecentchanges&feedformat=atom
Rogues Village is a place to explore alternative approaches to and uses for existing security concepts by looking to non-traditional areas of knowledge. Incorporating expertise from the worlds of sleight of hand, con games, espionage, and advantage play, this village has a special emphasis on Social Engineering, Physical Security and Playful Mischief.
A computer mystery/romance/hacking simulator set five minutes into the future of 1988.
Ports for Windows, OSX, and Linux are downloadable from here. Creative Commons licensed.
DrSchottky's fork of the Pwnagotchi firmware so that development can continue.