/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.sandordargo.com
| | sean.thrailkill.cloud
7.6 parsecs away

Travel
| | My thoughts and guides concerning my foray into creating my own private cloud/homelab
| | forensicitguy.github.io
6.2 parsecs away

Travel
| | Packing is really commonly used by adversary to stump analysis, so in this post I'm going to look at a sample that is really easy to unpack and get indicators from. In this case the sample is Mirai packed with UPX. If you want to follow along at home, the sample is in MalwareBazaar here:
| | bacharakis.com
7.7 parsecs away

Travel
| | You should start/build your project in a way where anyone can help you build it or evolve your work. What's the purpose of building something on your own when you can build it faster and in a more efficient way with others? Nowadays we have all the tools and resources we need in order to start our own project. Stack overflow, github, instructables and hackaday are only a few of the available resources/tools which will help you build the most challenging hardware or software project. But how we engage more people in our building process in order to achieve great things together? 1. Documentation Boring but at the same time necessary, documentation is the most important step for engaging more people in the project's development process. Start by writing in a s...
| | jwcooney.com
105.2 parsecs away

Travel
| FormView controls are very useful in rapidly putting together a multi-view Web form. As part of this, dynamically changing the status of the Form between Read, Edit, Insert is an important task. The catch can be that this can get quirky to do right. and the simplest method is to programmatically trigger an event when...