Skip to content

ldGo-v0.1b

Compare
Choose a tag to compare
@BadPixel89 BadPixel89 released this 21 Sep 00:45
· 13 commits to main since this release

First built version released publicly

This is intended as a command line tool.

Changes:

  • initial commit
  • added icmp capture for troubleshooting

Known issue with Linux version:

  • Does not seem to capture packets running under WSL, does work on a native linux install
  • Always waits out the timer, even when a packet is captured, can be safely quit with ctrl+c once a packet is displayed.

REQUIRES NPCAP on Windows or LIBPCAP on Linux

Windows

nPcap: https://npcap.com/#download

Linux:

sudo apt install libpcap0.8

If this does not allow you to run, you may need to install libpcap-dev using

sudo apt install libpcap-dev

Known Issues:

  • Windows version coming soon - windows is the primary target I just didn't want to reboot to build