kayos

Results 30 issues of kayos

## Overview #### I accidentally a whole ~~coca cola bottle~~ HellPot This really is essentially a rewrite. - ***The entire configuration system has been rewritten*** - ***The logger has been...

## Summary This pull request refactors the `addr_test.go` file and does not touch any non-test functionality. ## Changes - **Structural Refactoring**: Transition to the `addrTest` struct for organizing test parameters....

### Proposal ```bash export semver= # your call, v0.0.2 maybe? git tag "$semver" git push origin "$semver" ``` ### Purpose this allows for clean upgrades to the go module, e.g:...

**Summary** This PR adds default HTTP headers (including a User-Agent and other relevant headers) to address the `Forbidden` error when scraping DoD web directories. In essence this just reproduces the...

**Description** Encountering a `Forbidden` error from `defense.gov` due to missing or improper HTTP headers. **Steps to Reproduce** 1. Run mildew with its standard configuration to scrape DoD directories. 2. Observe...

- Add `OpenBySerial` - Add unit test - `ListDevices` - Free device list struct - Add unit test - Remove `fmt.Printf` call - General refactor of tests - Fix transmit...

### Concept Add a new mode of operation to HellPot that involves tar-pit style behavior where we send data with a configurable delay. ### Implementation Details Leave the existing mechanics...