SVGs for Jekyll
This website was created using jekyll. Today I wanted to figure out how to add drawings to jekyll posts, and it didn't prove very hard. All you have to do is add the html image tag to your post.
This website was created using jekyll. Today I wanted to figure out how to add drawings to jekyll posts, and it didn't prove very hard. All you have to do is add the html image tag to your post.
I've found that sometimes "being good" at computer security is just about knowing the right tool for the right job, so occasionally I'll make a post like this one to evangelize tools I've found very helpful that I think will help others ho are growing their offensive security toolset.
I just learned about gradio, a python library that allows you to quickly build, use, and share machine learning / AI applications. It's probably most well known for being what Automatic1111 (a GUI for Stable Diffusion) is built upon.
Having a copy of binaries from the target system is important in vulnerability research.
When investigating embedded systems, some factors can make this process more difficult:
scp)To start a shared project in Ghidra you'll need a Ghidra server. How do you make or start one?
There's three things you need to do:
Github Pages will host anyone's website for free, as long as it is statically generated (ie you aren't doing any fancy backend stuff like interacting with databases).
Today I discovered plotly and having a lot of fun playing around with it. Definitely will be using it in the future to make some pretty graphs.
I started learning about hardware hacking about a year ago. One topic I've found interesting is firmware extraction. I bought a router from Goodwill to practice ripping firmware off it, but found that there weren't a lot of videos online about how extracting firmware from start to finish. Additionally, I couldn't find any information about exfiltrating data over ethernet (which is about 1000x faster than over UART), so I made a video showing how to do it. Here it is, along with a outline for the entire process. Hope it helps!
You’ve got your hands on a .NET binary that you want to reverse engineer. What do you do?