Moving files around on a device with BusyBox

This is a super quick post on a simple method to exfiltrate data from systems running BusyBox, a shell commonly used on embedded devices. Such systems often lack common tools, presenting a challenge when you need to move data about.

Source: Exfiltrating files with BusyBox – Bitquark

This can really come in handy when working with phones or embedded devices. BusyBox is pretty widely used, but you’ll need a net connection obviously.

Siege is an http load testing and benchmarking utility

Siege is an http load testing and benchmarking utility. It was designed to let web developers measure their code under duress, to see how it will stand up to load on the internet. Siege supports basic authentication, cookies, HTTP, HTTPS and FTP protocols. It lets its user hit a server with a configurable number of simulated clients. Those clients place the server “under siege.”

https://www.joedog.org/siege-home/