7 Commits

Author SHA1 Message Date
Jacob Paullus 901986d7fd README: add author byline 2026-05-14 16:36:32 -05:00
psycep 4b8ea3361a docs: show --target flag in README Installation section
The Platform Support table already described the three build targets
but the Installation block still only showed the default invocation.
A reader could see that a windows target existed without knowing how
to actually build it. Adds example --target invocations for portable,
windows, and all, and softens the dependency paragraph since GCC and
libpcap are only required for the native target.
2026-04-22 12:03:47 -05:00
psycep 82b955638e docs: document three-way build matrix in Platform Support
Replaces the "Linux/macOS only, use WSL on Windows" note with a
table showing the three supported build configurations (default cgo,
CGO_ENABLED=0 Linux, Windows), which tools are available in each,
and which proxy path works. Also drops a stray reference to a
specific KNOWN_ISSUES section number that will drift over time.
2026-04-22 10:46:52 -05:00
psycep f67bee32cb docs: document -proxy and UDP-under-proxy limitation
- README.md: expand "Proxychains Support" into "Proxy Support" with
  two subsections (proxychains via LD_PRELOAD, and the new -proxy
  SOCKS5 flag). Adds -proxy to the Common Flags table, adds a quick
  example, and updates the final Notes line so "all tools work
  through proxychains" also covers -proxy.
- KNOWN_ISSUES.md: add entry #8 "UDP Features Disabled Under -proxy"
  with a table mapping affected tools to concrete workarounds
  (supply -port directly, pass -dc-host / -dc-ip / -target-ip,
  supply -parent-dc). Renumbers "Remaining Gaps" to #9.
2026-04-22 09:54:09 -05:00
psycep 2c01188d2d Add Platform Support note: Linux/macOS only, use WSL on Windows 2026-04-19 19:34:01 -05:00
Jacob Paullus 616dd65d38 Add wiki link to README 2026-04-17 14:45:33 -05:00
Jacob Paullus 160b6a4280 Initial commit 2026-04-17 14:20:41 -05:00